Currently, users can only see the number of questions they got right and the average time spent per question. This could be improved in many ways.
-
Keep track of the each individual question and display them all in an expandable report on finish.html
The list could show each question, whether the user got it right, the correct answer, the time the user took, and how many times they previously got it wrong.
-
Display users' ranking on the leaderboard
As of now there is no way for users to know where they rank, unless they're on the top 3 in any category. This could be implemented with an API endpoint that score.js can access.
Currently, users can only see the number of questions they got right and the average time spent per question. This could be improved in many ways.
Keep track of the each individual question and display them all in an expandable report on finish.html
The list could show each question, whether the user got it right, the correct answer, the time the user took, and how many times they previously got it wrong.
Display users' ranking on the leaderboard
As of now there is no way for users to know where they rank, unless they're on the top 3 in any category. This could be implemented with an API endpoint that
score.jscan access.