kleine Design Anpassungen im Aufgabenbereich

Zwischenstand beim Einpflegen der Bsp Aufgaben vom Kunden
This commit is contained in:
2024-12-18 02:02:35 +01:00
parent 7840b13375
commit 320de14e17
17 changed files with 138 additions and 87 deletions

View File

@@ -1,24 +1,26 @@
[
{
"text": "34 + 26 = ?",
"text": "$$\\frac{3}{5} + \\frac{1}{5} = ? $$",
"vars": {
"?": "60",
"x": "5",
"y": "2"
"?": "1/5"
}
},
{
"text": "$$\\frac{2}{6} + \\frac{3}{6} = ? $$",
"text": "$$\\frac{4}{7} - \\frac{2}{7} = ? $$",
"vars": {
"a": "1",
"b": "2",
"c": "4"
"?": "2/7"
}
},
{
"text": "Wie schreibt man nähmlich richtig?",
"text": "Kürze $$\\frac{6}{9}$$",
"vars": {
"?": "nämlich"
"?": "1/3"
}
},
{
"text": "Erweitere $$\\frac{1}{3}$$ mit 5",
"vars": {
"?": "5/15"
}
}
]