Enhance Bisaya course content with new greetings and farewells: Add exercises for recognizing and practicing morning greetings and farewells in Bisaya. Update lesson didactics to include new learning goals, core patterns, and speaking prompts related to greetings and farewells, improving the overall learning experience.

This commit is contained in:
Torsten Schulz (local)
2026-03-25 16:28:29 +01:00
parent eb8f9c1d19
commit 90385f2ee0
4 changed files with 86 additions and 6 deletions

View File

@@ -70,6 +70,36 @@ const BISAYA_EXERCISES = {
},
explanation: '"Salamat" bedeutet "Danke" auf Bisaya.'
},
{
exerciseTypeId: 2,
title: 'Tagesgruß erkennen',
instruction: 'Wähle den passenden Gruß für den Morgen.',
questionData: {
type: 'multiple_choice',
question: 'Wie sagst du "Guten Morgen" auf Bisaya?',
options: ['Maayong buntag', 'Maayong gabii', 'Amping', 'Babay']
},
answerData: {
type: 'multiple_choice',
correctAnswer: 0
},
explanation: '"Maayong buntag" ist die übliche Form für "Guten Morgen".'
},
{
exerciseTypeId: 2,
title: 'Verabschiedung erkennen',
instruction: 'Wähle die passende Verabschiedung aus.',
questionData: {
type: 'multiple_choice',
question: 'Welche Form passt als freundliche Verabschiedung mit "Pass auf dich auf"?',
options: ['Amping', 'Kumusta ka', 'Salamat', 'Palihug']
},
answerData: {
type: 'multiple_choice',
correctAnswer: 0
},
explanation: '"Amping" benutzt man beim Abschied im Sinn von "Pass auf dich auf".'
},
withTypeName('dialog_completion', {
title: 'Begrüßungsdialog ergänzen',
instruction: 'Ergänze die passende Antwort im Mini-Dialog.',
@@ -84,6 +114,20 @@ const BISAYA_EXERCISES = {
},
explanation: 'Eine typische kurze Antwort ist "Maayo ko, salamat."'
}),
withTypeName('dialog_completion', {
title: 'Verabschiedungsdialog ergänzen',
instruction: 'Ergänze die passende Verabschiedung.',
questionData: {
type: 'dialog_completion',
question: 'Wie endet der kurze Dialog natürlich?',
dialog: ['A: Sige, mauna ko.', 'B: ...']
},
answerData: {
modelAnswer: 'Babay, amping.',
correct: ['Babay, amping.', 'Amping.', 'Babay. Amping.']
},
explanation: '"Babay" und "Amping" sind typische kurze Abschiedsformen.'
}),
{
exerciseTypeId: 8,
title: 'Begrüßung frei sprechen',
@@ -98,6 +142,21 @@ const BISAYA_EXERCISES = {
type: 'speaking_from_memory'
},
explanation: 'Wichtig sind hier die Schlüsselwörter für Begrüßung, Antwort und Höflichkeit.'
},
{
exerciseTypeId: 8,
title: 'Gruß und Abschied laut sprechen',
instruction: 'Sprich einen Tagesgruß und eine kurze Verabschiedung laut.',
questionData: {
type: 'speaking_from_memory',
question: 'Sprich: "Guten Morgen" und verabschiede dich danach kurz.',
expectedText: 'Maayong buntag. Babay, amping.',
keywords: ['maayong', 'buntag', 'babay', 'amping']
},
answerData: {
type: 'speaking_from_memory'
},
explanation: 'Die Übung verbindet Begrüßung und Verabschiedung in einem kurzen Alltagspfad.'
}
],