This commit is contained in:
team3
2026-06-27 00:58:46 +02:00
parent 2a2026c9ae
commit f018ca5048
44 changed files with 3070 additions and 379 deletions

View File

@@ -9,10 +9,13 @@ BAUSTEIN AUS DEM GUIDE (fachliche Referenz — Optionen dürfen ihr nie widerspr
KOMPAKTE FASSUNG (Merksätze, falls vorhanden):
{kompakt_block}
LERNER-NIVEAU (bestimmt den Anspruch von Frage und Distraktoren):
{niveau_block}
{distraktor_block}
AUFGABE:
- Formuliere EINE klare Frage und GENAU VIER Antwortoptionen.
- {anzahl_block}
- Jede richtige Option ist sachlich aus dem Material belegbar. Jede falsche ist plausibel,
- GENAU EINE Option ist richtig, die anderen drei sind klar falsch.
- Die richtige Option ist sachlich aus dem Material belegbar. Jede falsche ist plausibel,
aber klar falsch (typischer Irrtum, Verwechslung, Halbwahrheit) — keine Albernheiten.
- **Optionen SEHR KURZ:** ein Stichwort, Begriff oder Halbsatz, höchstens ~8 Wörter.
KEINE ganzen Sätze, KEIN „Weil …"-Vorspann, keine Begründungs-Prosa. Nur der Kern.
@@ -25,5 +28,5 @@ Gib NUR dieses JSON aus (kein weiterer Text):
{{"text": "Option A", "korrekt": true}},
{{"text": "Option B", "korrekt": false}},
{{"text": "Option C", "korrekt": false}},
{{"text": "Option D", "korrekt": true}}
{{"text": "Option D", "korrekt": false}}
]}}