.
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>
|
||||
</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}}
|
||||
|
||||
Reference in New Issue
Block a user