{% extends 'base.html' %} {% block content %} {% if request.user.is_authenticated %} User: {{request.user}} {% else %} CID: {{cid}} {% endif %}

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 %} {% if request.user.is_authenticated %} {% else %} {% endif %} {% endfor %}
Start time: {{cid_user_exam.start_time}}
Last change time: {{cid_user_exam.end_time}} {% endblock %} {% block js %} {% endblock %}