From 713f2e01fe3da51545017e2fef5ce05628e90ff3 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 31 Aug 2021 20:17:22 +0100 Subject: [PATCH] . --- longs/templates/longs/long_display_block.html | 62 +++++++++---------- longs/templates/longs/mark.html | 2 +- longs/templates/longs/mark_answer.html | 24 ++++++- 3 files changed, 55 insertions(+), 33 deletions(-) diff --git a/longs/templates/longs/long_display_block.html b/longs/templates/longs/long_display_block.html index bb2a95b4..4f75bc26 100755 --- a/longs/templates/longs/long_display_block.html +++ b/longs/templates/longs/long_display_block.html @@ -20,7 +20,7 @@ {% endfor %} - Add new series
+ Add new series

Author(s): {% for author in question.author.all %} {{author}}, {% endfor %}

@@ -28,38 +28,38 @@ href="{% url 'longs:verified_detail' pk=verified.pk %}">{{verified}}, {% endfor %}

Scrapped: {{ question.scrapped }} (toggle) -

-

Feedback: -

{{ question.feedback | safe}}
-

-
- - Model answers - -

Observations: -

{{ question.model_observations }}
+
+

Feedback: +

{{ question.feedback | safe}}

-

Interpretation: -

{{ question.model_interpretation }}
-

-

Principle Diagnosis: -

{{ question.model_principle_diagnosis }}
-

-

Differential Diagnosis: -

{{ question.model_differential_diagnosis }}
-

-

Managment: -

{{ question.model_management }}
-

-
+
+ + Model answers + +

Observations: +

{{ question.model_observations }}
+

+

Interpretation: +

{{ question.model_interpretation }}
+

+

Principle Diagnosis: +

{{ question.model_principle_diagnosis }}
+

+

Differential Diagnosis: +

{{ question.model_differential_diagnosis }}
+

+

Managment: +

{{ question.model_management }}
+

+
-

-

- Mark Scheme: -
{{ question.mark_scheme | safe}}
-
-

-
+

+

+ Mark Scheme: +
{{ question.mark_scheme | safe}}
+
+

+

Exam(s): {% for exam in question.exams.all %} diff --git a/longs/templates/longs/mark.html b/longs/templates/longs/mark.html index 7c465cca..041aaff3 100644 --- a/longs/templates/longs/mark.html +++ b/longs/templates/longs/mark.html @@ -11,7 +11,7 @@ {% if not unmarked_count %} {% else %} - + {% endif %} Answers: diff --git a/longs/templates/longs/mark_answer.html b/longs/templates/longs/mark_answer.html index 28131114..ae999b88 100644 --- a/longs/templates/longs/mark_answer.html +++ b/longs/templates/longs/mark_answer.html @@ -14,9 +14,31 @@
Mark Scheme - {{ question.mark_scheme | safe}} +

Description: {{ question.description }}

+ +

History: {{ question.history }}

+ +
Series: + {% for series in question.series.all %} + + + Series {{ forloop.counter }}: + + {{series.get_block}} + + + Popup + + + {% endfor %} +
+
+ Question Details + {{ question.mark_scheme | safe}} +
User answers