From 03bcd0786292c6dec1479abc9646370f9490a05a Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 12 Sep 2021 09:36:14 +0100 Subject: [PATCH] . --- longs/templates/longs/mark_answer.html | 108 +++++++++++++------------ 1 file changed, 58 insertions(+), 50 deletions(-) diff --git a/longs/templates/longs/mark_answer.html b/longs/templates/longs/mark_answer.html index daac8dfe..15d2de71 100644 --- a/longs/templates/longs/mark_answer.html +++ b/longs/templates/longs/mark_answer.html @@ -1,45 +1,53 @@ {% extends 'longs/exams.html' %} {% block content %} -View -Edit -{% if request.user.is_superuser %} -Admin - Edit Admin - Edit (user answer) -{% endif %} -

Marking question View + Edit + {% if request.user.is_superuser %} + Admin + Edit Admin + Edit (user answer) + {% endif %} +

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

-{% if discrepancy_form %} - {% endif %} {% if not next_unmarked_id and not unmarked %} - + overview
+ {% if previous_cid %} + Previous + candidate + {% endif %} + {% if next_cid %} + Next + candidate + {% endif %} + {% endif %} Marking CID: {{answer.cid}} ({{unmarked|length}} answer(s) left to mark) @@ -51,17 +59,17 @@ Either edit your score before or set the overall score here.
Series: {% for series in question.series.all %} - - - Series {{ forloop.counter }}: - - {{series.get_block}} - + + + Series {{ forloop.counter }}: + + {{series.get_block}} + - Popup + Popup + - {% endfor %}
@@ -103,22 +111,22 @@ Either edit your score before or set the overall score here.
{{ form.as_p }} {% if next_unmarked_id %} - - + + {% else %} - {% if not unmarked %} - Success! Marking question complete. Return to marking - overview - {% endif %} + {% if not unmarked %} + Success! Marking question complete. Return to marking + overview + {% endif %} {% endif %} {% if previous_cid %} -Previous - candidate + Previous + candidate {% endif %} {% if next_cid %} -Next candidate + Next candidate {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}