From f4878a58ac5d72ec984679d328b2e34005ecda84 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 10 Nov 2025 10:26:38 +0000 Subject: [PATCH] Add option to reveal respondent identities in exam review responses --- ...am_review_question_responses_fragment.html | 21 ++++++++++++++++--- anatomy/views.py | 5 +++++ 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/anatomy/templates/anatomy/partials/exam_review_question_responses_fragment.html b/anatomy/templates/anatomy/partials/exam_review_question_responses_fragment.html index b65d8a93..e2828d4f 100644 --- a/anatomy/templates/anatomy/partials/exam_review_question_responses_fragment.html +++ b/anatomy/templates/anatomy/partials/exam_review_question_responses_fragment.html @@ -1,13 +1,28 @@ {# Responses partial for anatomy question within an exam. HTMX-loadable. #}
-
Responses in this exam
-
List of candidate answers recorded for this question in the current exam.
+
+
+
Responses in this exam
+
List of candidate answers recorded for this question in the current exam.
+
+
+ {% if not reveal_respondents %} + + {% else %} + + {% endif %} +
+