From 464c6ee1cbb9b8dd217582beae3b5ee817447c31 Mon Sep 17 00:00:00 2001 From: ameer Date: Mon, 4 May 2026 17:03:37 +0800 Subject: [PATCH] docs(student): drop blur warning from join disclaimer A multi-hour lecture has questions spread over the whole period; we can't reasonably expect students to keep their devices focused for that long. Blur events still get logged (no code change) so we have signal for post-hoc analysis if the histogram is striking, but we don't promise it as enforcement, and we don't make students self-monitor against an unrealistic standard. --- static/quiz.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/quiz.js b/static/quiz.js index d3cf02d..2e19709 100644 --- a/static/quiz.js +++ b/static/quiz.js @@ -178,7 +178,6 @@ function renderJoin(error = null) {
  • If you see "This student ID is already in use", do not retry — every attempt is recorded. Tell the instructor and they will reset your slot.
  • Asking the instructor to reset your slot will set all already-closed questions to 0 (status: missed). This is permanent and applies whether or not the slot was actually hijacked.
  • Do not clear your cookies during the quiz. Clearing them locks you out and recovery requires a reset (same penalty as above).
  • -
  • Tab and window switches during a live question are logged for the instructor.
  • This portal is for in-lecture engagement; attendance is taken on paper.