diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html index 4e64e1c0..bb1020b7 100644 --- a/anatomy/templates/anatomy/exam_overview.html +++ b/anatomy/templates/anatomy/exam_overview.html @@ -8,6 +8,9 @@ Delete Admin Edit

Exam: {{ exam.name }}

+ + {% include 'exam_notes.html' %} + This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds. Exam mode: {{ exam.exam_mode }} diff --git a/longs/templates/longs/exam_overview.html b/longs/templates/longs/exam_overview.html index cad3b03e..0f4bfe56 100644 --- a/longs/templates/longs/exam_overview.html +++ b/longs/templates/longs/exam_overview.html @@ -10,6 +10,9 @@ Admin Edit {% endif %}

Exam: {{ exam.name }}

+ + {% include 'exam_notes.html' %} + This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
Exam mode: {{ exam.exam_mode }}