{% extends 'ddm_core/base.html' %} {% block page_title %}Questionnaire Setup{% endblock %} {% block main_heading %}Questionnaire{% endblock %} {% block main_body %}
An optional questionnaire can be defined that will be presented to participants after they have concluded the data donation. Questions in this questionnaire can either be General Questions or associated to a File Blueprint. If no questions are defined, participants will be directed to the debriefing page after they have concluded their data donation.
Questions | |||||
---|---|---|---|---|---|
Page | Index | Name | Type | Blueprint | |
{{ question.page }} | {{ question.index }} | {{ question.name }} | {{ question.get_question_type_display }} | {% if question.blueprint == None %}General Question{% else %}{{ question.blueprint }}{% endif %} | Edit Question | Delete Question | {% empty %}
General Questions | No general questions defined. |