{% extends "global/Page.html" %} {% load otree %} {% block content %}

On a scale from 1 to 7, with 1 being Strongly Disagree and 7 being Strongly Agree, please rate how much you agree with the below statements:


{% for field in form %} {% if field.name != 'PEQ_m6' and field.name != 'PEQ_m7' and field.name != 'PEQ_m_explain' %}
{% for choice in field %}
{% endfor %} {% endif %} {% endfor %}
{{ field.label }}
{{ choice }}
{{ choice.label }}
 



To what extent did each of the following influence your decision? (1 = Not at all, 7 = Completely):


{% for choice in form.PEQ_m6 %} {% endfor %}
{{ form.PEQ_m6.label }}
{{ choice }}
{{ choice.label }}

{% for choice in form.PEQ_m7 %} {% endfor %}
{{ form.PEQ_m7.label }}
{{ choice }}
{{ choice.label }}



{{ form.PEQ_m_explain.label }}

{{ form.PEQ_m_explain }}

{% next_button %} {% endblock %}