{% 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 != "open" and object.question_type != "transition" %}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. |
Index | Label | Value |
---|---|---|
{{ point.index }} | {{ point.label }} | {{ point.value }} |
No scale points defined. |