feat(bisaya-course): add new 'Ort & Richtung' section with learning goals and practical tasks
All checks were successful
Deploy to production / deploy (push) Successful in 4m46s

- Introduced a new section for 'Ort & Richtung' in the Bisaya didactics, including learning goals, core patterns, grammar focus, speaking prompts, and practical tasks to enhance language learning.
- Updated the lesson didactics to include the new section, ensuring comprehensive coverage of location and direction vocabulary.
This commit is contained in:
Torsten Schulz (local)
2026-04-17 14:51:09 +02:00
parent f93a0f8b35
commit 4df8f97a41
6 changed files with 89 additions and 6 deletions

View File

@@ -140,5 +140,49 @@ export const BISAYA_DIDACTICS_FRAGMENTS = {
text: 'Baue einen Mini-Dialog mit Zielort, Uhrzeit und Rückkehr in mindestens vier Sätzen.'
}
]
},
'Ort & Richtung': {
learningGoals: [
'Fragen nach Ort und Richtung sicher stellen und beantworten.',
'„hier“, „dort“ und „unterwegs nach …“ im Alltag unterscheiden.',
'Kurze Weg- und Zielangaben mit bekannten Ortswörtern verbinden.'
],
corePatterns: [
{ target: 'Asa ka?', gloss: 'Wo bist du? / Wohin gehst du?' },
{ target: 'Asa ang merkado?', gloss: 'Wo ist der Markt?' },
{ target: 'Asa ang simbahan?', gloss: 'Wo ist die Kirche?' },
{ target: 'Dinhi ko.', gloss: 'Ich bin hier.' },
{ target: 'Naa ko dinhi.', gloss: 'Ich bin hier.' },
{ target: 'Didto siya.', gloss: 'Er/sie ist dort.' },
{ target: 'Adto ta didto.', gloss: 'Lass uns dorthin gehen.' },
{ target: 'Padulong ko sa merkado.', gloss: 'Ich bin auf dem Weg zum Markt.' },
{ target: 'Padulong ta didto.', gloss: 'Lass uns dorthin aufbrechen.' },
{ target: 'Naa ko sa balay.', gloss: 'Ich bin zu Hause.' }
],
grammarFocus: [
{
title: 'Asa = Wo / Wohin',
text: '„Asa“ fragt nach Ort oder Ziel. Mit „ang“ kannst du nach einem bestimmten Ort fragen.',
example: 'Asa ka? Asa ang merkado?'
},
{
title: 'dinhi / didto',
text: '„dinhi“ = hier, „didto“ = dort (weg vom Sprecher).',
example: 'Naa ko dinhi. Didto ang simbahan.'
}
],
speakingPrompts: [
{
title: 'Weg fragen',
prompt: 'Frage, wo der Markt ist, und sage dann, dass du dorthin unterwegs bist.',
cue: 'Asa ang merkado? Padulong ko sa merkado.'
}
],
practicalTasks: [
{
title: 'Mini-Route',
text: 'Bilde drei Sätze: wo du bist, wohin du willst, und dass du unterwegs bist.'
}
]
}
};