{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Part 3 - Decision {% endblock %} {% block content %}
Time: {{ time }} seconds.
Now, you have to declare how many cents you will send to the two -2-
{% if group.r_aux_g2 >= 0.5 %}
team members
{% else %}
participants
{% endif %} in Role B if
you are assigned to Role A.
After this, the roles will be randomly assigned.
◦ The money sent by Role A is equally divided among the two -2- {% if group.r_aux_g2 >= 0.5 %} team members {% else %} participants {% endif %} in Role B.
◦ The {% if group.r_aux_g2 >= 0.5 %} team member {% else %} participant {% endif %} in Role A keeps the remainder (73 cents - sent money).
Please, declare the amount that you will sent to the two -2-
{% if group.r_aux_g2 >= 0.5 %}
team members
{% else %}
participants
{% endif %} in Role B
if you are assigned Role A (0 to 73 cents):
| {% formfield player.transfer label = "" %} | cents. |
Please click "Next" to continue.
{% next_button %} {% endblock %}