Refactor Bisaya course exercises for clarity and consistency
- Updated gap fill and multiple choice exercises to streamline content and improve user understanding. - Simplified question structures and reduced the number of gaps in exercises for better engagement. - Enhanced explanations for phrases to provide clearer context and meaning for learners.
This commit is contained in:
@@ -39,14 +39,14 @@ const BISAYA_EXERCISES = {
|
|||||||
instruction: 'Fülle die Lücken mit den richtigen Bisaya-Wörtern.',
|
instruction: 'Fülle die Lücken mit den richtigen Bisaya-Wörtern.',
|
||||||
questionData: {
|
questionData: {
|
||||||
type: 'gap_fill',
|
type: 'gap_fill',
|
||||||
text: 'Kumusta ka? Maayo {gap}. Salamat {gap} palihug.',
|
text: 'Kumusta ka? Maayo {gap}. Salamat.',
|
||||||
gaps: 2
|
gaps: 1
|
||||||
},
|
},
|
||||||
answerData: {
|
answerData: {
|
||||||
type: 'gap_fill',
|
type: 'gap_fill',
|
||||||
answers: ['ko', 'ug']
|
answers: ['ko']
|
||||||
},
|
},
|
||||||
explanation: '"Maayo ko" bedeutet "Mir geht es gut" und "ug" verbindet die Wörter.'
|
explanation: '"Maayo ko" bedeutet "Mir geht es gut".'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
exerciseTypeId: 2, // multiple_choice
|
exerciseTypeId: 2, // multiple_choice
|
||||||
|
|||||||
@@ -62,19 +62,34 @@ const SURVIVAL_EXERCISES = {
|
|||||||
explanation: '"Asa ang CR?" bedeutet "Wo ist die Toilette?" - "Asa" = "Wo", "CR" = "Comfort Room" (Toilette).'
|
explanation: '"Asa ang CR?" bedeutet "Wo ist die Toilette?" - "Asa" = "Wo", "CR" = "Comfort Room" (Toilette).'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
exerciseTypeId: 1, // gap_fill
|
exerciseTypeId: 2, // multiple_choice
|
||||||
title: 'Überlebenssätze vervollständigen',
|
title: 'Vervollständige den Satz: "Ich verstehe nicht"',
|
||||||
instruction: 'Fülle die Lücken mit den richtigen Bisaya-Wörtern.',
|
instruction: 'Wähle die richtige Übersetzung.',
|
||||||
questionData: {
|
questionData: {
|
||||||
type: 'gap_fill',
|
type: 'multiple_choice',
|
||||||
text: '{gap} ko kasabot. {gap} ka mubalik?',
|
question: 'Wie sagt man "Ich verstehe nicht" auf Bisaya?',
|
||||||
gaps: 2
|
options: ['Wala ko kasabot', 'Dili ko kasabot', 'Wala ko makasabot', 'Dili ko makasabot']
|
||||||
},
|
},
|
||||||
answerData: {
|
answerData: {
|
||||||
type: 'gap_fill',
|
type: 'multiple_choice',
|
||||||
answers: ['Wala', 'Palihug']
|
correctAnswer: 0
|
||||||
},
|
},
|
||||||
explanation: '"Wala ko kasabot" = "Ich verstehe nicht", "Palihug ka mubalik?" = "Bitte wiederholen".'
|
explanation: '"Wala ko kasabot" bedeutet "Ich verstehe nicht".'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
exerciseTypeId: 2, // multiple_choice
|
||||||
|
title: 'Vervollständige den Satz: "Bitte wiederholen"',
|
||||||
|
instruction: 'Wähle die richtige Übersetzung.',
|
||||||
|
questionData: {
|
||||||
|
type: 'multiple_choice',
|
||||||
|
question: 'Wie sagt man "Bitte wiederholen" auf Bisaya?',
|
||||||
|
options: ['Palihug ka mubalik?', 'Palihug balik', 'Salamat mubalik', 'Maayo mubalik']
|
||||||
|
},
|
||||||
|
answerData: {
|
||||||
|
type: 'multiple_choice',
|
||||||
|
correctAnswer: 0
|
||||||
|
},
|
||||||
|
explanation: '"Palihug ka mubalik?" bedeutet "Bitte kannst du wiederholen?".'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user