Your Score
{{ score }} / {{ totalQuestions }}
{{ correctPercent }} % Correct {{ incorrectPercent }} % Wrong {{ activeSetLabel }} Seed {{ seed }}
{{ card.label }}
{{ card.value }}

Match each Braille cell to its {{ promptNoun }}. Choose how many questions you want and optionally set a seed to make a shareable quiz.

Pool size: {{ poolSize }}
{{ progressPercent }} %
{{ uxProgressLabel }}
{{ questionHeading }}
# Braille Your Answer Correct Copy
{{ i + 1 }} {{ row.yourAnswer }} {{ row.correctAnswer }}

                
:

A braille cell is a six-dot pattern that represents letters, numbers, and other symbols in a form people read by touch. Small changes in dot position matter because moving just one dot can change the character entirely. This tool turns that pattern recognition into a multiple-choice quiz for the basic A to Z alphabet and digits 0 to 9.

The quiz is useful when you want focused recall practice rather than a full braille lesson. It shows a rendered braille prompt, asks for the matching character, and keeps a clean score so you can see whether recognition stays accurate across a chosen set of questions.

It works well for students, parents, teachers, and sighted learners who need a repeatable drill. You can stay inside letters, switch to numbers, or combine both groups, then add a seed when you want the same question order and answer order for a fair second attempt.

Numbers need special attention because they reuse the same base patterns as the letters A through J. In this tool, number prompts include a leading number sign, so the digit drill matches the way braille readers distinguish numbers from letters in context.

A high score here has a clear limit. This is a visual recognition exercise built from displayed dot patterns, not a measure of tactile reading speed, contracted braille knowledge, or broad braille literacy.

Everyday Use & Decision Guide:

Letters with 10 questions is the strongest first pass for most people. It is long enough to expose look-alike patterns without turning the drill into a long session, and it quickly shows whether the top, middle, and bottom dot positions are already stable in memory.

If digits are the weak spot, use the numbers set instead of the mixed set. Because the prompt includes the number sign, you are practicing the actual reading cue for numbers rather than guessing whether an A-to-J pattern should be treated as a letter or a digit.

  • Check Pool size after changing Quiz set. The allowed Number of questions values depend on the active pool, so a smaller set can reduce the maximum run length.
  • Use Random seed when you want a repeatable classroom drill or a fair before-and-after comparison. The same seed, set, and question count replay the same session.
  • Read Details before relying on the percentage. A repeated miss on one pair of letters tells you much more than the chart alone.
  • Treat Answer Chart as a balance view. It only splits correct from incorrect and does not show which cells were confused.

The common misread is treating a high percentage on a short run as complete mastery. One miss on a 10-question numbers quiz still leaves 90 percent, so the smarter next step is to inspect the missed rows, rerun the same seed once, and then change the seed only after those misses are gone.

Technical Details:

The quiz stores three fixed question pools: 26 letters, 10 digits, and a combined 36-character set. A run samples from the active pool without replacement, so the same character does not appear twice in one session. Each question then adds three unique distractors from the same pool and shuffles the four answer choices.

The prompt graphics are generated locally as inline SVG rather than being fetched as remote images. Each braille cell follows the standard six-dot layout numbered 1, 2, and 3 down the left column and 4, 5, and 6 down the right. For letters, the tool renders one cell from the stored dot list. For digits, it prepends a number sign cell using dots 3, 4, 5, and 6 and then renders the digit pattern that matches letters A through J.

Repeatability comes from a deterministic pseudo-random generator built from the seed string. If the seed, quiz set, and question count stay unchanged, the question draw and option order stay unchanged too. If the seed is blank, the tool falls back to a time-based value, which makes each new run effectively fresh.

Scoring is deliberately simple. Every correct answer adds one point, percent correct is rounded to the nearest whole number, and percent wrong is calculated as the remainder to 100. That makes the summary easy to scan, but it also means percentage shifts feel much larger in short quizzes than in longer ones.

Formula Core:

The final score report reduces to raw correct answers and a rounded percentage.

P = round(100×ST) I = T-S W = 100-P
Braille quiz scoring symbols
Symbol Meaning Type Shown in the quiz
S Correct answers count Integer Your Score numerator
T Total questions in the run Integer Your Score denominator
P Rounded percent correct Percent Correct-percentage badge
I Incorrect answers count Integer Derived from T - S
W Percent wrong Percent Wrong-percentage badge

Set Structure And Limits:

Braille quiz sets and allowed question counts
Quiz set Pool size Allowed question counts Mechanism note
Letters (A to Z) 26 5, 10, 15, 20, 26 One braille cell per prompt.
Numbers (0 to 9) 10 5, 10 Prompts include the number sign cell plus the digit cell.
Letters + Numbers 36 10, 15, 20, 30, 36 Mixes both prompt styles in one shuffled pool.

