Teil 2 #94

Merged
mg8220s merged 121 commits from dev into main 2025-01-08 10:16:03 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4798fc0032 - Show all commits

View File

@@ -2,7 +2,7 @@
{ {
"text": "$$\\frac{3}{5} + \\frac{1}{5} = ? $$", "text": "$$\\frac{3}{5} + \\frac{1}{5} = ? $$",
"vars": { "vars": {
"?": "1/5" "?": "4/5"
} }
}, },
{ {

View File

@@ -20,7 +20,7 @@
{ {
"text": "Berechne den Umfang $$U$$ eines Rechteck mit $$l = 8 cm$$ und $$b = 4 cm$$", "text": "Berechne den Umfang $$U$$ eines Rechteck mit $$l = 8 cm$$ und $$b = 4 cm$$",
"vars": { "vars": {
"?": "5/15" "?": "24"
} }
}, },
{ {