{% extends "global/Page.html" %} {% load otree static %} {% block title %} Please review your choices: {% endblock %} {% block content %}
Please tilt your device to properly see all of the instructions.
Please review your choices above. If this study part is chosen for payment, we will implement the decision that matches the actual decisions of the CEO and the supervisor in your organization. If you want to make any changes, you can do so. Otherwise, please confirm your choices to proceed.

Case 1:
The CEO decided to leave the supervisor free in her/his decision whether s/he wants to set the minimum transfer of 5 points.
  • Your supervisor decided not to set the minimum transfer of 5 points for you, but to let you decide completely freely about your transfer.
    How many points do you transfer to the organization (you can enter between 0 and 120 points)? {% formfield player.Decision11 label="" %}

Case 2:
The CEO decided to leave the supervisor free in her/his decision whether s/he wants to set the minimum transfer of 5 points.
  • Your supervisor decided to set the minimum transfer of 5 points for you.
    How many points do you transfer to the organization (you can enter between 5 and 120 points)? {% formfield player.Decision12 label="" %}

Case 3:
The CEO forced his supervisor to set the minimum transfer of 5 points.
  • Your supervisor had no choice but had to set the minimum transfer of 5 points for you.
    How many points do you transfer to the organization (you can enter between 5 and 120 points)? {% formfield player.Decision13 label="" %}


{% endblock %}