From 5a599b1fe149b6a5bed5785bbaa0b57fa64cd427 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 31 Aug 2021 20:18:19 +0100 Subject: [PATCH] . --- longs/templates/longs/mark_answer.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/longs/templates/longs/mark_answer.html b/longs/templates/longs/mark_answer.html index ae999b88..aa0bf7dc 100644 --- a/longs/templates/longs/mark_answer.html +++ b/longs/templates/longs/mark_answer.html @@ -4,8 +4,8 @@ View Edit Admin - Edit Admin + Edit Admin Edit (user answer)

Marking question {{question_details.current}} of {{question_details.total}}

@@ -14,6 +14,11 @@
Mark Scheme + {{ question.mark_scheme | safe}} +
+
+
+ Question Details

Description: {{ question.description }}

History: {{ question.history }}

@@ -33,12 +38,7 @@ {% endfor %} -
- -
- Question Details - {{ question.mark_scheme | safe}} -
+
User answers
@@ -75,7 +75,8 @@ {% else %} {% if not unmarked %} - Success! Marking question complete. Return to marking overview + Success! Marking question complete. Return to marking + overview {% endif %} {% endif %}