Enhance VocabLessonView with vocabulary trainer and grammar explanations
- Introduced a vocabulary trainer feature allowing users to practice important vocabulary interactively, with options to start and stop the trainer. - Added sections for grammar explanations and lesson descriptions to improve user understanding of the content. - Updated translations in both English and German to reflect changes in vocabulary and exercise terminology. - Enhanced conditional rendering to ensure proper display of vocabulary and grammar information based on lesson data.
This commit is contained in:
@@ -360,21 +360,30 @@
|
||||
"optional": "Optional",
|
||||
"invalidCode": "Invalid code",
|
||||
"courseNotFound": "Course not found",
|
||||
"grammarExercises": "Grammar Exercises",
|
||||
"noExercises": "No exercises available",
|
||||
"grammarExercises": "Chapter Test",
|
||||
"noExercises": "No test available",
|
||||
"enterAnswer": "Enter answer",
|
||||
"checkAnswer": "Check Answer",
|
||||
"correct": "Correct!",
|
||||
"wrong": "Wrong",
|
||||
"explanation": "Explanation",
|
||||
"learn": "Learn",
|
||||
"exercises": "Exercises",
|
||||
"exercises": "Chapter Test",
|
||||
"learnVocabulary": "Learn Vocabulary",
|
||||
"lessonDescription": "Lesson Description",
|
||||
"culturalNotes": "Cultural Notes",
|
||||
"grammarExplanations": "Grammar Explanations",
|
||||
"importantVocab": "Important Vocabulary",
|
||||
"vocabInfoText": "These terms are used in the exercises. Learn them here passively before switching to the interactive exercises.",
|
||||
"noVocabInfo": "Read the description above and the explanations in the exercises to learn the most important terms.",
|
||||
"startExercises": "Start Exercises",
|
||||
"vocabInfoText": "These terms are used in the test. Learn them here passively before switching to the chapter test.",
|
||||
"noVocabInfo": "Read the description above and the explanations in the test to learn the most important terms.",
|
||||
"vocabTrainer": "Vocabulary Trainer",
|
||||
"vocabTrainerDescription": "Practice the most important terms of this lesson interactively.",
|
||||
"startVocabTrainer": "Start Vocabulary Trainer",
|
||||
"stopTrainer": "Stop Trainer",
|
||||
"translateTo": "Translate to English",
|
||||
"translateFrom": "Translate to Target Language",
|
||||
"next": "Next",
|
||||
"startExercises": "Start Chapter Test",
|
||||
"correctAnswer": "Correct Answer",
|
||||
"alternatives": "Alternative Answers"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user