feat(03-02): lesson screen 3-phase state machine with review and repetition
- Discover phase: companion introduces new key, key pulses, child presses once - Practice phase: existing letter exercise with cumulative stats - Words phase: word display with active letter highlighting - Review mode skips discover, mixes letters/words from recent levels - Encouragement messages for repetition protection - Phase indicator UI (Entdecken / Ueben / Woerter) - CSS for word display, phase indicator, discover pulse animation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
<section id="screen-lesson" class="screen">
|
||||
<div class="lesson">
|
||||
<button class="lesson__back-btn" id="lesson-back-btn">← Zurueck</button>
|
||||
<div class="lesson__phase-indicator" id="lesson-phase-indicator"></div>
|
||||
<div id="lesson-companion" class="companion-area" style="display:none">
|
||||
<img id="lesson-companion-avatar" class="companion-area__avatar" src="" alt="">
|
||||
<p id="lesson-companion-text" class="companion-area__text"></p>
|
||||
|
||||
Reference in New Issue
Block a user