diff --git a/anatomy/templates/anatomy/mark.html b/anatomy/templates/anatomy/mark.html index 52646445..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 %} @@ -54,7 +55,6 @@
-

[{{question.get_primary_answer}}]

diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index 7138fd28..f15ea0ce 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -33,6 +33,7 @@

This question is abnormal

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

[{{question.get_primary_answer}}]