This commit is contained in:
Ross
2022-01-03 18:17:06 +00:00
parent 54e50efe2e
commit 451137ca3e
6 changed files with 16 additions and 1 deletions
@@ -1,9 +1,19 @@
{% if view_all_results %}
{% extends 'physics/exams.html' %}
{% else %}
{% extends 'physics/base.html' %}
{% endif %}
{% 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">
</div>
{% endif %}
Answers:
<ul>
{% for question, ans in answers_and_marks %}