This commit is contained in:
Ross
2022-01-03 18:21:17 +00:00
parent 0d8416f8e8
commit d8af47c989
@@ -5,10 +5,9 @@
<h2>Exam: {{ exam.name }}</h2>
<h3>Candidate: {{ cid }}</h3>
{% if view_all_results %}
<div class="alert alert-info" role="alert">
Exam state: Active [{{exam.active}}] / Published [{{exam.published}}]
</div>
<div class="alert alert-info" role="alert">
Exam state: Active [{{exam.active}}] / Published [{{exam.results_published}}]
</div>
{% endif %}
Answers:
<ul>