This commit is contained in:
team3
2026-06-19 14:13:22 +02:00
parent 0868a768a2
commit ba529e61a8
3 changed files with 40 additions and 27 deletions

View File

@@ -232,8 +232,8 @@ class BausteinPruefungResponse(BaseModel):
frage: str | None = None
reply: str | None = None
feedback: str | None = None
niveau: str | None = None # kaum|teilweise|solide|stark|komplett
bewertung: Literal["gut", "neutral", "schlecht"] | None = None # abgeleitet, nur fürs Einfärben
punkte: int | None = None # Punkt-Delta dieser Antwort (1 … +3); schnell = voraussichtlich
bewertung: Literal["gut", "neutral", "schlecht"] | None = None # aus Vorzeichen, fürs Einfärben
gute_antworten: int
absolviert: bool
verstanden: bool = False