AOSSIE-Org / EduAid

A tool that can auto-generate short quizzes on the basis of the content provided.
7 stars 25 forks source link

feat: previously generated quizzes stored #33

Open Ibrahim-Soltan opened 5 months ago

Ibrahim-Soltan commented 5 months ago

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.