diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index 2f31b140..2f379105 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -12,10 +12,24 @@ This questions has unmarked answers. Are you sure you want to review? {% endif %} +
+ Help +

Unmarked questions will be shown below. To mark the question, click on the answer to toggle through the markers.

+

The colour of the answer will change to reflect the mark given.

+

Answers will be automatically marked.

+

By default only answers for the current exam will be shown. Click the link to view all answers.

+

Buttons

+ +
+ {% if question.normal %}

This question is normal

- Answers will be automatically marked.
{% if incorrect_answers %}

The following answers have been submitted for this question

@@ -31,14 +45,12 @@ {% endif %} {% else %}

This question is abnormal

- Answers given as normal will be automatically marked.
Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities }}
Primary answer: {{question.get_primary_answer}} {% endif %}
{% csrf_token %} {% if not question.normal %} - 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)