Merge branch 'master' of ssh://git.xkjq.uk:30001/ross/rad
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
Exam mode: {{ exam.exam_mode }}
|
||||
|
||||
{% if exam.mode %}
|
||||
{% if exam.exam_mode %}
|
||||
<div class="parent-help" title="Click to enable / disable the exam">
|
||||
Exam active: <input type="checkbox" id="exam-active-switch" {% if exam.active %}checked{% endif %}> <span class="help-text">[When checked the exam will be available to take in the test system]</span>
|
||||
</div>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.<br/>
|
||||
Exam mode: {{ exam.exam_mode }}
|
||||
|
||||
{% if exam.mode %}
|
||||
{% if exam.exam_mode %}
|
||||
<div class="parent-help" title="Click to enable / disable the exam">
|
||||
Exam active: <input type="checkbox" id="exam-active-switch" {% if exam.active %}checked{% endif %}> <span
|
||||
class="help-text">[When checked the exam will be available to take in the test system]</span>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
Normal {{ exam.get_normal_abnormal_breakdown }}<br/>
|
||||
Exam mode: {{ exam.exam_mode }}<br/>
|
||||
|
||||
{% if exam.mode %}
|
||||
{% if exam.exam_mode %}
|
||||
<div class="parent-help" title="Click to enable / disable the exam">
|
||||
Exam active: <input type="checkbox" id="exam-active-switch" {% if exam.active %}checked{% endif %}> <span class="help-text">[When checked the exam will be available to take in the test system]</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user