From e0d589f4d0c60215e386355a1f7bc017ee48dc76 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 19 Jan 2026 12:43:41 +0000 Subject: [PATCH] Refactor exam scores user template to enhance viewer block structure and improve question display functionality --- .../templates/anatomy/exam_scores_user.html | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/anatomy/templates/anatomy/exam_scores_user.html b/anatomy/templates/anatomy/exam_scores_user.html index 11280c9d..44f7cb0c 100644 --- a/anatomy/templates/anatomy/exam_scores_user.html +++ b/anatomy/templates/anatomy/exam_scores_user.html @@ -50,11 +50,15 @@
-
Question No question loaded
-
-
-
-
Answers:
+
+
+
Question No question loaded
+
+
+
+
Answers:
+
+
{% endif %} @@ -70,6 +74,7 @@ @media (min-width: 768px) { .anatomy .card.sticky-top { min-width: 600px; } } + .anatomy .viewer-block .viewer-body { overflow: auto; } .dicom-viewer, .dicom-viewer .canvas-panel, .dicom-viewer .cornerstone-element { max-width: 100%; box-sizing: border-box; } .dicom-viewer canvas { max-width: 100% !important; width: 100% !important; height: auto !important; display: block; } #single-dicom-viewer { width: 100%; } @@ -81,7 +86,7 @@ {% if exam.publish_results %}