Question Generation Pipeline:

Braille quiz generation steps
Stage What happens Why it matters
Set normalization The selected set is matched to one of the three stored pools. Keeps shared parameters from pointing at a missing set.
Question-count clamp The requested count is reduced to an allowed value for that pool when needed. Prevents a run from asking for more questions than the pool can support.
Seeded shuffle The active pool is shuffled by the deterministic generator. Makes repeated attempts comparable when the seed stays the same.
Distractor assembly Three unique wrong answers are sampled from the same pool. Keeps options plausible without repeating the correct answer.
Result capture The chosen answer is stored next to the correct answer for each row. Feeds Details, Answer Chart, and JSON.

For fair comparison, keep the same set, question count, and seed. A score of 90 percent on 10 number questions and 90 percent on 36 mixed questions are both valid, but they do not represent the same recognition test.

Step-by-Step Guide:

Use the seed and the review table if you want the quiz to work as a repeatable drill rather than a one-off score check.

  1. Choose a Quiz set and glance at Pool size so you know whether the run covers letters, numbers, or both.
  2. Set Number of questions. If the count changes after switching sets, the tool has normalized it to an allowed value for that pool.
  3. Open Advanced and enter a Random seed if you want a repeatable session for study or classroom use.
  4. Start the quiz and inspect the braille prompt image before answering. The heading tells you whether the task is looking for a letter, a number, or a general character.
  5. Select one answer choice. The button states reveal correct and incorrect choices, and Next appears only after an answer is recorded.
  6. When Your Score appears, read the percentage badges and overview cards first, then open Details to see exactly which prompts were missed.
  7. Use Retake (same seed) when you want a true like-for-like retry, or Retake (new seed) when the same set should be reshuffled into a fresh run.

Interpreting Results:

The most useful output is the combination of Your Score and Details. The headline score tells you how often you were right, but the row-by-row review tells you whether the misses came from one repeated confusion or from a wider pattern problem.

  • Short-run percentages move quickly: one miss on a 10-question run drops the score to 90 percent, while three misses on 36 questions still rounds to 92 percent.
  • The chart is only a balance check: Answer Chart shows correct versus incorrect totals, not which letters or digits caused trouble.
  • Digits are tested with the number sign included: success on the numbers set means you recognized the digit cue plus the digit pattern together.

The false-confidence trap is assuming a high percentage here proves tactile braille reading skill. It does not. Verify progress by rerunning the same seed first, then switching to a different set or a new seed to see whether the recognition holds outside the familiar sequence.

Worked Examples:

A letter drill that exposes one weak pair

A learner runs Letters (A to Z) with 10 questions and a classroom seed, then finishes at Your Score 8 / 10 with Correct % 80. In Details, both misses come from the same letter pair. That is a useful result because it points to one unstable dot pattern rather than broad uncertainty across the alphabet.

A strong numbers score that still includes a miss

Another run uses Numbers (0 to 9) at 10 questions and ends at Your Score 9 / 10 with Correct % 90. That looks excellent, but it still means one digit plus number-sign prompt was read incorrectly. On this set, a single miss changes the headline percentage by a full 10 points, so the review row matters as much as the badge.

When the question count changes unexpectedly

A user starts on the mixed set at 15 questions, then switches to Numbers (0 to 9) and notices the count no longer matches the original plan. That is expected. The numbers pool only allows 5 or 10, so the tool clamps the run before it starts. If the finished overview shows Answered 10/10, the quiz normalized the request correctly rather than dropping questions mid-run.

FAQ:

Does this quiz cover contractions or whole words?

No. The quiz only covers single letters A to Z and digits 0 to 9. It does not teach contracted braille, punctuation sets, or word-level reading.

Why do number prompts show two braille cells?

Digits in this quiz include a leading number sign, then the digit cell itself. That matches the quiz rule that numbers reuse the A-to-J patterns but need the extra numeric cue.

Can I replay the exact same quiz?

Yes. Keep the same Quiz set, Number of questions, and Random seed, then use Retake (same seed). That preserves both the prompt selection and the option ordering.

Are the braille prompts or answers sent to a server?

No. The braille cells are drawn locally as inline SVG, and scoring happens in the browser, so the prompts and answer checking stay on your device.

Why did my question count change after I switched sets?

Each set has its own allowed values. Letters can go up to 26, numbers up to 10, and the mixed set up to 36, so the tool reduces the count to a valid option whenever the active pool gets smaller.

Glossary:

Braille cell
A six-dot unit that represents one braille character in this quiz.
Number sign
The leading braille cell that marks the following pattern as a digit.
Seed
The text value that makes the question and option order repeatable.
Distractor
A wrong answer option sampled from the same question pool.

References: