.
This commit is contained in:
@@ -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 %}
|
{% block content %}
|
||||||
<div class="physics">
|
<div class="physics">
|
||||||
<h2>Exam: {{ exam.name }}</h2>
|
{% include 'generic/user_scores_header.html' %}
|
||||||
<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 %}
|
|
||||||
Answers:
|
Answers:
|
||||||
<ul>
|
<ul>
|
||||||
{% for question, ans in answers_and_marks %}
|
{% for question, ans in answers_and_marks %}
|
||||||
|
|||||||
Reference in New Issue
Block a user