{% 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 }} |
{% if item.get_active_filters %}
Hide item if:
{% for c in item.get_active_filters %}
{% if not forloop.first %}{{ c.combinator }}{% endif %}
{{ c.get_source_name }} {{ c.condition_operator }} {{ c.condition_value }}
{% endfor %}
– Add {% endif %} |
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: {% for c in object.get_active_filters %} {% if not forloop.first %}{{ c.combinator }}{% endif %} {{ c.get_source_name }} {{ c.condition_operator }} {{ c.condition_value }} {% endfor %}
{% else %}No filter conditions defined.
{% endif %}Make sure to save any changes of the question configuration before editing the filters.