{% extends 'ddm_core/page_with_form.html' %} {% block page_title %}Edit {{ question_type }}{% endblock %} {% block main_heading %}Edit {{ question_type }} "{{ object.name }}"{% endblock %} {% block main_form_header %}Question Configuration{% endblock %} {% block main_form %}
{% endblock %} {% block main_bottom %} {% if object.question_type != "transition" %} {% if object.question_type == "open" and not object.multi_item_response %} {% else %}Index | {% if object.question_type == "semantic_diff" %}Label | Label Right | {% else %}Label | {% endif %}Value | Randomize | Filter Conditions |
---|---|---|---|---|---|---|
{{ item.index }} | {% if object.question_type == "semantic_diff" %}{{ item.label }} | {{ item.label_alt }} | {% else %}{{ item.label }} | {% endif %}{{ item.value }} | {{ item.randomize }} | Edit Filter Conditions |
No items defined. |
Make sure to save any changes of the question configuration before editing the items.
Index | Input Label | Heading Label | Value |
---|---|---|---|
{{ point.index }} | {% if point.input_label is not None %}{{ point.input_label }}{% endif %} | {% if point.heading_label is not None %}{{ point.heading_label }}{% endif %} | {{ point.value }} |
No scale points defined. |
Make sure to save any changes of the question configuration before editing the scale.
Hide question if:
Index | Combinator | Source | Operator | Condition Value |
---|---|---|---|---|
{{ filter.index }} | {{ filter.combinator }} | {{ filter.source_object.get_varname }} | {{ filter.condition_operator }} | {% if filter.condition_value is not None %}{{ filter.condition_value }}{% endif %} |
No filter conditions defined. |
Make sure to save any changes of the question configuration before editing the filters.