diff --git a/README.md b/README.md index 72911ed..20d5a76 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Sports Academy. It helps a guide or coach decide **who to see first, why, and wh adaptive academic software carries practice and adults carry motivation and intervention. The portfolio demo is deliberately narrow: sign in, upload one fixed CSV, validate and commit it, -refresh, inspect the ranked Evidence Desk, review one teacher-friendly evidence list, and see the -report acknowledged. It is not a diagnosis product and makes **no accuracy claim**. +refresh, inspect the ranked Evidence Desk, expand one exact-evidence disclosure, and see the report +acknowledged. It is not a diagnosis product and makes **no accuracy claim**. ## Why this is useful at TSA @@ -140,13 +140,13 @@ walkthrough below; the smoke command does not pretend to replace it. validation stores no activity. 3. **0:40–0:55 — Commit and refresh.** Commit the same bytes, then choose **Refresh board now**. The deterministic engine publishes one immutable ranked run; no model key is needed. -4. **0:55–1:30 — Use the Evidence Desk.** Open the top report. Read the cause-specific opener, compare - it with the student's own baseline, and scan the single deduplicated evidence list. Attempt - outcomes, selected answers, and timing-aware work/session durations remain readable in seconds - without exposing internal record IDs. Severity determines rank; evidence confidence is shown - separately. -5. **1:30–1:45 — Show trust behavior.** Point to “Deterministic fallback · degraded” and the visible - “Seen” acknowledgment. Refresh/back navigation keeps the report and seen state. +4. **0:55–1:30 — Use the Evidence Desk.** Open the top report. Read the cause-specific opener, + compare it with the student's own baseline, then expand **Show exact contributing evidence**. + Exact attempt/session results, selected answers, and timing-aware durations remain readable in + seconds without exposing internal record IDs, additional causes, or rule-quality internals. + Severity determines rank; evidence confidence is shown separately. +5. **1:30–1:45 — Show trust behavior.** Point to the concise “Deterministic fallback” wording cue + and the visible “Seen” acknowledgment. Refresh/back navigation keeps the report and seen state. 6. **1:45–2:00 — Show engineering evidence.** Run `npm run eval:portfolio`: eight fixed cases, hard-fail grounding injections, zero model calls, and an explicit no-accuracy-claim posture. diff --git a/apps/web/app/board/evidence-desk.tsx b/apps/web/app/board/evidence-desk.tsx index 79239ff..423257b 100644 --- a/apps/web/app/board/evidence-desk.tsx +++ b/apps/web/app/board/evidence-desk.tsx @@ -124,8 +124,7 @@ function Rail({
- {board.entries.length} {board.entries.length === 1 ? 'student' : 'students'} · ranked by - deterministic rules + {board.entries.length} {board.entries.length === 1 ? 'student' : 'students'}