Parent PRD
#41
What to build
Award XP for quizzes. End-to-end: when a student passes a quiz for the first time, a 5 XP event is recorded; retaking or re-passing the same quiz awards nothing further.
- Extend
quizScoringService.computeResult to record a 5 XP quiz_pass event as a side effect when the attempt passes AND no prior quiz_pass XP event exists for that quiz/user. See PRD "XP Awards" and user story 15.
- Reuse the
xp_events table and award/dedup helper from the XP foundation slice.
Acceptance criteria
Blocked by
User stories addressed
- User story 2
- User story 15
Parent PRD
#41
What to build
Award XP for quizzes. End-to-end: when a student passes a quiz for the first time, a 5 XP event is recorded; retaking or re-passing the same quiz awards nothing further.
quizScoringService.computeResultto record a 5 XPquiz_passevent as a side effect when the attempt passes AND no priorquiz_passXP event exists for that quiz/user. See PRD "XP Awards" and user story 15.xp_eventstable and award/dedup helper from the XP foundation slice.Acceptance criteria
pnpm testand typecheck passBlocked by
User stories addressed