feat(bisaya-course): enhance evening greetings and sleep-related exercises
All checks were successful
Deploy to production / deploy (push) Successful in 2m56s

- Updated core patterns to include evening greetings and sleep phrases in the Bisaya course content.
- Added new exercises focusing on recognizing and using evening greetings and sleep wishes, enhancing practical language use for learners.
- Expanded lesson didactics to incorporate evening and sleep-related conversational prompts, improving the overall learning experience.
This commit is contained in:
Torsten Schulz (local)
2026-03-31 09:39:46 +02:00
parent 6b3aee458a
commit 734b8f9463
4 changed files with 83 additions and 6 deletions

View File

@@ -438,6 +438,51 @@ const BISAYA_EXERCISES = {
},
explanation: '"Maayong buntag" ist die übliche Form für "Guten Morgen".'
},
{
exerciseTypeId: 2,
title: 'Abendgruß erkennen',
instruction: 'Wähle den passenden Gruß für den Abend.',
questionData: {
type: 'multiple_choice',
question: 'Wie sagt man "Guten Abend" auf Bisaya?',
options: ['Maayong gabii', 'Maayong buntag', 'Amping', 'Salamat']
},
answerData: {
type: 'multiple_choice',
correctAnswer: 0
},
explanation: '"Maayong gabii" ist der normale Abendgruß.'
},
{
exerciseTypeId: 2,
title: 'Gute Nacht zuordnen',
instruction: 'Wähle die passendste Formulierung für den Schlafensmoment.',
questionData: {
type: 'multiple_choice',
question: 'Welche Formulierung passt am besten zu "Gute Nacht"?',
options: ['Maayong gabii, matulog na ta.', 'Kumusta ka?', 'Pila ang plite?', 'Tabangan tika.']
},
answerData: {
type: 'multiple_choice',
correctAnswer: 0
},
explanation: 'Diese Form verbindet den Abendgruß direkt mit dem Schlafengehen.'
},
{
exerciseTypeId: 2,
title: 'Schlaf gut erkennen',
instruction: 'Wähle die passende Fürsorgeformel für die Nacht.',
questionData: {
type: 'multiple_choice',
question: 'Wie sagt man "Schlaf gut" auf Bisaya?',
options: ['Katulog og maayo.', 'Amping.', 'Maayo ko.', 'Babay.']
},
answerData: {
type: 'multiple_choice',
correctAnswer: 0
},
explanation: '"Katulog og maayo." bedeutet sinngemäß "Schlaf gut."'
},
{
exerciseTypeId: 2,
title: 'Verabschiedung erkennen',
@@ -526,6 +571,21 @@ const BISAYA_EXERCISES = {
type: 'speaking_from_memory'
},
explanation: 'Die Übung verbindet Begrüßung und Verabschiedung in einem kurzen Alltagspfad.'
},
{
exerciseTypeId: 8,
title: 'Abendgruß und Schlafwunsch sprechen',
instruction: 'Sprich einen Abendgruß und einen Schlafwunsch laut.',
questionData: {
type: 'speaking_from_memory',
question: 'Sprich: "Guten Abend. Schlaf gut."',
expectedText: 'Maayong gabii. Katulog og maayo.',
keywords: ['maayong', 'gabii', 'katulog', 'maayo']
},
answerData: {
type: 'speaking_from_memory'
},
explanation: 'Die Übung verankert die Abend- und Schlafensformeln für den Familienalltag.'
}
],