{# Aggregated response summary partial for anatomy questions (HTMX-loadable) #}
{% if exam_response_total %}
Total responses: {{ exam_response_total }}
Correct:
{% if exam_response_correct_count is not None %}
{{ exam_response_correct_count }}
{% if exam_response_correct_pct is not None %}
({{ exam_response_correct_pct }}%)
{% endif %}
{% else %}
N/A
{% endif %}