From cd7076ade46d09d036d9699fdceebd23380414a1 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 20 Apr 2022 22:28:32 +0100 Subject: [PATCH] . --- rapids/templates/rapids/mark.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index f15ea0ce..9480f83e 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -1,7 +1,7 @@ {% extends 'rapids/exams.html' %} {% block content %} -
+

{% if review %}Reviewing{% else %}Marking{% endif %} question {{question_details.current}} of {{question_details.total}}

View Edit
+
-
+
@@ -132,6 +133,13 @@ }) $(".save-buttons").hide(); + + $("#toggle-images").click(() => { + $("#dicom-col").hide() + $("#main-col").toggleClass("col-md-6") + $("#main-col").toggleClass("col-md-12") + + }) });