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") + + }) });