Files
mathquest/lessons/adding.json
2026-05-13 23:30:53 +02:00

21 lines
382 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"chapter": " Addieren",
"description": "Lerne, wie man Zahlen addiert.",
"tasks": [
{
"id": "adding-1",
"question": "Was ist 1 + 1?",
"answer": 2,
"points": 10,
"type": "word-problem"
},
{
"id": "adding-2",
"question": "Was ist 2 + 1?",
"answer": 3,
"points": 10,
"type": "word-problem"
}
]
}