feat(vocab): enhance vocabulary exercises and localization support
All checks were successful
Deploy to production / deploy (push) Successful in 2m51s
All checks were successful
Deploy to production / deploy (push) Successful in 2m51s
- Updated core patterns in BISAYA_PHASE5_DIDACTICS to include gloss translations for better understanding. - Refactored vocabulary exercise generation in update-food-care-exercises.js to improve randomization and user engagement. - Added new exercise types and improved question structures for vocabulary lessons, enhancing the learning experience. - Enhanced localization files for German, English, and Spanish to support new exercise features and improve user guidance. - Updated VocabLessonView to incorporate sequential navigation for exercises, providing a more structured learning flow.
This commit is contained in:
@@ -52,7 +52,12 @@ export const BISAYA_PHASE5_DIDACTICS = {
|
||||
'Nahe Bedeutungen in stabilere Antworten überführen.',
|
||||
'Häufige Stolperstellen transparent machen.'
|
||||
],
|
||||
corePatterns: ['Palangga taka.', 'Mingaw ko nimo.', 'Magpahuway sa.', 'Andam na ka?']
|
||||
corePatterns: [
|
||||
{ target: 'Palangga taka.', gloss: 'Ich hab dich lieb.' },
|
||||
{ target: 'Mingaw ko nimo.', gloss: 'Ich vermisse dich.' },
|
||||
{ target: 'Magpahuway sa.', gloss: 'Ruh dich aus.' },
|
||||
{ target: 'Andam na ka?', gloss: 'Bist du fertig?' }
|
||||
]
|
||||
},
|
||||
'Freies Erzählen - Mein Alltag': {
|
||||
learningGoals: [
|
||||
|
||||
Reference in New Issue
Block a user