diff --git a/anatomy/templates/anatomy/partials/exam_review_question_fragment.html b/anatomy/templates/anatomy/partials/exam_review_question_fragment.html index cbeae2f1..4554b455 100644 --- a/anatomy/templates/anatomy/partials/exam_review_question_fragment.html +++ b/anatomy/templates/anatomy/partials/exam_review_question_fragment.html @@ -8,30 +8,39 @@

-
Marked answers
- +
+
Marked answers
+
+
{{ question.answers.all|length }}
+ +
+
+ +
+ +
{# Aggregated summary placeholder — auto-load via HTMX #} diff --git a/anatomy/templates/anatomy/partials/exam_review_question_summary_fragment.html b/anatomy/templates/anatomy/partials/exam_review_question_summary_fragment.html index 01fb830d..b754251d 100644 --- a/anatomy/templates/anatomy/partials/exam_review_question_summary_fragment.html +++ b/anatomy/templates/anatomy/partials/exam_review_question_summary_fragment.html @@ -63,30 +63,39 @@
-
Top submitted answers
- {% if top_answers %} - - {% else %} -
No submitted answers yet.
- {% endif %} + {# Collapsible Top submitted answers - closed by default. #} +
+
Top submitted answers
+ +
+ +
+ {% if top_answers %} + + {% else %} +
No submitted answers yet.
+ {% endif %} +
{% else %}
No responses recorded for this question in the exam yet.