Files
SWE/swe-b1-a-dev/webseite/config/subjects/mathe/topics/bruchrechnung/tasks.json
2024-12-22 17:41:21 +01:00

24 lines
399 B
JSON

[
{
"text": "34 + 26 = ?",
"vars": {
"?": "60",
"x": "5",
"y": "2"
}
},
{
"text": "a + b = c",
"vars": {
"a": "1",
"b": "2",
"c": "4"
}
},
{
"text": "Wie schreibt man nähmlich richtig?",
"vars": {
"?": "nämlich"
}
}
]