{% extends 'anatomy/base.html' %} {% load partials %} {% block content %} {% load static %} {% include 'anatomy/question_link_header.html' %}
Help

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.

Created: {{ question.created_date|date:"d/m/Y" }}

Question type: {{question.question_type}}

Primary answer: {{ question.get_primary_answer }}

Answers: {% for answer in question.answers.all|dictsortreversed:"status" %} {% if answer.proposed %} {% endif %} {% endfor %}
AnswerScore
{{ answer }} {{answer.status}}
Answer help: {{ question.answer_help|safe }}
{% partialdef suggest-incorrect-form inline %} Answer suggest incorrect: {{ question.answer_suggest_incorrect }} {% endpartialdef %}
Description: {{ question.description }}
Exams: {% for exam in question.exams.all %} {{ exam }} {% endfor %}
Modality: {{ question.modality }}
Region: {{ question.region }}
Structure: {{ question.structure }}
Body Part: {{ question.body_part }}
Author: {% for author in question.author.all %} {{ author }}, {% endfor %}
Open access: {{ question.open_access }}
{% include 'question_notes.html' %}
Annotation JSON (+/-): {% if question.image_annotations %}
{{ question.image_annotations }}
{% else %} No saved annotations. {% endif %}
{% endblock %} {% block css %} {% endblock css %}