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