.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user