{% extends 'base.html' %} {% block content %} {% if not cid %} User: {{request.user}} {% else %} CID: {{cid}} {% endif %} {% include "exam_clock.html" %} {% if post_survey_url %} {% endif %}

Exam: {{exam}}

{% if can_edit %}
{% include "generic/partials/exams/exam_status.html#publish-results" %}
Edit exam
{% endif %} {% if exam.publish_results %} {% elif cid_user_exam.completed %} {% elif answer_count != exam_length %} {% endif %}
{{answer_count}} out of {{exam_length}} questions answered. Unanswered questions are shown in red.

Click to go to a 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}}
Completed: {{cid_user_exam.completed}}
{% if not cid_user_exam.completed %} {% if not cid %} {% else %} {% endif %} {% endif %} {% include "sbas/exam_take_help.html" %} {% endblock %} {% block js %} {% endblock %}