Speichern von Tasks eingebaut

This commit is contained in:
Matthias Grief
2024-12-13 22:58:00 +01:00
parent 83d74fc252
commit b38d4b038c
2 changed files with 45 additions and 27 deletions

View File

@@ -1,24 +1,24 @@
[
{
"text": "34 + 26 = ?",
"vars": {
"?": "60",
"x": "5",
"y": "2"
{
"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"
}
}
},
{
"text": "a + b = c",
"vars": {
"a": "1",
"b": "2",
"c": "4"
}
},
{
"text": "Wie schreibt man nähmlich richtig?",
"vars": {
"?": "nämlich"
}
}
]