You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
quiz_attempts.answers_json records which distractor a student picked, per question, on every submit — and nothing has ever read it back. Joined against questions_json it is a per-concept mistake profile.
Do the join in the post-submit digest task (off the request path, one decrypt each), not at generation.
Feed targeted distractors and a real mistake profile into the next generation.
Workstream H (epic #537). After #544.
quiz_attempts.answers_jsonrecords which distractor a student picked, per question, on every submit — and nothing has ever read it back. Joined againstquestions_jsonit is a per-concept mistake profile.common_errors/misconceptionswhile the agent wrotecommon_mistakes— was fixed in fix(quiz): repair the adaptive context loop — restore UNIQUE, stop swallowing, consume the full digest (#529) #548; a version field is what stops the third instance.)