From f1160d237db8ea178eec3d4acac8bc8a1ad55ff1 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 11 Sep 2021 18:33:27 +0100 Subject: [PATCH] . --- longs/templates/longs/exam_scores.html | 4 ++-- longs/templates/longs/index.html | 2 +- longs/templates/longs/mark.html | 4 ++-- longs/templates/longs/mark_answer.html | 4 ++-- longs/templates/longs/mark_overview.html | 2 +- longs/urls.py | 2 +- longs/views.py | 6 +++--- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/longs/templates/longs/exam_scores.html b/longs/templates/longs/exam_scores.html index ceb99e38..ee5f0b49 100644 --- a/longs/templates/longs/exam_scores.html +++ b/longs/templates/longs/exam_scores.html @@ -8,7 +8,7 @@ @@ -53,7 +53,7 @@ {% for question in questions %} - Question {{forloop.counter}} + Question {{forloop.counter}} {% for ans, score in by_question|get_item:question %} {{score}} {% endfor %} diff --git a/longs/templates/longs/index.html b/longs/templates/longs/index.html index c0179a1e..5edac633 100644 --- a/longs/templates/longs/index.html +++ b/longs/templates/longs/index.html @@ -4,7 +4,7 @@ {% for exam in exams %}

Exam: {{ exam.name }}

- {% if request.user.is_staff %}Mark answers{% endif %} + {% if request.user.is_staff %}Mark answers{% endif %} {% if request.user.is_staff %}Scores{% endif %}
{% endfor %} diff --git a/longs/templates/longs/mark.html b/longs/templates/longs/mark.html index 9193fe91..58417d10 100644 --- a/longs/templates/longs/mark.html +++ b/longs/templates/longs/mark.html @@ -32,12 +32,12 @@
{% if question_details.current > 1 %} - Previous {% endif %} {% if question_details.current >= question_details.total %} {% else %} - Next + Next {% endif %}
diff --git a/longs/templates/longs/mark_answer.html b/longs/templates/longs/mark_answer.html index 9ffa8f7d..81b346b5 100644 --- a/longs/templates/longs/mark_answer.html +++ b/longs/templates/longs/mark_answer.html @@ -9,12 +9,12 @@ title="Edit the user answer using the admin interface">Admin Edit (user answer) {% endif %} -

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

{% if not next_unmarked_id and not unmarked %}