{% extends 'base.html' %} {% block content %} CID: {{cid}}

Exam: {{exam.name}}

{% comment %} {% if exam.publish_results %} {% endif %} {% endcomment %}

Questions

{{answer_count}} out of {{exam_length}} questions answered. Click to go to question.
{% for question, answer in question_answer_tuples %} {% endfor %}
Start time: {{cid_user_exam.start_time}}
Last change time: {{cid_user_exam.end_time}} {% endblock %} {% block js %} {% endblock %}