This commit is contained in:
Ross
2020-12-12 14:27:03 +00:00
parent 06fd26bc3c
commit 699c53405a
2 changed files with 10 additions and 0 deletions
@@ -3,6 +3,11 @@
{% block content %}
<div class="anatomy">
<h2>{{ exam.name }}</h2>
{% for question in unmarked.items %}
{{ question.pk}}
{% endfor %}
{% for user, value in user_answers_marks.items %}
<h3>Candidate: <a href="{% url 'anatomy:cid_scores' user %}">{{ user_names|get_item:user }}</a></h3>
<!-- Answers: {{ user_answers_and_marks|get_item:user }}-->