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

(1) Strongly disagree (4) Neither disagree nor agree (7) Strongly agree


Strongly disagree
Neither disagree nor agree
Strongly agree

{% if discretion %} {% if bonus_setting == 'negotiation' %}
{{ form.wq11b.label }}
{% for choice in form.wq11b %}
{{ choice }}
{% endfor %}

{% elif bonus_setting == 'participation' %}
{{ form.wq11a.label }}
{% for choice in form.wq11a %}
{{ choice }}
{% endfor %}

{% endif %} {% endif %}
{% next_button %} {% endblock %}