Enhance VocabService and VocabLessonView for improved vocabulary review: Updated VocabService to load previous lesson vocabulary for both review and mixed training modes. Added new computed properties and methods in VocabLessonView to manage vocabulary from previous lessons, including a mixed pool for enhanced training. Updated UI to reflect current lesson and mixed review status in the vocabulary trainer.
This commit is contained in:
@@ -387,6 +387,8 @@
|
||||
"successRate": "Erfolgsrate",
|
||||
"modeMultipleChoice": "Multiple Choice",
|
||||
"modeTyping": "Texteingabe",
|
||||
"currentLesson": "Aktuelle Lektion",
|
||||
"mixedReview": "Wiederholung",
|
||||
"lessonCompleted": "Lektion abgeschlossen!",
|
||||
"goToNextLesson": "Zur nächsten Lektion wechseln?",
|
||||
"allLessonsCompleted": "Alle Lektionen abgeschlossen!",
|
||||
|
||||
@@ -387,6 +387,8 @@
|
||||
"successRate": "Success Rate",
|
||||
"modeMultipleChoice": "Multiple Choice",
|
||||
"modeTyping": "Text Input",
|
||||
"currentLesson": "Current Lesson",
|
||||
"mixedReview": "Review",
|
||||
"lessonCompleted": "Lesson completed!",
|
||||
"goToNextLesson": "Go to next lesson?",
|
||||
"allLessonsCompleted": "All lessons completed!",
|
||||
|
||||
Reference in New Issue
Block a user