diff --git a/longs/templates/longs/mark_answer.html b/longs/templates/longs/mark_answer.html index 208bd398..f72358bf 100644 --- a/longs/templates/longs/mark_answer.html +++ b/longs/templates/longs/mark_answer.html @@ -12,20 +12,15 @@

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) -
-
- Mark Scheme - {{ question.mark_scheme | safe}} -
-
-
- Question Details +
+ Question Details

Description: {{ question.description }}

History: {{ question.history }}

@@ -46,32 +41,38 @@ {% endfor %}
-
- User answers -
-
- User observations: -
{{answer.answer_observations}}
-
-
- User interpretation: -
{{answer.answer_interpretation}}
-
-
- User principle diagnosis: -
{{answer.answer_principle_diagnosis}}
-
-
- User differential diagnosis: -
{{answer.answer_differential_diagnosis}}
-
-
- User management: -
{{answer.answer_management}}
-
+
+
+ Mark Scheme + {{ question.mark_scheme | safe}} +
+
+ User answers +
+
+ User observations: +
{{answer.answer_observations}}
+
+
+ User interpretation: +
{{answer.answer_interpretation}}
+
+
+ User principle diagnosis: +
{{answer.answer_principle_diagnosis}}
+
+
+ User differential diagnosis: +
{{answer.answer_differential_diagnosis}}
+
+
+ User management: +
{{answer.answer_management}}
+
-
-
+
+
+
{% csrf_token %} {{ form.as_p }}