From b3b7681d1c8ddbfa31363830463d85c7b3c6c7ff Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 7 Dec 2021 16:32:49 +0000 Subject: [PATCH] . --- anatomy/templates/anatomy/mark.html | 91 ++++++++++++++--------------- 1 file changed, 45 insertions(+), 46 deletions(-) diff --git a/anatomy/templates/anatomy/mark.html b/anatomy/templates/anatomy/mark.html index f89ea1ad..7ddb9a43 100644 --- a/anatomy/templates/anatomy/mark.html +++ b/anatomy/templates/anatomy/mark.html @@ -6,53 +6,52 @@ View Edit Admin Edit

{{ question.question_type }}

- -
-
{% csrf_token %} - Click each answer to toggle through marks awarded (as per colour) - {% if not review %} - {% if unmarked_exam_answers_only %} - Showing unmarked exam answers only (view all answers for question) - {% else %} - Showing all answers (view unmarked exam answers only) +
+ {% csrf_token %} + Click each answer to toggle through marks awarded (as per colour) + {% if not review %} + {% if unmarked_exam_answers_only %} + Showing unmarked exam answers only (view all answers for question) + {% else %} + Showing all answers (view unmarked exam answers only) + {% endif %} {% endif %} - {% endif %} -
- Unmarked: -
    - {% for answer in user_answers %} -
  • {{ answer }}
  • - {% endfor %} -
- Marked: -
    - {% for answer in correct_answers %} -
  • {{ answer }}
  • - {% endfor %} - {% for answer in half_mark_answers %} -
  • {{ answer }}
  • - {% endfor %} - {% for answer in incorrect_answers %} -
  • {{ answer }}
  • - {% endfor %} -
-
Key: 2 Marks, 1 - Mark, 0 Marks
- {% if question_details.current > 1 %} - - {% endif %} - - {% if question_details.current >= question_details.total %} - {% else %} - - - {% endif %} -
- - {{ form.as_p }} - - -
+
+ Unmarked: +
    + {% for answer in user_answers %} +
  • {{ answer }}
  • + {% endfor %} +
+ Marked: +
    + {% for answer in correct_answers %} +
  • {{ answer }}
  • + {% endfor %} + {% for answer in half_mark_answers %} +
  • {{ answer }}
  • + {% endfor %} + {% for answer in incorrect_answers %} +
  • {{ answer }}
  • + {% endfor %} +
+
Key: 2 Marks, 1 + Mark, 0 Marks
+ {% if question_details.current > 1 %} + + {% endif %} + + {% if question_details.current >= question_details.total %} + {% else %} + + + {% endif %} +
+ + {{ form.as_p }} + + +