feat(bisaya-course): enhance lesson content for temporal grammar and exercises
All checks were successful
Deploy to production / deploy (push) Successful in 2m52s
All checks were successful
Deploy to production / deploy (push) Successful in 2m52s
- Updated learning goals to emphasize distinguishing between past, present, and future in everyday sentences. - Revised core patterns to include specific examples for each tense, improving clarity and context for learners. - Expanded grammar focus sections to provide detailed explanations of time markers and their usage. - Introduced new exercises for practicing grammar focus, including multiple-choice questions and transformation tasks, enhancing student engagement with temporal aspects of the language. - Updated speaking prompts and practical tasks to reflect the new content structure, ensuring a comprehensive learning experience.
This commit is contained in:
@@ -468,34 +468,62 @@ const LESSON_DIDACTICS = {
|
||||
},
|
||||
'Zeitformen - Grundlagen': {
|
||||
learningGoals: [
|
||||
'Ni- und Mo- als einfache Zeitmarker unterscheiden.',
|
||||
'Kurze Sätze in Vergangenheit und Zukunft bilden.',
|
||||
'Das Muster laut mit mehreren Verben wiederholen.'
|
||||
'Vergangenheit, laufende Handlung und Zukunft in einfachen Alltagssätzen unterscheiden.',
|
||||
'Zeitmarker (ni-, nag-/ga-, mo-) mit Zeitwörtern sinnvoll kombinieren.',
|
||||
'Zwischen denselben Verben in drei Zeitbezügen sicher wechseln.'
|
||||
],
|
||||
corePatterns: [
|
||||
'Ni-kaon ko.',
|
||||
'Mo-kaon ko.',
|
||||
'Ni-adto ko.',
|
||||
'Mo-adto ko.'
|
||||
{ target: 'Ni-kaon ko ganiha.', gloss: 'Ich habe vorhin gegessen.' },
|
||||
{ target: 'Nagkaon ko karon.', gloss: 'Ich esse gerade jetzt.' },
|
||||
{ target: 'Mo-kaon ko unya.', gloss: 'Ich werde später essen.' },
|
||||
{ target: 'Ni-adto ko sa merkado ganiha.', gloss: 'Ich bin vorhin zum Markt gegangen.' },
|
||||
{ target: 'Naa ko sa merkado karon.', gloss: 'Ich bin jetzt auf dem Markt.' },
|
||||
{ target: 'Mo-adto ko sa merkado ugma.', gloss: 'Ich werde morgen zum Markt gehen.' },
|
||||
{ target: 'Nipalit ko og isda ganiha.', gloss: 'Ich habe vorhin Fisch gekauft.' },
|
||||
{ target: 'Mupalit ko og isda ugma.', gloss: 'Ich werde morgen Fisch kaufen.' }
|
||||
],
|
||||
grammarFocus: [
|
||||
{
|
||||
title: 'Zeitpräfixe',
|
||||
text: 'Ni- verweist auf Vergangenes, Mo- auf Zukünftiges oder Bevorstehendes.',
|
||||
example: 'Ni-kaon ko. / Mo-kaon ko.'
|
||||
title: 'Vergangenheit mit ni-',
|
||||
text: 'ni- markiert im Grundkurs häufig abgeschlossene Handlungen in der Vergangenheit.',
|
||||
example: 'Ni-kaon ko ganiha.'
|
||||
},
|
||||
{
|
||||
title: 'Laufende Handlung mit nag-/ga-',
|
||||
text: 'Für gerade laufende oder aktuelle Handlungen wird oft nag-/ga- genutzt, häufig zusammen mit karon.',
|
||||
example: 'Nagkaon ko karon.'
|
||||
},
|
||||
{
|
||||
title: 'Zukunft/Absicht mit mo-',
|
||||
text: 'mo- markiert im Kurs Zukünftiges oder Vorhaben und wird oft mit unya/ugma kombiniert.',
|
||||
example: 'Mo-adto ko ugma.'
|
||||
},
|
||||
{
|
||||
title: 'Zeitwörter als Klarsteller',
|
||||
text: 'Wörter wie ganiha, karon und ugma helfen, den Zeitbezug eindeutig zu machen.',
|
||||
example: 'ganiha (vorhin), karon (jetzt), ugma (morgen)'
|
||||
}
|
||||
],
|
||||
speakingPrompts: [
|
||||
{
|
||||
title: 'Vorher und nachher',
|
||||
prompt: 'Sage einen Satz über etwas, das du getan hast, und einen Satz über etwas, das du tun wirst.',
|
||||
cue: 'Ni-kaon ko. Mo-adto ko.'
|
||||
title: 'Dreierschritt Zeit',
|
||||
prompt: 'Formuliere denselben Inhalt nacheinander für Vergangenheit, Gegenwart und Zukunft.',
|
||||
cue: 'Ni-adto ko ganiha. Naa ko diri karon. Mo-adto ko ugma.'
|
||||
},
|
||||
{
|
||||
title: 'Tagesplanung mit Zeiten',
|
||||
prompt: 'Sage, was du vorhin getan hast, was du jetzt machst und was du später tun wirst.',
|
||||
cue: 'Nipalit ko ganiha. Nagluto ko karon. Mo-kaon ko unya.'
|
||||
}
|
||||
],
|
||||
practicalTasks: [
|
||||
{
|
||||
title: 'Mustertraining',
|
||||
text: 'Nimm ein Verb und sprich es einmal mit Ni- und einmal mit Mo-.'
|
||||
title: 'Verb-Staffel',
|
||||
text: 'Nimm drei Verben (z. B. kaon, adto, palit) und bilde jeweils Vergangenheit, Gegenwart und Zukunft laut.'
|
||||
},
|
||||
{
|
||||
title: 'Zeitkarten',
|
||||
text: 'Ziehe zufällig ein Zeitwort (ganiha/karon/unya/ugma) und bilde sofort einen passenden Satz.'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user