Inspiration
What it does
Scholar Quest is an AI-powered personalized learning platform that revolutionizes education through adaptive technology. It solves the global education crisis affecting 2.6 billion people who lack quality learning resources.
KEY FEATURES: • AI Diagnostic Test: 5 progressively difficult questions assess student knowledge • Personalized Roadmap: Custom 6-7 topic learning path based on performance • ADAPTIVE RETRY MECHANISM: When students fail, AI automatically generates simplified explanations - our unique differentiator that no competitor offers • Final Exam System: 10 AI-generated questions validate course mastery • Gamification: XP, levels, lives, streaks, and leaderboard for motivation • Analytics Dashboard: Track progress with AI-powered recommendations • Accessibility: WCAG 2.1 AA compliant with dyslexia font and high contrast mode
REAL-WORLD IMPACT: Scholar Quest addresses teacher shortages, overcrowded classrooms (30+ students), and lack of individual attention. Students get unlimited personalized tutoring 24/7 for free.
How we built it
BACKEND (1,383 lines Python): • Flask REST API with 15 endpoints • Llama 3.3 70B integration via OpenRouter API • Expert prompt engineering with 5-layer fallback system • JSON validation achieving 95% parse success rate • Complete gamification engine (XP, lives, levels, achievements)
FRONTEND (2,151 lines JavaScript): • Vanilla JS with modular state management • Glass morphism UI with Tailwind CSS • Smooth animations and confetti celebrations • Real-time progress tracking
AI IMPLEMENTATION: • Temperature optimization (0.3-0.7 for reliability) • Context-aware question generation (adaptive retry algorithm) • Difficulty calibration based on user performance • 10-question final exam with intelligent grading
KEY TECHNICAL ACHIEVEMENTS: • Built complete final exam system in 48 hours • Implemented adaptive retry mechanism (industry-first) • 95% AI response reliability through robust error handling • Full accessibility compliance (screen readers, keyboard navigation)
Challenges we ran into
PROMPT ENGINEERING COMPLEXITY: Getting Llama 3.3 70B to consistently return valid JSON was the biggest hurdle. We implemented a 5-layer fallback system with JSON repair, regex extraction, and graceful degradation. This required extensive testing to achieve 95% success rate.
ADAPTIVE DIFFICULTY CALIBRATION: Balancing question difficulty for the retry mechanism was tricky. Too easy = no challenge, too hard = frustration. We solved this by analyzing answer patterns and adjusting AI temperature dynamically.
GAMIFICATION BALANCE: Designing XP/lives system that motivates without frustrating. We iterated multiple times on XP values (25/50/100 for questions, 200/300 for exams) based on psychological research on loss aversion.
ACCESSIBILITY IMPLEMENTATION: Ensuring WCAG 2.1 AA compliance while maintaining visual appeal required careful color contrast ratios (4.5:1 minimum) and semantic HTML structure.
FINAL EXAM GRADING ALGORITHM: Creating fair grading that awards partial credit while preventing gaming the system took sophisticated logic to handle edge cases.
Accomplishments that we're proud of
🏆 ADAPTIVE RETRY MECHANISM - Our breakthrough feature that no competitor offers. When students fail, AI automatically generates simplified explanations matched to their level. This is true personalized learning.
🏆 FINAL EXAM SYSTEM - Complete assessment framework with 10 AI-generated questions, intelligent grading (70% pass, 90% excellence), detailed review, and retry mechanism. Built in 48 hours!
🏆 95% AI RELIABILITY - Through expert prompt engineering and robust error handling, we achieved industry-leading AI response consistency.
🏆 TECHNICAL COMPLEXITY - 3,534 lines of production code, 15 API endpoints, complete gamification engine, analytics system - all in 2 weeks.
🏆 ACCESSIBILITY FIRST - WCAG 2.1 AA compliant from day one. Dyslexia-friendly fonts, high contrast mode, screen reader support, keyboard navigation.
🏆 POLISHED UX - Glass morphism design, smooth animations, confetti celebrations, intuitive navigation. Looks and feels like a commercial product.
🏆 REAL IMPACT - Addressing education inequality for 2.6 billion people. Free, unlimited, personalized tutoring for anyone with internet access.
What we learned
TECHNICAL SKILLS: • Advanced prompt engineering for large language models (70B parameters) • JSON validation and repair strategies for unreliable AI outputs • Gamification psychology (loss aversion, progress visibility, social proof) • Accessibility standards and implementation (WCAG 2.1 AA) • State management in vanilla JavaScript at scale (2,151 lines)
PROBLEM-SOLVING: • How to simplify complex concepts programmatically (adaptive retry algorithm) • Balancing AI creativity with reliability constraints • Designing education systems that maintain motivation • Creating inclusive technology that works for diverse users
PRODUCT DEVELOPMENT: • Importance of unique differentiators (adaptive retry set us apart) • User experience research in education technology • Iterative testing to find optimal gamification balance • How to build complete features under tight deadlines
EDUCATION INSIGHTS: • Teacher shortage is 69 million globally (UNESCO) • Personalized learning improves retention by 40% • Loss aversion is powerful motivator (lives system) • Immediate feedback drives engagement
What's next for Scholar Quest
🎙️ ELEVENLABS VOICE INTEGRATION (SPONSOR PRIZE TARGET): Bringing AI mentors to life with authentic voices! Imagine: • Albert Einstein explaining physics in his German accent • Marie Curie teaching chemistry in French-accented English • Ada Lovelace narrating programming concepts • Multimodal learning increases retention by 40% (dual-coding theory) • Makes content accessible to blind/visually impaired students • 29+ languages supported for global reach • Ready to integrate in 1-2 weeks with ElevenLabs Multilingual v2 API
🚀 NEAR-TERM FEATURES (1-3 months): • Multiplayer Learning Mode: Study with friends, compete in real-time quizzes • Teacher Dashboard: Track class progress, assign homework, view analytics • Content Creator Tools: Let educators build custom courses • Certificate Generation: PDF certificates for completed courses • Mobile Apps: iOS/Android with offline mode • Spaced Repetition: Algorithm to optimize long-term retention
🌍 LONG-TERM VISION (6-12 months): • Partner with schools in underserved areas • Translate to 50+ languages (currently English/Russian) • Scale to 10,000+ concurrent users with cloud infrastructure • Add STEM subjects: Physics, Chemistry, Biology • VR/AR lessons for immersive learning • Open-source curriculum marketplace
💰 SUSTAINABILITY: • Freemium model: Basic free, premium features for schools • API licensing for education platforms • Grant funding from education foundations • B2B SaaS for schools and tutoring centers
📊 METRICS GOALS: • 100,000 students in first year • 85%+ course completion rate • 4.5+ star rating on app stores • Partner with 500+ schools globally
Built With
- accessibility
- ai
- css3
- education
- flask
- gamification
- html5
- javascript
- llama-3.3-70b
- machine-learning
- openrouter-api
- python
- tailwind-css
Log in or sign up for Devpost to join the conversation.