Aufgaben (Task) Schnittstelle eingabaut

This commit is contained in:
Matthias Grief
2024-12-13 22:41:18 +01:00
parent e8a2c641fd
commit 83d74fc252
4 changed files with 111 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
[
{
"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"
}
}
]