diff --git a/anatomy/templates/anatomy/partials/mark2_question_marked_fragment.html b/anatomy/templates/anatomy/partials/mark2_question_marked_fragment.html index a235f890..d3d14048 100644 --- a/anatomy/templates/anatomy/partials/mark2_question_marked_fragment.html +++ b/anatomy/templates/anatomy/partials/mark2_question_marked_fragment.html @@ -18,7 +18,7 @@ {% endfor %} -
Annotate the image using the right mouse button to click and drag an arrow. To remove an arrow drag it out of the image boundaries. To save the changes click the "Save Annotations" button.
-There is no limit to the number of arrows that can be added to the image.
-| Answer | Score | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| - - {{ answer }} - - | - | {{answer.status}} | - {% if answer.proposed %} -
-
-
+
+
+
+
+
+
+
+
+
+ Question+Created: {{ question.created_date|date:"d/m/Y" }}
+
+
+ Type: {{ question.question_type }}+Primary answer+{{ question.get_primary_answer }}
+
+ Answers+
+
-
- Show answers+
| |||||||||
{{ question.image_annotations }}
- {% else %}
- No saved annotations.
+ {% if question.answer_help %}
+ {{ question.image_annotations }}{% else %}No saved annotations.{% endif %}