The Idiom Quiz is a free five-round English idiom quiz that awards exactly 200 points per round for a perfect 1,000-point finish, with every form and meaning cross-checked against Cambridge Dictionary and Wiktionary. Three of the five cards ask you to fill in a missing word inside an established idiom, while the remaining two cards ask you to pick the conventional figurative meaning from four neutral options. The five idioms are fixed in advance — break the ice, a piece of cake, spill the beans, under the weather, and hit the nail on the head — and each expression's wording and meaning was verified item by item rather than supplied from memory. Because the interface uses the same four-choice layout, the same Submit answer control, and the same scoring rule on every card, the question type changes without making the controls unpredictable. Touch, pointer, and full keyboard support are built in, no account or download is required, and every grading decision happens locally in your browser, so the page behaves the same way every time you reload it.
Players searching for an idiom quiz want three concrete things from a single page: a short fixed route, answers grounded in real dictionary evidence, and a clear pass/fail signal at the end. The Idiom Quiz meets each of those expectations with a five-round run that always finishes at either a perfect 1,000-point total or an early run-end after the second distinct mistake. There is no timer, no random draw from a larger pool, and no account gate between you and the first card, so the entire experience fits in a single browser tab.

The Five Idioms in This Quiz
Every run uses the same five expressions in the same order. Three are tested as completion cards and two are tested as meaning cards, and each one was checked against a Cambridge Dictionary entry and a corresponding Wiktionary entry before it went live. The full inventory is:
| Idiom | Card type | Primary source | Cross-check |
|---|---|---|---|
| break the ice | Completion | Cambridge Dictionary | Wiktionary |
| a piece of cake | Meaning | Cambridge Dictionary | Wiktionary |
| spill the beans | Completion | Cambridge Dictionary | Wiktionary |
| under the weather | Meaning | Cambridge Dictionary | Wiktionary |
| hit the nail on the head | Completion | Cambridge Dictionary | Wiktionary |
According to Cambridge's entry for break the ice, the standard form is exactly "break the ice," and Wiktionary independently records the same fixed phrase. The same dual-source pattern holds for each of the five expressions, so a learner can look up the meaning on either site and see wording consistent with what the quiz expects, including the matching conventional meaning for hit the nail on the head. Merriam-Webster and Collins pages were also evaluated as possible cross-sources but returned HTTP 403 in the current environment, so they are not included as evidence in this build.
How Card Types and Distractors Are Designed
The two card types share an identical four-choice layout but ask different things. A completion card gives you a partial idiom with a blank and asks you to pick the word that finishes the conventional form. A meaning card gives you a complete idiom and asks you to pick its conventional figurative meaning. In both cases, the options appear as four neutral buttons with no correct marker, no hidden explanation, no correct class, and no answer-bearing ARIA description before you submit, so the page never leaks the right answer through its accessible markup. For a completion card, its meaning is not rendered before submission, and for a meaning card, all four meanings appear as choices but none is identified as correct.
For completion cards, the distractors are plausible but wrong combinations chosen specifically to fail the fixed form. Break the ice does not become "break the glass" or "break the snow," spill the beans keeps "beans" rather than switching to "seeds," "peas," or "rice," and hit the nail on the head ends with "head" rather than "wall," "board," or "point." For meaning cards, the distractors are literal-looking decoys rather than figurative substitutes. "A piece of cake" means something very easy to do, not anything about baking or sharing food, and "under the weather" means feeling slightly ill, not working outdoors, feeling uncertain, or arriving late. Both card types rely on the same Submit answer button to grade, so the interaction stays predictable even when the question type flips. A separate walkthrough, Complete the Idiom Game in 5 Dictionary-Verified Rounds, goes deeper into how the completion rounds are written and graded, and explains why the fixed wording matters for the final score.
Play the Idiom Quiz in Five Steps
- Read whether the current card is a completion card (a missing word inside an idiom) or a meaning card (the conventional figurative sense of a complete idiom). The card text tells you which type you are facing before you look at the four options.
- Pick one of the four neutral answer options. Each option label appears in the same position layout every round, so the screen never shifts underneath you between cards.
- Submit your selection with the Submit answer button, or press Enter while an option is highlighted. Number keys 1 through 4 select an option directly, the arrow keys move the highlight, and Space selects the currently highlighted option.
- Watch the score update by 200 points for every correct submission. After a correct submission, a short review note may appear to confirm the previous idiom and its meaning; wrong submissions never reveal the correct choice.
- Answer all five dictionary-checked cards correctly to land on a final score of exactly 1,000 points. Press Restart to return to the first card with zero score and no stored errors whenever you want to start a fresh run.
Scoring, Errors, and Restart
Each correct round adds 200 points to your running total. With five rounds, the maximum is 5 × 200 = 1,000 points, and a perfect run is the only way to land on that exact figure. Wrong answers do not add points, and the second distinct wrong answer ends the run before you can finish the route, so the score you finish on is always a clean multiple of 200.
Error handling is deterministic and recoverable. A wrong submission is recorded as a signature that combines the round number with the selected option. Submitting the identical wrong signature again is an atomic no-op, so a double-click on the same wrong option does not consume the run. A second, different wrong signature ends the run until you press Restart, which returns to the first card with zero score and clears any stored errors. Invalid option indexes, fractional indexes, submitting with no selection, and every action taken after completion or deadlock all preserve state rather than corrupting it, so a stale click never silently rewinds your score or skips a card.
The shared GameShell that wraps the quiz also tracks an optional local best score in your browser only, and pressing Escape twice opens a boss screen that hides the running tab. Nothing about your selections, score, or restart history is uploaded, because the runtime keeps quiz logic separate from presentation: a pure reducer owns selection, cursor movement, scoring, error signatures, round progression, terminal freezing, and the post-answer reveal, while the UI layer only renders the current state.
Keyboard, Touch, and Pointer Controls
Touch and pointer users get large answer rows and a full-width submit button, each at least 44 pixels high, with options shown in one column on narrow screens and two columns when horizontal space permits. Long option labels break cleanly rather than forcing horizontal page overflow, so the quiz stays usable on phone-width windows and on desktop layouts alike, and every answer row stays reachable with a thumb or a mouse without precision tapping.
Keyboard users can move the highlighted option with the arrow keys, select with keys 1 through 4 or Space, and submit the highlighted choice with Enter. The selection state is visible, the cursor highlight is visible, and the Submit answer button always sits in the same place on the same card type, so muscle memory carries across rounds. Restart is also reachable from the keyboard, and the optional double-Escape boss screen is part of the shared shell that wraps the Idiom Quiz alongside the other browser games on the site.
How This Quiz Differs from a Typical Idiom Test
Most idiom quizzes vary in question count, source discipline, card design, and end conditions. The fixed route, dual-source verification, and exact 1,000-point ceiling make this version easier to reason about before you start. A direct feature comparison:
| Feature | Typical idiom quiz | Idiom Quiz |
|---|---|---|
| Question count | Varies (often 10–25) | Five fixed rounds, same order every run |
| Source verification | Not always disclosed | Cambridge + Wiktionary dual-source, item by item |
| Card types | Meaning only, or mixed at random | Three completion + two meaning, same four-choice layout |
| Maximum score | Often percentage-based | Exactly 1,000 (200 per round) |
| Restart behavior | Resets questions and timer | Returns to card 1, zero score, no stored errors |
| Run-end condition | Often the final question only | Second distinct wrong answer ends the run |
| Account required | Sometimes required | None |
| Network usage | May call gameplay APIs | No response leaves the browser, no gameplay API is called |
Because the route is short and the scoring is exact, a single perfect run works as a quick self-check after a study session, and the Restart button lets you cycle through the same five idioms repeatedly until each form and meaning feels automatic. Focused tests cover the full five-answer route, exact scoring, repeated-error deduplication, second-error deadlock, invalid input guards, Restart, and terminal no-ops, so the same behavior you see in the browser is the same behavior the build verifies on every run.
For a deeper look, see Hard Knights and Knaves Puzzles: Solve Five to 1,000.