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

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

{% if exam.publish_results %} {% elif cid_user_exam.completed %} {% endif %}

{{ question.stem|safe }}

Questions

{% include "physics/exam_take_help.html" %} {% endblock %} {# HTMX fragment will load question-specific JS; nothing required here #} {% block css %} {% endblock %} {% block js %} {% endblock %}