feat(vocabLesson): add detailed review section for failed chapter exams
All checks were successful
Deploy to production / deploy (push) Successful in 2m53s

- Introduced a new review section that displays questions, user answers, and correct answers for failed chapter exams.
- Added localization entries for the review section in multiple languages, enhancing user experience and understanding of mistakes.
- Implemented logic to format and present failed exam details, improving feedback for learners.
This commit is contained in:
Torsten Schulz (local)
2026-04-15 14:02:34 +02:00
parent cc791501c9
commit 7b4c9a0b1c
6 changed files with 102 additions and 0 deletions

View File

@@ -544,6 +544,10 @@
"exerciseExamFailedTitle": "Mindestziel nicht erreicht",
"exerciseExamFailedBody": "Du hast {score}% der Fragen richtig beantwortet (Mindestziel: {target}%). Bitte übe weiter im Lernbereich. Nach {count} weiteren Trainerfragen ist die Kapitel-Prüfung wieder freigeschaltet dann beginnst du mit allen Fragen von vorn.",
"exerciseExamFailedOk": "Verstanden",
"exerciseExamFailedReviewTitle": "Das war noch falsch",
"exerciseExamFailedQuestionLabel": "Frage",
"exerciseExamFailedYourAnswerLabel": "Deine Antwort",
"exerciseExamFailedNoAnswer": "Keine Antwort",
"exerciseStatusOpen": "Offen",
"exerciseStatusCorrect": "Erledigt",
"exerciseStatusRetry": "Nochmal prüfen",