feat: previously generated quizzes stored #33
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.
Description:
Currently, users have the ability to generate quizzes for specific content within the extension. They can view and save these quizzes, but once they leave the extension, the generated questions are lost. This poses an inconvenience if users wish to access a quiz they previously generated. The current process requires users to paste the same content again and hope that the model generates a replica of the previous quiz. To enhance user experience, we propose implementing a dashboard where users can access their previously generated quizzes.
Expected Output:
A new page will be integrated into the extension, serving as the dashboard for all previously generated quizzes. Each quiz will have a button associated with it, enabling users to access another page for viewing or downloading the quiz. This streamlined approach enhances user accessibility and ensures that users can easily manage and revisit their quizzes.
The dashboard will store previously generated quizzes, allowing users to revisit and either view or save them. Each quiz will be associated with a title for easy identification. This feature will offer convenience and efficiency to users by eliminating the need to recreate quizzes from scratch.