From ff4fbbfab198e1c2771c9d52ae1b71f64969cddd Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Wed, 15 Apr 2026 11:49:50 +0200 Subject: [PATCH] feat(bisaya-course): update exercise content for market-related vocabulary - 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. --- backend/scripts/create-bisaya-course-content.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/scripts/create-bisaya-course-content.js b/backend/scripts/create-bisaya-course-content.js index 0b11724..9467e4d 100644 --- a/backend/scripts/create-bisaya-course-content.js +++ b/backend/scripts/create-bisaya-course-content.js @@ -2490,16 +2490,16 @@ const BISAYA_EXERCISES = { instruction: 'Übersetze den Satz ins Bisaya.', questionData: { type: 'transformation', - text: 'Ich gehe in die Kirche', + text: 'Ich gehe später zum Markt', sourceLanguage: 'Deutsch', targetLanguage: 'Bisaya' }, answerData: { type: 'transformation', - correct: 'Moadto ko sa simbahan', - alternatives: ['Adto ko sa simbahan', 'Moadto ko sa among simbahan'] + correct: 'Moadto ko sa merkado unya', + 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.' } ],