Formeln frontend #86

Merged
eb2342s merged 11 commits from feature/frontend-formeln into dev 2025-01-03 16:10:08 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f5c2a53a29 - 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"
} }
}, },
{ {