Conversation
Owner
jvcByte
commented
Apr 27, 2026
- Paste detector: capture exact pasted text via Monaco getValueInRange, store in paste_events.pasted_text
- Auto-grading: score = (final_submissions/total_questions)100 - active_flag_reasonsFLAG_PENALTY, stored on sessions.score
- Pass/fail constraints per exercise: pass_mark, min_questions_required, flag_fails, max_paste_chars, max_focus_loss, min_edit_events, min_response_length
- Flag dismissal: instructors can dismiss/restore individual flag reasons with audit trail (dismissed_flags JSONB on submissions)
- Score recalculation: bulk recalculate-scores endpoint re-evaluates flags and scores for all sessions in an exercise
- Submit Final Answer button on last question; session auto-closes and scores on finalisation
- WAT timezone: lib/format.ts with formatWAT/formatDateWAT/formatTimeWAT (Africa/Lagos, 12hr), applied across all instructor UI timestamps
- Submissions table: aggregated per-participant view with expandable question rows, progress, score, pass/fail, flags
- Participant dashboard: score badge with pass/fail indicator and specific fail reasons per exercise
- Cohort analytics on instructor dashboard: summary tiles + per-exercise table with table/chart toggle (recharts bar charts for pass/fail/flagged and avg score)
- Migration 0008: adds pasted_text, pass_mark, min_questions_required, flag_fails, max_paste_chars, max_focus_loss, min_edit_events, min_response_length, score, passed, dismissed_flags columns
…tics - Paste detector: capture exact pasted text via Monaco getValueInRange, store in paste_events.pasted_text - Auto-grading: score = (final_submissions/total_questions)*100 - active_flag_reasons*FLAG_PENALTY, stored on sessions.score - Pass/fail constraints per exercise: pass_mark, min_questions_required, flag_fails, max_paste_chars, max_focus_loss, min_edit_events, min_response_length - Flag dismissal: instructors can dismiss/restore individual flag reasons with audit trail (dismissed_flags JSONB on submissions) - Score recalculation: bulk recalculate-scores endpoint re-evaluates flags and scores for all sessions in an exercise - Submit Final Answer button on last question; session auto-closes and scores on finalisation - WAT timezone: lib/format.ts with formatWAT/formatDateWAT/formatTimeWAT (Africa/Lagos, 12hr), applied across all instructor UI timestamps - Submissions table: aggregated per-participant view with expandable question rows, progress, score, pass/fail, flags - Participant dashboard: score badge with pass/fail indicator and specific fail reasons per exercise - Cohort analytics on instructor dashboard: summary tiles + per-exercise table with table/chart toggle (recharts bar charts for pass/fail/flagged and avg score) - Migration 0008: adds pasted_text, pass_mark, min_questions_required, flag_fails, max_paste_chars, max_focus_loss, min_edit_events, min_response_length, score, passed, dismissed_flags columns
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.