From b5357b324fa48fec6e08ae947cbcaa7858d8be1c Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 7 Dec 2021 16:44:52 +0000 Subject: [PATCH] . --- anatomy/templates/anatomy/mark.html | 1 + rapids/templates/rapids/mark.html | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/anatomy/templates/anatomy/mark.html b/anatomy/templates/anatomy/mark.html index 61dff56b..6e625421 100644 --- a/anatomy/templates/anatomy/mark.html +++ b/anatomy/templates/anatomy/mark.html @@ -5,6 +5,7 @@

Marking question {{question_details.current}} of {{question_details.total}}

View Edit Admin Edit

{{ question.question_type }}

+ [{{question.get_primary_answer}}]
{% csrf_token %} diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index d5262f72..f15ea0ce 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -11,8 +11,8 @@ - {% endif %} + {% if question.normal %}

This question is normal

Answers will be automatically marked.
@@ -32,7 +32,8 @@ {% else %}

This question is abnormal

Answers given as normal will be automatically marked.
- Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities }} + Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities }}
+ [{{question.get_primary_answer}}] {% endif %}
{% csrf_token %}