AI-Powered Personalized Remediation System with Multi-Engine Practice Generation - #109
Open
02Tirtha wants to merge 17 commits into
Open
AI-Powered Personalized Remediation System with Multi-Engine Practice Generation#10902Tirtha wants to merge 17 commits into
02Tirtha wants to merge 17 commits into
Conversation
…map & add Factors/Multiples support
02Tirtha
marked this pull request as draft
August 4, 2026 17:13
02Tirtha
marked this pull request as ready for review
August 4, 2026 17:14
02Tirtha
marked this pull request as draft
August 4, 2026 17:14
02Tirtha
marked this pull request as ready for review
August 5, 2026 06:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 AI-Powered Personalized Remediation System
Overview
This PR introduces a comprehensive Personalized Remediation System that automatically generates concept-specific practice questions for students based on their incorrect answers in assessments.
After a Diagnostic Test or Level Worksheet evaluation, the system identifies incorrect responses, detects the underlying learning concept, and generates 5 personalized practice questions to help students strengthen their understanding of that concept.
The implementation combines deterministic generation with AI-powered content generation to ensure remediation is always available, even when external AI services are unavailable.
✨ Highlights
🏗️ Architecture
⚙️ Workflow
🧠 Generation Engines
Numeric Engine
Generates arithmetic and calculation-based practice questions such as addition, subtraction, multiplication, division, fractions, measurements, place value, and comparisons.
Matrix Engine
Generates classification, matching, odd-one-out, pattern recognition, and visual reasoning exercises.
Gemini AI
Handles complex language-based, tracing, clock, tally, geometry, and other advanced educational question types.
Blueprint Engine
Provides deterministic concept-based question generation and serves as a reliable fallback whenever AI generation is unavailable.
💡 Key Features
📂 Major Components
RemediationServiceGenerativeEngineBlueprintEngineNumericEngineMatrixEngineConceptDictionaryRemediationLedgerRemediationNotesView🎯 Benefits