From 352b86de19334e3b7b77740e65e6861e02a4dc42 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 12 Sep 2021 09:36:33 +0100 Subject: [PATCH] . --- longs/templates/longs/mark_answer.html | 190 ++++++++++++------------- 1 file changed, 95 insertions(+), 95 deletions(-) diff --git a/longs/templates/longs/mark_answer.html b/longs/templates/longs/mark_answer.html index 15d2de71..1756983a 100644 --- a/longs/templates/longs/mark_answer.html +++ b/longs/templates/longs/mark_answer.html @@ -25,108 +25,108 @@

Marker scores and reason

- -{% endif %} + {% for mark_objects in answer.mark %} +
  • {{answer.marker}}: answer.score
    + {{answer.mark_reason}} +
  • + {% endfor %} + + + {% endif %} -{% if not next_unmarked_id and not unmarked %} - -{% endif %} + {% if not next_unmarked_id and not unmarked %} + + {% endif %} -Marking CID: {{answer.cid}} ({{unmarked|length}} answer(s) left to mark) -
    - Question Details -

    Description: {{ question.description }}

    + Marking CID: {{answer.cid}} ({{unmarked|length}} answer(s) left to mark) +
    + Question Details +

    Description: {{ question.description }}

    -

    History: {{ question.history }}

    +

    History: {{ question.history }}

    -
    Series: - {% for series in question.series.all %} - - - Series {{ forloop.counter }}: - - {{series.get_block}} - +
    Series: + {% for series in question.series.all %} + + + Series {{ forloop.counter }}: + + {{series.get_block}} + - Popup + Popup + - - {% endfor %} -
    -
    -
    -
    - 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}}
    -
    - + {% endfor %}
    -
    -
    -
    {% csrf_token %} - - {{ form.as_p }} - - {% if next_unmarked_id %} - - - {% else %} - {% if not unmarked %} - Success! Marking question complete. Return to marking - overview +
    +
    + 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 }} + + {% if next_unmarked_id %} + + + {% else %} + {% if not unmarked %} + Success! Marking question complete. Return to marking + overview + {% endif %} {% endif %} - {% endif %} - -
    -{% if previous_cid %} - Previous - candidate -{% endif %} -{% if next_cid %} - Next candidate -{% endif %} + +
    + {% if previous_cid %} + Previous + candidate + {% endif %} + {% if next_cid %} + Next candidate + {% endif %} {% endblock %}