This commit is contained in:
Ross
2021-08-17 18:19:26 +01:00
parent 14ab88ae56
commit 42f8708e4c
+4 -3
View File
@@ -17,8 +17,9 @@
class="help-text">[When checked the exam will be available to take in the test system]</span>
</div>
<div class="parent-help" title="Click to enable / disable the exam results">
Publish results: <input type="checkbox" id="exam-publish-results-switch" {% if exam.publish_results %}checked{%
endif %}> <span class="help-text">[When checked the exam results will
Publish results:
<input type="checkbox" id="exam-publish-results-switch" {% if exam.publish_results %}checked{% endif %}> <span
class="help-text">[When checked the exam results will
be available on this site]</span>
</div>
{% endif %}
@@ -42,7 +43,7 @@
title="Edit the question">Edit</a>
</div>
</span>
{% for series in question.series.all %}
{% for series in question.series.all %}
<div class="series-block">
Series {{forloop.counter }}:<br />
{{series.get_block}}