feat(bisaya-course): update gap-fill exercise structure and instructions
All checks were successful
Deploy to production / deploy (push) Successful in 2m42s
All checks were successful
Deploy to production / deploy (push) Successful in 2m42s
- 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.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user