From e764c5dfee007ba761b26bbbd5e9982b8e16b700 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Aug 2021 17:53:40 +0100 Subject: [PATCH] . --- rapids/templates/rapids/exam_overview.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index f5549c26..4e62ca67 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -10,8 +10,14 @@ Edit

Exam: {{ exam.name }}

This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
- Normal {{ exam.get_normal_abnormal_breakdown }}
- Exam mode: {{ exam.exam_mode }}
+
+ Normal count: {{ exam.get_normal_abnormal_breakdown }}[Number of normal questions within the exam] +
+
+ Exam mode: {{ exam.exam_mode }}[When true the packet will be taken as an exam (it will not self mark and results will be saved here)] +
{% if exam.exam_mode %}