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: + + Marked: + +
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 }} + + +