Refactor exam review templates and views to improve response summary display and handle unanswered responses

This commit is contained in:
Ross
2025-11-10 09:58:02 +00:00
parent 3d6ca8be54
commit e078b5a98f
4 changed files with 71 additions and 11 deletions
@@ -6,9 +6,6 @@
<div id="review-root">
{# The #review-content element is replaced by HTMX when navigating between questions. #}
<div id="review-content">
{# The view selects an app-specific fragment if present and passes its name
in `fragment_template`. Include that fragment here so the full-page
render and the HTMX partials both use the same template. #}
{% include fragment_template %}
</div>
</div>