{# Partial: aggregated response summary for a question within an exam. 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 %}