Enhance Bisaya course content by refining existing exercises and adding a new exercise for recognizing farewells: Update questions for clarity and introduce a new exercise focused on the meaning of "Babay," improving the overall learning experience for users.
This commit is contained in:
@@ -76,7 +76,7 @@ const BISAYA_EXERCISES = {
|
|||||||
instruction: 'Wähle den passenden Gruß für den Morgen.',
|
instruction: 'Wähle den passenden Gruß für den Morgen.',
|
||||||
questionData: {
|
questionData: {
|
||||||
type: 'multiple_choice',
|
type: 'multiple_choice',
|
||||||
question: 'Wie sagst du "Guten Morgen" auf Bisaya?',
|
question: 'Wie sagt man "Guten Morgen" auf Bisaya?',
|
||||||
options: ['Maayong buntag', 'Maayong gabii', 'Amping', 'Babay']
|
options: ['Maayong buntag', 'Maayong gabii', 'Amping', 'Babay']
|
||||||
},
|
},
|
||||||
answerData: {
|
answerData: {
|
||||||
@@ -91,8 +91,8 @@ const BISAYA_EXERCISES = {
|
|||||||
instruction: 'Wähle die passende Verabschiedung aus.',
|
instruction: 'Wähle die passende Verabschiedung aus.',
|
||||||
questionData: {
|
questionData: {
|
||||||
type: 'multiple_choice',
|
type: 'multiple_choice',
|
||||||
question: 'Welche Form passt als freundliche Verabschiedung mit "Pass auf dich auf"?',
|
question: 'Was bedeutet "Amping"?',
|
||||||
options: ['Amping', 'Kumusta ka', 'Salamat', 'Palihug']
|
options: ['Pass auf dich auf', 'Guten Morgen', 'Danke', 'Bitte']
|
||||||
},
|
},
|
||||||
answerData: {
|
answerData: {
|
||||||
type: 'multiple_choice',
|
type: 'multiple_choice',
|
||||||
@@ -100,6 +100,21 @@ const BISAYA_EXERCISES = {
|
|||||||
},
|
},
|
||||||
explanation: '"Amping" benutzt man beim Abschied im Sinn von "Pass auf dich auf".'
|
explanation: '"Amping" benutzt man beim Abschied im Sinn von "Pass auf dich auf".'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
exerciseTypeId: 2,
|
||||||
|
title: 'Abschiedsform erkennen',
|
||||||
|
instruction: 'Wähle die richtige Bedeutung.',
|
||||||
|
questionData: {
|
||||||
|
type: 'multiple_choice',
|
||||||
|
question: 'Was bedeutet "Babay"?',
|
||||||
|
options: ['Tschüss / Auf Wiedersehen', 'Wie geht es dir?', 'Guten Tag', 'Ich bin müde']
|
||||||
|
},
|
||||||
|
answerData: {
|
||||||
|
type: 'multiple_choice',
|
||||||
|
correctAnswer: 0
|
||||||
|
},
|
||||||
|
explanation: '"Babay" ist eine einfache alltägliche Verabschiedung.'
|
||||||
|
},
|
||||||
withTypeName('dialog_completion', {
|
withTypeName('dialog_completion', {
|
||||||
title: 'Begrüßungsdialog ergänzen',
|
title: 'Begrüßungsdialog ergänzen',
|
||||||
instruction: 'Ergänze die passende Antwort im Mini-Dialog.',
|
instruction: 'Ergänze die passende Antwort im Mini-Dialog.',
|
||||||
|
|||||||
Reference in New Issue
Block a user