{% extends "aristotle_mdr/concepts/managedContent.html" %} {% load aristotle_tags util_tags %} {% block objSpecific %}

Question Information

Question Text

{{ item.questionText|bleach }}

Response Length: {{ item.responseLength }}

Collected Data Element

{% if item.collectedDataElement %} {% include "aristotle_mdr/helpers/itemLink.html" with item=item.collectedDataElement %} {% else %} No data element has been assigned to this question. {% endif %} {% endblock %}