start user score pages
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{% extends 'anatomy/exams.html' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="anatomy">
|
||||
<h2>{{ exam.name }}</h2>
|
||||
<h3>Candidate: {{ user_names|get_item:user }}</h3>
|
||||
<!-- Answers: {{ user_answers_and_marks|get_item:user }}-->
|
||||
Answers: {% for ans, score in answers_and_marks %}
|
||||
{{ans}} ({{score}}),
|
||||
{% endfor %}
|
||||
<br /> Total mark: {{ score }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user