Files
SWE/webseite/config/subjects/mathe/topics/bruchrechnung/tasks.json

24 lines
426 B
JSON

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