Implement quiz feature with difficulty assessment and analytics#2
Open
Implement quiz feature with difficulty assessment and analytics#2
Conversation
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 pull request introduces significant enhancements to the OOSE-AI-Question-Generator project, focusing on the implementation of a quiz feature, question difficulty assessment, similarity checking, and analytics functionality.
quiz/quiz_manager.py) that allows users to select questions based on difficulty and integrates a method to assess question difficulty. It also includes functionality to present questions to the user and check their answers.quiz/similarity_checker.py) that compares user responses to correct answers, providing feedback on the accuracy of the user's response.quiz/quiz_ui.py) for the quiz feature, enabling users to interact with the quiz through a graphical interface. This includes buttons for checking answers and moving to the next question, as well as displaying the current question and the user's score.analytics/analytics_tracker.pyto include methods for assessing and storing question difficulty. Additionally, a new analytics module (analytics/quiz_analytics.py) is added to log quiz attempts and summarize user performance, including the difficulty of questions attempted and the number of correct answers.README.mdto reflect the new quiz feature, similarity checker, and analytics functionality. Therequirements.txtis also updated to include necessary libraries for the similarity checker.For more details, open the Copilot Workspace session.