History: {{ question.history }}
Region: {{ question.get_regions }}
Examination: {{ question.get_examinations }}
Laterality: {{ question.laterality }}
Abnormality: {{ question.get_abnormalities }}
Open Access: {{ question.open_access }}
Feedback: {{ question.feedback }}
Author(s): {% for author in question.author.all %} {{author}}, {% endfor %}
Sample Answers:
{% for answer in question.sample_answers.all|dictsortreversed:"score" %}
Answer Score
{% endfor %}
{{ answer }}
{{answer.score}}
Answers:
{% for answer in question.answers.all|dictsortreversed:"status" %}
Answer Score
{% endfor %}
{{ answer }}
{{answer.status}}