From ba8af9ad1ed9f19f17c0cca5fb813ecae712fe50 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 19 Mar 2021 11:23:12 +0000 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_overview.html | 1 + longs/templates/longs/exam_overview.html | 3 ++- rapids/templates/rapids/exam_overview.html | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html index 8f088cd6..353896fe 100644 --- a/anatomy/templates/anatomy/exam_overview.html +++ b/anatomy/templates/anatomy/exam_overview.html @@ -14,6 +14,7 @@
Publish results: [When checked the exam results will be available on this site]
+ Exam mode: {{ exam.exam_mode }}

    diff --git a/longs/templates/longs/exam_overview.html b/longs/templates/longs/exam_overview.html index d90a5968..7a6cf93f 100644 --- a/longs/templates/longs/exam_overview.html +++ b/longs/templates/longs/exam_overview.html @@ -6,7 +6,8 @@
    Admin Edit

    Exam: {{ exam.name }}

    - This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds. + This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
    + Exam mode: {{ exam.exam_mode }}
    Exam active: Admin Edit

    Exam: {{ exam.name }}

    This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
    - Normal {{ exam.get_normal_abnormal_breakdown }} + Normal {{ exam.get_normal_abnormal_breakdown }}
    + Exam mode: {{ exam.exam_mode }}
    Exam active: [When checked the exam will be available to take in the test system]