feat(bisaya-course): update exercise content for market-related vocabulary
All checks were successful
Deploy to production / deploy (push) Successful in 2m55s

- Changed the exercise question and answer to focus on market-related scenarios, replacing previous church-related content.
- Updated the explanation to align with the new vocabulary introduced in this lesson, enhancing contextual learning for students.
This commit is contained in:
Torsten Schulz (local)
2026-04-15 11:49:50 +02:00
parent 5d16021557
commit ff4fbbfab1

View File

@@ -2490,16 +2490,16 @@ const BISAYA_EXERCISES = {
instruction: 'Übersetze den Satz ins Bisaya.', instruction: 'Übersetze den Satz ins Bisaya.',
questionData: { questionData: {
type: 'transformation', type: 'transformation',
text: 'Ich gehe in die Kirche', text: 'Ich gehe später zum Markt',
sourceLanguage: 'Deutsch', sourceLanguage: 'Deutsch',
targetLanguage: 'Bisaya' targetLanguage: 'Bisaya'
}, },
answerData: { answerData: {
type: 'transformation', type: 'transformation',
correct: 'Moadto ko sa simbahan', correct: 'Moadto ko sa merkado unya',
alternatives: ['Adto ko sa simbahan', 'Moadto ko sa among simbahan'] alternatives: ['Adto ko sa merkado unya', 'Moadto ko sa merkado karon']
}, },
explanation: '"simbahan" = Kirche.' explanation: '"Moadto ko sa merkado unya" passt zum in dieser Lektion eingeführten Alltagswortschatz rund um Wege und Markt.'
} }
], ],