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

Creating a Quiz Website #26

Open
Imamul5641 opened this issue Mar 22, 2024 · 2 comments
Open

Creating a Quiz Website #26

Imamul5641 opened this issue Mar 22, 2024 · 2 comments

Comments

@Imamul5641
Copy link

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
Copy link

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
Copy link

You can list ideas, i can make them

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

No branches or pull requests

3 participants