Merge branch 'dev' into '50-lerninhalte-interface'

# Conflicts:
#   webseite/topic.php
This commit is contained in:
Matthias Grief
2025-01-03 19:41:37 +01:00
16 changed files with 360 additions and 12 deletions

View File

@@ -1,24 +1,26 @@
[
{
"text": "34 + 26 = ?",
"text": "$$\\frac{3}{5} + \\frac{1}{5} = ? $$",
"vars": {
"?": "60",
"x": "5",
"y": "2"
"?": "4/5"
}
},
{
"text": "a + b = c",
"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"
}
}
]