.
This commit is contained in:
@@ -17,8 +17,9 @@
|
|||||||
class="help-text">[When checked the exam will be available to take in the test system]</span>
|
class="help-text">[When checked the exam will be available to take in the test system]</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="parent-help" title="Click to enable / disable the exam results">
|
<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{%
|
Publish results:
|
||||||
endif %}> <span class="help-text">[When checked the exam results will
|
<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>
|
be available on this site]</span>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -42,7 +43,7 @@
|
|||||||
title="Edit the question">Edit</a>
|
title="Edit the question">Edit</a>
|
||||||
</div>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
{% for series in question.series.all %}
|
{% for series in question.series.all %}
|
||||||
<div class="series-block">
|
<div class="series-block">
|
||||||
Series {{forloop.counter }}:<br />
|
Series {{forloop.counter }}:<br />
|
||||||
{{series.get_block}}
|
{{series.get_block}}
|
||||||
|
|||||||
Reference in New Issue
Block a user