Skip to content

enhance: Persistent user progress (quizzes, streaks, and learning dashboards)#50

Merged
omroy07 merged 2 commits into
omroy07:mainfrom
Aditya8369:47
Jun 9, 2026
Merged

enhance: Persistent user progress (quizzes, streaks, and learning dashboards)#50
omroy07 merged 2 commits into
omroy07:mainfrom
Aditya8369:47

Conversation

@Aditya8369

Copy link
Copy Markdown
Contributor

Added persistent learner quiz progress + “My Progress” dashboard (localStorage-only).

Implemented:

quizProgress.js: localStorage-backed quiz attempt tracking, per-topic aggregates, overall accuracy, 14-day accuracy trend, daily streak, and recommended next (weak) topics.
my_progress.html + my_progress.js: dashboard rendering (canvas line chart) + topic-wise performance table + streak + recommendations.
Wired quizzes (partial set):
quiz/motionquiz.html loads ../../quizProgress.js; quiz/motionquiz.js records topicId physics-motion
quiz/nlmquiz.html loads ../../quizProgress.js; quiz/nlmquiz.js records topicId physics-nlm

closes #47

@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

@Aditya8369 is attempting to deploy a commit to the Om Roy's projects Team on Vercel.

A member of the Team first needs to authorize it.

@omroy07 omroy07 merged commit 6299107 into omroy07:main Jun 9, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ENHANCEMENT] Persistent user progress (quizzes, streaks, and learning dashboards)

2 participants