Quiz Maker
Multiple choice quiz maker that grades itself. Author questions, take the test on screen or print it, and export an answer key. Your quiz stays in your browser.
Write your questions once and this page turns them into a graded test you can take on screen or print with an answer key. Every grade is checked against the accepted answers shown on the page, and nothing you type is uploaded.
Paste your questions above and select Build quiz. Your questions stay in this browser.
Questions
Take the test
Score
Not graded yet
Grade your answers to see the score.
| # | Your answer | Result | Accepted answer |
|---|
percent = round(100 * correct / scored) to one decimal; letter from the US 5-tier scale
How?
How grading works, and the conventions it uses
A question is scored only when it has something to grade against: a multiple-choice question needs at least one marked option, and a short answer needs at least one accepted answer. Blank and unanswered questions count as scored and wrong, so a blank never inflates a percentage.
- Rounding: percentages round half up to one decimal. A run of 1 out of 16 is 6.25, which rounds to 6.3, not 6.2.
- Letter grade: the standard US 5-tier scale, compared on the rounded percentage. A is 90 and above, B is 80 to 89.9, C is 70 to 79.9, D is 60 to 69.9, and F is below 60. The plus and minus 12-tier scale is not used.
- Short-answer matching: answers are trimmed, internal spaces are collapsed to one, and case is folded before an exact match against your accepted-answer list. This follows the Moodle GIFT default (usecase = 0), so "FOUR" matches an accepted "four".
- Multiple answer: scoring is all or nothing. The set you select must equal the correct set exactly; partial credit is not awarded.
- Shuffle: when options are shuffled, grading still uses the canonical answer, so the display order can never change a grade.
Formula: percent = round(100 * correct / scored) to one decimal; letter from the US 5-tier scale