AOSSIE-Org / EduAid

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

Creating a Quiz Website #26

Open Imamul5641 opened 5 months ago

Imamul5641 commented 5 months ago

Description: Currently, our quiz system relies solely on the browser extension, which has limitations in storing scores and handling interruptions caused by browser behavior.

Issue: Presenting quizzes as pop-up pages poses challenges as accidental clicks outside the window can disrupt the quiz-taking process.

Anshukumar8529 commented 5 months ago

To overcome these limitations, a more robust solution is required, such as implementing a client-side database like IndexedDB for data storage and handling interruptions. By saving user data periodically, you can ensure that progress is not lost during interruptions. Additionally, syncing user data with a server-side database can help recover progress even after browser updates or restarts.

coderwithsense commented 1 week ago

You can list ideas, i can make them