From b3b6ce7e6a5e160c8bc2d9a8d921e74265116f20 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 10 Nov 2025 10:53:46 +0000 Subject: [PATCH] Refactor exam review question display to show question type instead of question text for improved clarity --- .../anatomy/partials/exam_review_question_fragment.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/anatomy/templates/anatomy/partials/exam_review_question_fragment.html b/anatomy/templates/anatomy/partials/exam_review_question_fragment.html index 4554b455..e3ef4b35 100644 --- a/anatomy/templates/anatomy/partials/exam_review_question_fragment.html +++ b/anatomy/templates/anatomy/partials/exam_review_question_fragment.html @@ -1,7 +1,6 @@
-
Question
-

{{ question }}

+

{{ question.question_type }}

View full question details