feat: Add interactive learning module with AI quizzes and narration controls#74
Open
Asmi768 wants to merge 1 commit into
Open
feat: Add interactive learning module with AI quizzes and narration controls#74Asmi768 wants to merge 1 commit into
Asmi768 wants to merge 1 commit into
Conversation
|
@Asmi768 is attempting to deploy a commit to the sushma-1706's projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
This PR introduces a new Interactive Learning Module that enhances the CodeViz platform with auto-generated quizzes and narration voice customization.
🔹 Key Features:
AI-Powered Quiz Generator
Automatically creates MCQs from input code snippets.
Provides instant feedback for learners.
Built with quizEngine.ts and QuizCard.tsx.
Narration Voice Controls
Allows users to select between multiple voice options (neutral male/female, Indian accent).
Built with NarrationControls.tsx.
Prepares foundation for text-to-speech integration.
Playground Integration
Integrated quizzes and narration controls into the main playground page (index.tsx).
Demo quiz added for a simple for loop example.
Fully extensible for GitHub-imported code.
✨ Impact:
Makes the platform interactive, engaging, and more accessible.
Supports auditory + visual learners.
Provides a strong base for future gamification (badges, leaderboards) and multilingual narration support.
##OPEN SOURCE CONNECT INDIA '25 CONTRIBUTOR