{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Part 3 - Instructions {% endblock %} {% block content %}

Time: {{ time }} seconds.

In the third part of this study, {% if group.r_aux_g2 >= 0.5 %} the members of your team, including you, {% else %} you and the other two participants {% endif %} will have different roles: Role A or Role B. There will be one {% if group.r_aux_g2 >= 0.5 %} team member {% else %} participant {% endif %} in Role A and two in Role B.

Role A gets 73 cents, and then decides how many cents to send to be equally divided among the two {% if group.r_aux_g2 >= 0.5 %} team members {% else %} participants {% endif %} in role B. Role A keeps the remainder.

Please click "Next" to continue.

{% next_button %} {% endblock %}