{% 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 |
---|---|---|---|---|---|
{{ item.index }} | {% if object.question_type == "semantic_diff" %}{{ item.label }} | {{ item.label_alt }} | {% else %}{{ item.label }} | {% endif %}{{ item.value }} | {{ item.randomize }} |
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.