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 %}