From d375ab4a09a05542359e62fc03a948a5f471a860 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 8 Sep 2021 18:15:08 +0100 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 4 ++++ longs/templates/longs/mark_answer.html | 32 +++++++++++++++++--------- 2 files changed, 25 insertions(+), 11 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index 79d733b1..a653bf86 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -704,4 +704,8 @@ input { .id { opacity: 50%; font-size: small; +} + +.sticky-alert { + position: sticky; } \ No newline at end of file diff --git a/longs/templates/longs/mark_answer.html b/longs/templates/longs/mark_answer.html index e9b71335..2eef7b48 100644 --- a/longs/templates/longs/mark_answer.html +++ b/longs/templates/longs/mark_answer.html @@ -12,17 +12,20 @@

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

- {% if not next_unmarked_id and not unmarked %} - +{% if not next_unmarked_id and not unmarked %} + {% endif %} Marking CID: {{answer.cid}} ({{unmarked|length}} answer(s) left to mark) @@ -96,4 +99,11 @@ {% endif %} +{% if previous_cid %} +Previous + candidate +{% endif %} +{% if next_cid %} +Next candidate +{% endif %} {% endblock %} \ No newline at end of file