.
This commit is contained in:
@@ -4,12 +4,14 @@
|
||||
<div class="anatomy">
|
||||
<h2>{{ exam.name }}</h2>
|
||||
|
||||
{{unmarked}}
|
||||
|
||||
{% for question in unmarked.items %}
|
||||
{{ question.pk}}
|
||||
{% if unmarked %}}
|
||||
The following questions need marking
|
||||
{% for question in unmarked %}
|
||||
<a href="{% url 'anatomy:mark' question.pk %}">{{question.pk}}</a>
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% 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 }}-->
|
||||
|
||||
Reference in New Issue
Block a user