.
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 %}
|
||||
<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 %}
|
||||
|
||||
Reference in New Issue
Block a user