feat(bisaya-course): refine exercises and instructions for improved learning experience
All checks were successful
Deploy to production / deploy (push) Successful in 2m54s
All checks were successful
Deploy to production / deploy (push) Successful in 2m54s
- Updated exercise titles and instructions to enhance clarity and focus on specific learning objectives. - Modified question data and answer options to better align with the lesson's vocabulary and context. - Improved explanations to provide clearer guidance on language usage and learning goals, fostering better comprehension for learners.
This commit is contained in:
@@ -1290,20 +1290,20 @@ const BISAYA_EXERCISES = {
|
||||
},
|
||||
{
|
||||
exerciseTypeId: 4,
|
||||
title: 'Haus mit zwei Zimmern',
|
||||
instruction: 'Übersetze den Satz ins Bisaya.',
|
||||
title: 'Unser Haus benennen',
|
||||
instruction: 'Übersetze den kurzen Satz ins Bisaya (nur Wortschatz und Muster aus dieser Lektion).',
|
||||
questionData: {
|
||||
type: 'transformation',
|
||||
text: 'Unser Haus hat zwei Zimmer',
|
||||
text: 'Unser Haus.',
|
||||
sourceLanguage: 'Deutsch',
|
||||
targetLanguage: 'Bisaya'
|
||||
},
|
||||
answerData: {
|
||||
type: 'transformation',
|
||||
correct: 'Ang among balay kay naay duha ka kwarto',
|
||||
alternatives: ['Among balay naay duha ka kwarto', 'Ang among balay adunay duha ka kwarto']
|
||||
correct: 'Ang among balay',
|
||||
alternatives: ['Among balay.', 'Ang among balay.']
|
||||
},
|
||||
explanation: '„Among balay“ = unser Haus; „duha ka kwarto“ = zwei Zimmer.'
|
||||
explanation: '„Ang among balay.“ = unser Haus; „among“ (inklusiv) und „balay“ sind die Lernziele dieser Einheit.'
|
||||
},
|
||||
{
|
||||
exerciseTypeId: 4,
|
||||
@@ -1324,17 +1324,22 @@ const BISAYA_EXERCISES = {
|
||||
},
|
||||
withTypeName('dialog_completion', {
|
||||
title: 'Nach der Küche fragen',
|
||||
instruction: 'Ergänze die passende Antwort.',
|
||||
instruction: 'Ergänze die passende Antwort (Ortsangaben wie didto/luyo kommen in der nächsten Lektion).',
|
||||
questionData: {
|
||||
type: 'dialog_completion',
|
||||
question: 'Welche Antwort passt?',
|
||||
dialog: ['A: Asa ang kusina?', 'B: ...']
|
||||
},
|
||||
answerData: {
|
||||
modelAnswer: 'Didto sa luyo.',
|
||||
correct: ['Didto sa luyo.', 'Naa didto.', 'Tua didto sa kusina.', 'Naa siya sa kusina.']
|
||||
modelAnswer: 'Naa sila sa kusina.',
|
||||
correct: [
|
||||
'Naa sila sa kusina.',
|
||||
'Naa siya sa kusina.',
|
||||
'Naa ko sa kusina.',
|
||||
'Sa kusina.'
|
||||
]
|
||||
},
|
||||
explanation: 'Kurze Wegzeiger wie „Didto sa luyo.“ (dort hinten) oder direkt „Naa siya sa kusina.“'
|
||||
explanation: 'Mit „Naa … sa kusina“ kannst du sagen, wo sich jemand befindet – dasselbe Muster wie „Naa sila sa kusina.“ in der Lektion.'
|
||||
}),
|
||||
withTypeName('situational_response', {
|
||||
title: 'Zu Hause kurz beschreiben',
|
||||
|
||||
Reference in New Issue
Block a user