.
This commit is contained in:
@@ -5,10 +5,9 @@
|
|||||||
<h2>Exam: {{ exam.name }}</h2>
|
<h2>Exam: {{ exam.name }}</h2>
|
||||||
<h3>Candidate: {{ cid }}</h3>
|
<h3>Candidate: {{ cid }}</h3>
|
||||||
{% if view_all_results %}
|
{% if view_all_results %}
|
||||||
<div class="alert alert-info" role="alert">
|
<div class="alert alert-info" role="alert">
|
||||||
Exam state: Active [{{exam.active}}] / Published [{{exam.published}}]
|
Exam state: Active [{{exam.active}}] / Published [{{exam.results_published}}]
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Answers:
|
Answers:
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user