feat: füge neue Übungen zur Lektion "Kinder, Spiel & Routine" hinzu, einschließlich Lückenfüllung und Satzreihenfolge
All checks were successful
Deploy to production / deploy (push) Successful in 28s

This commit is contained in:
Torsten Schulz (local)
2026-05-22 15:15:26 +02:00
parent d371df7ac4
commit 9b9afac66e
2 changed files with 200 additions and 8 deletions

View File

@@ -1367,6 +1367,57 @@ const BISAYA_EXERCISES = {
}
],
// Lektion: Kinder, Spiel & Routine
'Kinder, Spiel & Routine': [
{
exerciseTypeId: 2,
title: 'Routinebefehl erkennen',
instruction: 'Wähle die richtige Bedeutung.',
questionData: {
type: 'multiple_choice',
question: 'Was bedeutet "Hugas sa kamot"?',
options: ['Wasch dir die Hände.', 'Hol deine Tasche.', 'Geh schlafen.', 'Iss zuerst.']
},
answerData: { type: 'multiple_choice', correctAnswer: 0 },
explanation: '"Hugas sa kamot" ist eine typische Aufforderung zur Hygiene.'
},
{
exerciseTypeId: 1,
title: 'Lücken: Morgenroutine',
instruction: 'Fülle die Lücken.',
questionData: { type: 'gap_fill', text: 'Kuhaa imong {gap}. Hugas sa {gap}.', gaps: 2 },
answerData: { type: 'gap_fill', answers: ['bag', 'kamot'] },
explanation: 'Tasche und Hände sind Kernwörter in Morgenroutinen.'
},
{
exerciseTypeId: 3,
title: 'Routine Reihenfolge',
instruction: 'Ordne die Sätze zu einer natürlichen Reihenfolge.',
questionData: {
type: 'sentence_building',
question: 'Ordne: Hände waschen, Tasche holen, Licht aus, Schlafen.',
tokens: ['Kuhaa imong bag.', 'Hugas sa kamot.', 'Patya ang suga.', 'Matulog na ta.']
},
answerData: { correct: ['Kuhaa imong bag. Hugas sa kamot. Patya ang suga. Matulog na ta.'] },
explanation: 'Typische Abfolge für Abend-/Morgenroutinen.'
},
{
exerciseTypeId: 10,
title: 'Kind-Ansage',
instruction: 'Gib eine kurze, freundliche Anweisung.',
questionData: {
type: 'situational_response',
question: 'Du möchtest, dass ein Kind seine Tasche holt und sich die Hände wäscht.',
keywords: ['kuhaa', 'bag', 'hugas', 'kamot']
},
answerData: {
modelAnswer: 'Kuhaa imong bag. Hugas sa kamot.',
keywords: ['kuhaa', 'bag', 'hugas', 'kamot']
},
explanation: 'Kurze klare Sätze funktionieren bei Kindern am besten.'
}
],
// Lektion 1: Begrüßungen & Höflichkeit
'Begrüßungen & Höflichkeit': [
{
@@ -5908,6 +5959,7 @@ const PLACEHOLDER_REBUILD_TITLES = new Set([
'Körper & Symptome',
'Höflichkeitsformen praktisch',
'Bitten & Nachfragen',
'Kinder, Spiel & Routine',
'Kinder & Familie',
'Körper & Gesundheit',
'Höflichkeitsformen',