diff --git a/anatomy/templates/anatomy/mark.html b/anatomy/templates/anatomy/mark.html
index 9ee05731..339de2d8 100644
--- a/anatomy/templates/anatomy/mark.html
+++ b/anatomy/templates/anatomy/mark.html
@@ -5,8 +5,19 @@
Marking question {{question_details.current}} of {{question_details.total}}
View Edit Admin Edit
{{ question.question_type }}
+ {% if question.structure %}
+ Structure: {{question.structure}}
+ {% endif %}
Primary answer: {{question.get_primary_answer}}
- Marking help: {{question.answer_help|safe}}
+
+ {% if question.answer_help %}
+
+ Marking help:
+ {{question.answer_help|safe}}
+
+
+ {% endif %}
+
@@ -120,6 +131,9 @@
.suggest {
border: 1px dashed;
}
+ .answer{
+ cursor: pointer;
+ }
#primary-answer {
font-weight: strong;
color: white;