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

Think about when you were deciding how many winning balls to buy. Which of the following factors influenced this decision (You can select multiple factors):

{% formfield player.e_we_bonus %} {% formfield player.e_we_fair %} {% formfield player.e_we_trust %} {% formfield player.e_we_unfair %} {% formfield player.e_we_other %}
{% formfield player.e_we_text %}

Next, think about when you were deciding whether to confront the supervisor. Which of the following factors influenced this decision (You can select multiple factors. If you did not confront the supervisor please indicate what would have determined you to confront them):

{% formfield player.e_wc_unfair %} {% formfield player.e_wc_strategic %} {% formfield player.e_wc_not_share %} {% formfield player.e_wc_other %}
{% formfield player.e_wc_text %}

{{ form.e_bi_effort }}
{{ form.e_bi_outcome }}
{{ form.e_bi_other }}
{% formfield player.e_bi_text %}
{% next_button %} {% endblock %} {% block scripts %} {% endblock %}