From 44850d5913637999f08b22181ded75e83762ec63 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Thu, 16 Apr 2026 15:06:17 +0200 Subject: [PATCH] feat(bisaya-course): update gap-fill exercise structure and instructions - Changed exercise type from 'pattern_drill' to 'gap_fill' for improved clarity and engagement. - Revised instructions to specify the use of the verb "adto" across different tenses, enhancing learner guidance. - Updated question data format to include gaps for each tense, streamlining the exercise layout. - Adjusted answer data to reflect the new gap-fill structure, ensuring consistency in exercise responses. - Enhanced explanation to clarify the focus on tense variations with the verb "adto," improving educational value. --- backend/scripts/create-bisaya-course-content.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/backend/scripts/create-bisaya-course-content.js b/backend/scripts/create-bisaya-course-content.js index b486ce3..45e9c1a 100644 --- a/backend/scripts/create-bisaya-course-content.js +++ b/backend/scripts/create-bisaya-course-content.js @@ -1913,19 +1913,19 @@ const BISAYA_EXERCISES = { }, explanation: 'Ni- für Vergangenheit, nag- für laufende Gegenwart, mo- für Zukunft.' }, - withTypeName('pattern_drill', { + withTypeName('gap_fill', { title: 'Zeitmuster anwenden', - instruction: 'Bilde mit demselben Verb drei Zeitformen.', + instruction: 'Verwende das Verb "adto" in Vergangenheit, Gegenwart und Zukunft. Trage jede Form in das passende Feld ein.', questionData: { - type: 'pattern_drill', - question: 'Verwende das Verb "adto" in Vergangenheit, Gegenwart und Zukunft.', - pattern: 'Ni- / Nag- / Mo- + adto + ko' + type: 'gap_fill', + text: 'Vergangenheit: {gap} | Gegenwart: {gap} | Zukunft: {gap}', + gaps: 3 }, answerData: { - modelAnswer: 'Ni-adto ko. Nag-adto ko karon. Mo-adto ko.', - correct: ['Ni-adto ko. Nag-adto ko karon. Mo-adto ko.', 'Niadto ko. Nagadto ko karon. Moadto ko.'] + type: 'gap_fill', + answers: ['Ni-adto ko', 'Nag-adto ko', 'Mo-adto ko'] }, - explanation: 'Das Drillmuster trainiert den direkten Wechsel derselben Handlung über drei Zeitbezüge.' + explanation: 'Die Übung trainiert den direkten Wechsel derselben Handlung mit "adto" über drei Zeitbezüge.' }), { exerciseTypeId: 3,