Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: previously generated quizzes stored #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ibrahim-Soltan
Copy link

@Ibrahim-Soltan Ibrahim-Soltan commented Mar 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant