Commit graph

3 commits

Author SHA1 Message Date
chriseo
6de1c79fa4 Add exam mode with post-quiz answer review
Adds a mode selector on the start screen:
- Directe feedback (existing): explanation shown after each question, timer pauses
- Examenmodus (new): all questions answered back-to-back with timer running, then a full review section on the result screen showing wrong answers (always) and correct answers (toggleable)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 13:17:26 +02:00
chriseo
2210ef4623 Fix explanation letter prefix after answer shuffle
After shuffleQuestion() reorders answers, the hardcoded A–D prefix in
each explanation text no longer matched the displayed option letter.
Replace the leading letter dynamically based on the shuffled position.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-15 23:16:57 +02:00
chriseo
4b3bdb2651 initial commit 2026-06-15 22:42:09 +02:00