An English idioms quiz in this format presents exactly five dictionary-checked cards, each offering four neutral options, with a correct answer on every card worth exactly 200 points and a perfect run finishing on 1,000 points. Three of the five cards ask you to supply the missing word in an established idiom, while the other two cards ask you to pick the conventional figurative meaning of a familiar expression. Every card shares the same four-choice layout and the same Submit answer control, so the only thing that changes from round to round is the type of question being asked. The five idioms are break the ice, a piece of cake, spill the beans, under the weather, and hit the nail on the head. Their forms and definitions come from Cambridge Dictionary, with a separate Wiktionary entry used as an independent cross-check for each one. Nothing leaves the browser, no account is required, and no external asset is loaded during play, which keeps the entire quiz self-contained on a single page.

What the English Idioms Quiz Actually Tests
The quiz built around the search term "english idioms quiz" is a compact five-round browser game called Idiom Quiz. It does not pull random phrases from a large pool, and it does not increase in difficulty as you progress. Instead, the same five idioms are presented in the same fixed order every run, with two question types spread across the deck. Because the cards are deterministic, you can plan a study approach: learn the missing word for each completion idiom, learn the figurative sense for each meaning idiom, and then clear the quiz in a single sitting.
Each card uses four neutral options with no correct marker, no accessible explanation, and no answer attribute placed in the markup. That is an intentional choice. The quiz cannot be solved by inspecting the page source or by using a screen reader shortcut to peek at the right option before submission. Grading happens after you press Submit answer or hit Enter, which keeps the exercise honest and makes it a genuine test of idiom knowledge rather than a markup inspection puzzle.
The Five Idioms in the Quiz
Every run draws on the same five expressions. Their forms and meanings were checked against Cambridge Dictionary, and each one has an independent Wiktionary entry that was used as a second reference. The list is:
- break the ice
- a piece of cake
- spill the beans
- under the weather
- hit the nail on the head
These are not obscure phrases. They appear in everyday English conversations, workplace writing, and casual reading, which is why they make good anchor material for a short practice quiz. If you know all five forms and all five figurative meanings, the entire run ends on 1,000 points. If you only know the conventional meaning of two or three, you can still finish the quiz; you will simply end with a lower total.
Two Card Types: Completion and Meaning
The five cards split into two question types. Three ask you to supply a missing word from a fixed expression, and two ask you to choose the conventional figurative meaning of an idiom you have just seen. The interaction is identical in both cases, so the interface does not betray which type of question you are looking at beyond the wording on the card itself.
| Card Type | What It Asks | How Many Rounds |
|---|---|---|
| Completion | Pick the exact word that finishes a standard idiom, rejecting plausible but wrong combinations. | 3 of 5 cards |
| Meaning | Pick the conventional figurative definition, rejecting literal or near-miss interpretations. | 2 of 5 cards |
For completion cards, the distractors are designed to look believable. Break the ice does not become break the glass or break the snow. Spill the beans stays spill the beans rather than spill the seeds, peas, or rice. Hit the nail on the head ends with head, not wall, board, or point. The completion rounds reward learners who remember the conventional word, not learners who simply guess the part of speech.
For meaning cards, the distractors look literal. A piece of cake means something very easy to do, not a recipe step or a baking result. Under the weather means feeling slightly ill, not working outdoors, feeling uncertain, or arriving late. The meaning rounds reward learners who have internalized the figurative sense, not learners who interpret the phrase word by word.
How to Play the English Idioms Quiz
Open the Idiom Quiz in any modern browser, then move through the five cards in order.
- Read whether the card asks for a missing word in an idiom or the figurative meaning of an idiom, then study the four neutral answer options beneath the prompt.
- Pick one of the four options using touch, a pointer click, number keys 1 through 4, or the arrow keys and Space to select and confirm.
- Press the Submit answer button or press Enter to grade the selected option. The reducer compares only the selected option index against the fixed dictionary-checked answer.
- Repeat the same three-step flow for the remaining four cards. A correct submission awards 200 points and immediately advances; a wrong submission does not reveal the correct answer.
- After the fifth card, view the final score. Five correct answers sum to exactly 1,000 points. If you made a mistake, use Restart to reset the run to zero score and the first card.
Controls for Keyboard, Mouse, and Touch
The quiz does not lock you into one input method. Touch users see large answer rows and a full-width submit button, each at least 44 pixels high, with options arranged in a single column on narrow screens and two columns when space permits. Pointer users can click any option directly. Keyboard users can move the highlighted option with the arrow keys, confirm the highlighted option with Space, jump straight to a specific option with number keys 1 through 4, and submit the highlighted choice with Enter.
| Input | Select Option | Submit Answer |
|---|---|---|
| Touch | Tap an option row. | Tap the full-width Submit answer button. |
| Mouse / pointer | Click an option row. | Click Submit answer. |
| Arrow keys + Space | Arrow keys move the highlight, Space selects. | Press Enter to submit the highlighted option. |
| Number keys 1 to 4 | Press 1, 2, 3, or 4 to pick an option directly. | Press Enter, or move to Submit answer and press Space. |
Because the same GameShell powers score display, the optional local best score, Restart, and the double-Escape boss screen, the control surface stays consistent with the rest of the site's small browser games. There is no audio, no haptic feedback, and no animation that blocks input, which means a click or a tap cannot desynchronize the selection state.
Scoring, Errors, and Restart Behavior
Scoring is exact and visible. Each correct card adds 200 points to the running total, and there are exactly five cards, so a clean run lands on 1,000. The score does not carry partial credit, bonus rounds, or a timer bonus, and there is no penalty for how long you take to read the options. Wrong submissions never reveal which option was correct, so a single guess does not teach you the right answer for next time. After a correct submission, a review note may display the previous idiom and its meaning so you can confirm what you just learned.
Error handling is deterministic and recoverable. Each wrong submission creates a signature that combines the current round number with the chosen option index. Submitting the same wrong signature again is an atomic no-op, so a double click does not consume the run and you will not end the quiz because of an accidental repeat. A second distinct wrong signature ends the run until you press Restart, which returns the quiz to the first card with zero points and no stored errors. Invalid option indexes, fractional indexes, submitting with no selection, and any action after completion or deadlock all preserve the current state instead of corrupting it.
Why Dictionary Sourcing Changes the Quiz
Many online idiom lists mix forms or assign meanings from memory, which makes practice unreliable. The Idiom Quiz treats the source differently. Each of the five expressions has a primary reference on Cambridge Dictionary, for example the entry for break the ice, and a second independent reference on its Wiktionary entry, and both pages returned HTTP 200 during implementation. Merriam-Webster and Collins pages were evaluated as additional cross-sources but returned HTTP 403 in the test environment, so they were not added as evidence, and the quiz does not cite them. The result is a small but auditable deck: every completion card distinguishes an exact conventional wording from a plausible but incorrect combination, and every meaning card distinguishes a figurative sense from a literal-looking distractor. Learners who finish the run can be confident that the answers they selected match the published dictionary entries rather than a recollected version of the same phrase.