Tested tool guide
Tested browser tools
Checked August 16, 2026
What Quiz Maker does, with a checked example
Quizzes you build here are graded by the answer key you mark, and they live in the browser's local storage: reopen the page on the same machine and they are still there, but they will not follow you to another browser, another device, or a private window. You write the questions, mark the correct answer for each, then take the quiz against a timer. The score is correct answers divided by total questions, and review mode shows each question with your answer next to the keyed one. The surprise: the tool grades exactly what you told it, so a mis-keyed question is faithfully graded wrong.
Worked example
A concrete input and expected output from the current implementation.
Input
A two-question true/false quiz. Question 1: 'Water freezes at 100 degrees Celsius', keyed False. Question 2: 'Earth orbits the Sun', keyed True. You answer False to question 1 and False to question 2.
->
Expected output
Score 1 of 2, or 50%. Review mode flags question 2: your answer False, correct answer True. Question 1 is marked correct.
Each answer is graded against the key you set: one of two answers is correct, so the score is 1 of 2, and only the missed question appears in review with its keyed answer.