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

{{ exam }}: Question [{{ pos|add:1 }}/{{ exam_length }}]

{% include "exam_clock.html" %}
{% if exam.publish_results %} {% elif cid_user_exam.completed %} {% endif %}
{# Layout change: make both columns full-width so the right panel is not a sidebar #}

{% include "sbas/exam_take_help.html" %}
Questions

Tap a number to jump to that question.

{% endblock %} {% block js %} {% endblock %} {% comment %} Loading styles merged into main CSS block below to avoid duplicate block tags {% endcomment %} {% block css %} {% endblock %}