feat(bisaya-course): expand 'Haus & Familie' lesson with new vocabulary 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
- Added comprehensive learning goals, core patterns, grammar focus, speaking prompts, and practical tasks for the 'Haus & Familie' lesson, enhancing the curriculum for better language acquisition. - Updated exercise content to include multiple-choice questions and gap-fill tasks related to household vocabulary, improving user engagement and learning outcomes. - Enhanced localization for the lesson description and vocabulary, ensuring clarity and consistency across the learning platform.
This commit is contained in:
@@ -383,6 +383,59 @@ const LESSON_DIDACTICS = {
|
||||
}
|
||||
]
|
||||
},
|
||||
'Haus & Familie': {
|
||||
learningGoals: [
|
||||
'Wichtige Wörter für Haus, Räume und Familie zuordnen und aussprechen.',
|
||||
'Mit „Naa … sa …“ sagen, wo sich jemand oder etwas im Haus befindet.',
|
||||
'Kurze Sätze über Zuhause und Familie verstehen und nachsprechen.'
|
||||
],
|
||||
corePatterns: [
|
||||
{ target: 'Balay', gloss: 'Haus' },
|
||||
{ target: 'Kwarto', gloss: 'Zimmer' },
|
||||
{ target: 'Kusina', gloss: 'Küche' },
|
||||
{ target: 'Sala', gloss: 'Wohnzimmer' },
|
||||
{ target: 'Banyo', gloss: 'Badezimmer' },
|
||||
{ target: 'Pultahan', gloss: 'Tür' },
|
||||
{ target: 'Bintana', gloss: 'Fenster' },
|
||||
{ target: 'Atop', gloss: 'Dach' },
|
||||
{ target: 'Pamilya', gloss: 'Familie' },
|
||||
{ target: 'Among pamilya', gloss: 'unsere Familie' },
|
||||
{ target: 'Naa ko sa balay.', gloss: 'Ich bin zu Hause.' },
|
||||
{ target: 'Naa sila sa kusina.', gloss: 'Sie sind in der Küche.' },
|
||||
{ target: 'Asa ang kusina?', gloss: 'Wo ist die Küche?' },
|
||||
{ target: 'Ang among balay.', gloss: 'Unser Haus.' }
|
||||
],
|
||||
grammarFocus: [
|
||||
{
|
||||
title: 'Naa … sa … für Ort',
|
||||
text: '„Naa“ drückt aus, dass jemand oder etwas irgendwo ist; „sa“ verbindet mit dem Ort.',
|
||||
example: 'Naa ko sa balay. Naa sila sa kusina.'
|
||||
},
|
||||
{
|
||||
title: 'among = unser (Plural inklusiv)',
|
||||
text: '„Among“ passt zu „wir/unsere“ im Sinne von Familie oder Gruppe.',
|
||||
example: 'Among pamilya. Ang among balay.'
|
||||
}
|
||||
],
|
||||
speakingPrompts: [
|
||||
{
|
||||
title: 'Räume benennen',
|
||||
prompt: 'Nenne Küche, Wohnzimmer und Badezimmer auf Bisaya.',
|
||||
cue: 'Kusina, sala, banyo.'
|
||||
},
|
||||
{
|
||||
title: 'Wer ist wo?',
|
||||
prompt: 'Sage, dass du zu Hause bist, und frage, wo die Küche ist.',
|
||||
cue: 'Naa ko sa balay. Asa ang kusina?'
|
||||
}
|
||||
],
|
||||
practicalTasks: [
|
||||
{
|
||||
title: 'Rundgang',
|
||||
text: 'Geh in Gedanken durch dein Zuhause und benenne jeden Raum laut auf Bisaya.'
|
||||
}
|
||||
]
|
||||
},
|
||||
'Zeitformen - Grundlagen': {
|
||||
learningGoals: [
|
||||
'Ni- und Mo- als einfache Zeitmarker unterscheiden.',
|
||||
@@ -513,8 +566,8 @@ const LESSONS = [
|
||||
cultural: 'Alltagsgespräche sind wichtig für echte Kommunikation.' },
|
||||
|
||||
{ week: 2, day: 1, num: 12, type: 'vocab', title: 'Haus & Familie',
|
||||
desc: 'Balay, Kwarto, Kusina, Pamilya',
|
||||
targetMin: 20, targetScore: 85, review: true,
|
||||
desc: 'Haus, Räume, Familie: Balay, kwarto, kusina, sala, banyo, pamilya',
|
||||
targetMin: 22, targetScore: 85, review: true,
|
||||
cultural: null },
|
||||
|
||||
{ week: 2, day: 2, num: 13, type: 'conversation', title: 'Alltagsgespräche - Teil 2',
|
||||
|
||||
Reference in New Issue
Block a user