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

Implement localStorage API for Quiz Progress #1063

Open
1 of 3 tasks
Tracked by #1055
vvs-basanth opened this issue Aug 14, 2024 · 0 comments
Open
1 of 3 tasks
Tracked by #1055

Implement localStorage API for Quiz Progress #1063

vvs-basanth opened this issue Aug 14, 2024 · 0 comments
Assignees
Labels
Already Assigned This issue is already assigned to someone

Comments

@vvs-basanth
Copy link

vvs-basanth commented Aug 14, 2024

Implement the localStorage API to save the user's current quiz state, including the current question index and selected answers. This will allow users to leave the quiz and return later to continue from where they left off.

Tasks:

  • Create a function to save quiz progress in localStorage.
  • Retrieve quiz progress from localStorage when the user returns to the quiz.
  • Automatically clear progress from localStorage once the quiz is completed.

Priority: High

Dependencies: None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Already Assigned This issue is already assigned to someone
Projects
None yet
Development

No branches or pull requests

2 participants