This commit is contained in:
Ross
2022-01-03 18:23:44 +00:00
parent d8af47c989
commit b59f7206a8
2 changed files with 9 additions and 7 deletions
@@ -0,0 +1,7 @@
<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.publish_results}}]
</div>
{% endif %}
@@ -2,13 +2,8 @@
{% block content %}
<div class="physics">
<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.results_published}}]
</div>
{% endif %}
{% include 'generic/user_scores_header.html' %}
Answers:
<ul>
{% for question, ans in answers_and_marks %}