Add primary answer display to exam review question fragment and ensure safe rendering of question text
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
<div id="anatomy-dicom-image" class="dicom-image-legacy" data-url="{{ question.get_image_url }}"
|
||||
data-annotations='{{question.image_annotations}}' data-edit_annotation=true>
|
||||
</div>
|
||||
<p class="mt-2">
|
||||
Answer: {{ question.get_primary_answer }}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a class="btn btn-sm btn-outline-secondary" href="{% url app_name|add:':question_detail' question.pk %}" target="_blank">View full question details</a>
|
||||
|
||||
Reference in New Issue
Block a user