{% 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.

{% for question in questions %} {% empty %} {% endfor %}
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
General Questions No general questions defined.
{% include "ddm_core/components/info_collapsible.html" with element_id="bp-questions-infobox" title="About General Questions and Blueprint-Related Questions" include_path="ddm_questionnaire/text_blueprint_questions.html" body="" %}
Back
{% endblock %} {% block breadcrumbs %} Projects / "{{ project.name|truncatechars:15 }}" Project / Questionnaire {% endblock %}