.
This commit is contained in:
@@ -10,8 +10,14 @@
|
||||
Edit</a>
|
||||
<h1>Exam: {{ exam.name }}</h1>
|
||||
This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.<br />
|
||||
Normal {{ exam.get_normal_abnormal_breakdown }}<br />
|
||||
Exam mode: {{ exam.exam_mode }}<br />
|
||||
<div class="parent-help" title="">
|
||||
Normal count: {{ exam.get_normal_abnormal_breakdown }}<span
|
||||
class="help-text">[Number of normal questions within the exam]</span>
|
||||
</div>
|
||||
<div class="parent-help" title="">
|
||||
Exam mode: {{ exam.exam_mode }}<span
|
||||
class="help-text">[When true the packet will be taken as an exam (it will not self mark and results will be saved here)]</span>
|
||||
</div>
|
||||
|
||||
{% if exam.exam_mode %}
|
||||
<div class="parent-help" title="Click to enable / disable the exam">
|
||||
|
||||
Reference in New Issue
Block a user