{% extends 'ddm/admin/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.
General questions will be displayed to all participants after they have concluded the data donation.
Questions | |||||
---|---|---|---|---|---|
Page | Index | Name | Type | ||
{% endif %} | {{ question.page }} | {{ question.index }} | {{ question.name }} | {{ question.get_question_type_display }} | Edit Question | Delete Question | {% empty %}
General Questions | No general questions defined. |
Questions associated to a file blueprint will only be shown to those participants who have donated some data to the respective blueprint.
Otherwise, they will be omitted.
In questions associated to a file blueprint, the donated data is available as a variable through which specific data points can be extracted from the donated data
of a person and included in the question body (e.g., extract the last video from a person's watch history and ask questions related to this specific video).
Questions | |||||
---|---|---|---|---|---|
Blueprint | Page | Index | Name | Type | |
{{ blueprint.name }} | {% endif %}{{ question.page }} | {{ question.index }} | {{ question.name }} | {{ question.get_question_type_display }} | Edit Question | Delete Question | {% empty %}
{{ blueprint.name }} | No associated questions. | ||||
No blueprints created yet. |