- {% include 'exam_notes.html' %}
+ {% include 'exam_notes.html' %}
- 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 }}
+
+ {% if exam.exam_mode %}
+
+ Exam active: [When checked the exam will be available to take in the test system]
+
+
+ Publish results: [When checked the exam results will be available to users on this site]
+
- {% include 'exam_notes.html' %}
+ {% include 'exam_notes.html' %}
- This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
-
- 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)]
-
+ This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
+
+ 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)]
+
-
- Exam active: [When checked the exam will be available to take in the test system]
-
- {% if exam.exam_mode %}
-
- Publish results: [When checked the exam results will
- be available on this site]
-
- {% endif %}
-
+
+ Exam active: [When checked the exam will be available to take in the test system]
+
+ {% if exam.exam_mode %}
+
+ Publish results: [When checked the exam results will
+ be available on this site]
+
+ {% endif %}
+
-
- {% for question in questions.all %}
+
+ {% for question in questions.all %}
-