kleine Design Anpassungen im Aufgabenbereich
Zwischenstand beim Einpflegen der Bsp Aufgaben vom Kunden
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user