Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 84 additions & 0 deletions assets/exercises/day10_de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"exercises": [
{
"id": "day10_mc1",
"type": "multipleChoice",
"question": "Wohin gehst du, um Essen zu kaufen?",
"options": [
"Schule",
"Geschäft",
"Krankenhaus",
"Bibliothek"
],
"correctOptionIndex": 1
},
{
"id": "day10_mc2",
"type": "multipleChoice",
"question": "Wo lernen Schüler?",
"options": [
"Restaurant",
"Park",
"Schule",
"Bank"
],
"correctOptionIndex": 2
},
{
"id": "day10_fib1",
"type": "fillInBlank",
"question": "Fülle die Lücke aus: 'Ich schlafe zu ____.'",
"correctAnswer": "Hause",
"acceptableAlternatives": ["hause"],
"caseSensitive": false
},
{
"id": "day10_fib2",
"type": "fillInBlank",
"question": "Fülle die Lücke aus: 'Ich gehe ins ____, wenn ich krank bin.'",
"correctAnswer": "Krankenhaus",
"acceptableAlternatives": ["krankenhaus", "Hospital"],
"caseSensitive": false
},
{
"id": "day10_mc3",
"type": "multipleChoice",
"question": "Wo leihst du Bücher aus?",
"options": [
"Fitnessstudio",
"Bibliothek",
"Theater",
"Museum"
],
"correctOptionIndex": 1
},
{
"id": "day10_trans1",
"type": "translation",
"question": "Wohin gehst du, um eine von einem Koch zubereitete Mahlzeit zu essen?",
"targetText": "Ort zum Essen gehen",
"correctTranslation": "Restaurant",
"acceptableAlternatives": ["restaurant"]
},
{
"id": "day10_fib3",
"type": "fillInBlank",
"question": "Fülle die Lücke aus: 'Ich arbeite in einem ____.'",
"correctAnswer": "Büro",
"acceptableAlternatives": ["büro"],
"caseSensitive": false
},
{
"id": "day10_mc4",
"type": "multipleChoice",
"question": "Wo kannst du Bäume, Gras sehen und draußen spielen?",
"options": [
"Einkaufszentrum",
"Bahnhof",
"Park",
"Flughafen"
],
"correctOptionIndex": 2
}
]
}
84 changes: 84 additions & 0 deletions assets/exercises/day10_en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"exercises": [
{
"id": "day10_mc1",
"type": "multipleChoice",
"question": "Where do you go to buy food?",
"options": [
"School",
"Store",
"Hospital",
"Library"
],
"correctOptionIndex": 1
},
{
"id": "day10_mc2",
"type": "multipleChoice",
"question": "Where do students learn?",
"options": [
"Restaurant",
"Park",
"School",
"Bank"
],
"correctOptionIndex": 2
},
{
"id": "day10_fib1",
"type": "fillInBlank",
"question": "Fill in the blank: 'I sleep in my ____.'",
"correctAnswer": "home",
"acceptableAlternatives": ["Home", "house", "House", "room", "Room"],
"caseSensitive": false
},
{
"id": "day10_fib2",
"type": "fillInBlank",
"question": "Fill in the blank: 'I go to the ____ when I am sick.'",
"correctAnswer": "hospital",
"acceptableAlternatives": ["Hospital", "doctor", "Doctor"],
"caseSensitive": false
},
{
"id": "day10_mc3",
"type": "multipleChoice",
"question": "Where do you borrow books?",
"options": [
"Gym",
"Library",
"Theater",
"Museum"
],
"correctOptionIndex": 1
},
{
"id": "day10_trans1",
"type": "translation",
"question": "Where do you go to eat a meal prepared by a chef?",
"targetText": "Place to eat out",
"correctTranslation": "Restaurant",
"acceptableAlternatives": ["restaurant"]
},
{
"id": "day10_fib3",
"type": "fillInBlank",
"question": "Fill in the blank: 'I work in an ____.'",
"correctAnswer": "office",
"acceptableAlternatives": ["Office"],
"caseSensitive": false
},
{
"id": "day10_mc4",
"type": "multipleChoice",
"question": "Where can you see trees, grass, and play outside?",
"options": [
"Mall",
"Station",
"Park",
"Airport"
],
"correctOptionIndex": 2
}
]
}
84 changes: 84 additions & 0 deletions assets/exercises/day10_es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"exercises": [
{
"id": "day10_mc1",
"type": "multipleChoice",
"question": "¿A dónde vas para comprar comida?",
"options": [
"Escuela",
"Tienda",
"Hospital",
"Biblioteca"
],
"correctOptionIndex": 1
},
{
"id": "day10_mc2",
"type": "multipleChoice",
"question": "¿Dónde aprenden los estudiantes?",
"options": [
"Restaurante",
"Parque",
"Escuela",
"Banco"
],
"correctOptionIndex": 2
},
{
"id": "day10_fib1",
"type": "fillInBlank",
"question": "Completa el espacio: 'Duermo en mi ____.'",
"correctAnswer": "casa",
"acceptableAlternatives": ["Casa", "hogar", "Hogar"],
"caseSensitive": false
},
{
"id": "day10_fib2",
"type": "fillInBlank",
"question": "Completa el espacio: 'Voy al ____ cuando estoy enfermo.'",
"correctAnswer": "hospital",
"acceptableAlternatives": ["Hospital", "médico", "Médico", "doctor", "Doctor"],
"caseSensitive": false
},
{
"id": "day10_mc3",
"type": "multipleChoice",
"question": "¿Dónde pides prestados libros?",
"options": [
"Gimnasio",
"Biblioteca",
"Teatro",
"Museo"
],
"correctOptionIndex": 1
},
{
"id": "day10_trans1",
"type": "translation",
"question": "¿A dónde vas para comer una comida preparada por un chef?",
"targetText": "Lugar para comer fuera",
"correctTranslation": "Restaurante",
"acceptableAlternatives": ["restaurante"]
},
{
"id": "day10_fib3",
"type": "fillInBlank",
"question": "Completa el espacio: 'Trabajo en una ____.'",
"correctAnswer": "oficina",
"acceptableAlternatives": ["Oficina"],
"caseSensitive": false
},
{
"id": "day10_mc4",
"type": "multipleChoice",
"question": "¿Dónde puedes ver árboles, césped y jugar afuera?",
"options": [
"Centro comercial",
"Estación",
"Parque",
"Aeropuerto"
],
"correctOptionIndex": 2
}
]
}
84 changes: 84 additions & 0 deletions assets/exercises/day10_fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"exercises": [
{
"id": "day10_mc1",
"type": "multipleChoice",
"question": "Où allez-vous pour acheter de la nourriture?",
"options": [
"École",
"Magasin",
"Hôpital",
"Bibliothèque"
],
"correctOptionIndex": 1
},
{
"id": "day10_mc2",
"type": "multipleChoice",
"question": "Où les étudiants apprennent-ils?",
"options": [
"Restaurant",
"Parc",
"École",
"Banque"
],
"correctOptionIndex": 2
},
{
"id": "day10_fib1",
"type": "fillInBlank",
"question": "Complétez: 'Je dors chez ____.' (à la maison)",
"correctAnswer": "moi",
"acceptableAlternatives": ["Moi"],
"caseSensitive": false
},
{
"id": "day10_fib2",
"type": "fillInBlank",
"question": "Complétez: 'Je vais à l'____ quand je suis malade.'",
"correctAnswer": "hôpital",
"acceptableAlternatives": ["Hôpital", "hopital"],
"caseSensitive": false
},
{
"id": "day10_mc3",
"type": "multipleChoice",
"question": "Où empruntez-vous des livres?",
"options": [
"Gymnase",
"Bibliothèque",
"Théâtre",
"Musée"
],
"correctOptionIndex": 1
},
{
"id": "day10_trans1",
"type": "translation",
"question": "Où allez-vous pour manger un repas préparé par un chef?",
"targetText": "Lieu pour manger dehors",
"correctTranslation": "Restaurant",
"acceptableAlternatives": ["restaurant"]
},
{
"id": "day10_fib3",
"type": "fillInBlank",
"question": "Complétez: 'Je travaille dans un ____.'",
"correctAnswer": "bureau",
"acceptableAlternatives": ["Bureau"],
"caseSensitive": false
},
{
"id": "day10_mc4",
"type": "multipleChoice",
"question": "Où pouvez-vous voir des arbres, de l'herbe et jouer dehors?",
"options": [
"Centre commercial",
"Gare",
"Parc",
"Aéroport"
],
"correctOptionIndex": 2
}
]
}
Loading