diff --git a/physics/templates/physics/exam_take.html b/physics/templates/physics/exam_take.html index ea8c2bd8..307db424 100755 --- a/physics/templates/physics/exam_take.html +++ b/physics/templates/physics/exam_take.html @@ -33,75 +33,12 @@ -
- {% csrf_token %} - {{ form.non_field_errors }} - -
-
    -
  1. -
    - {{ form.a.errors }} - - {{ form.a }} -
    - {% if exam.publish_results and question.a_feedback %} - - {% endif %} -
  2. - -
  3. -
    - {{ form.b.errors }} - - {{ form.b }} -
    -
  4. - -
  5. -
    - {{ form.c.errors }} - - {{ form.c }} -
    -
  6. - -
  7. -
    - {{ form.d.errors }} - - {{ form.d }} -
    -
  8. - -
  9. -
    - {{ form.e.errors }} - - {{ form.e }} -
    -
  10. -
-
- -
- {% if previous > -1 %} - - {% endif %} - - {% if next %} - - {% else %} - {% if not exam.publish_results %} - - {% endif %} - {% endif %} - -
- - -
-
+
+ +

Questions

@@ -111,53 +48,7 @@ {% endblock %} -{% block js %} - -{% endblock %} +{# HTMX fragment will load question-specific JS; nothing required here #} {% block css %}