{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Part 2 - Instructions. {% endblock %} {% block content %}
Time: {{ time }} seconds.
In this part of the study, there are four payment opportunities, out of which, one will be randomly selected for payment at the end of the study.
{% if player.r_aux_g2 >= 0.5 %} Each member of your
team,
including you, {% else %}
You and the other two participants {% endif %} will each get a
random number between 0 and 100.
Each number is equally likely. You will only see your number.
The first payment opportunity depends on the average of these three numbers.
If the average is
{% if player.r_aux_g1 == 1 %} larger than 54,
{% elif player.r_aux_g1 == 2 %} smaller than 46,
{% else %} an even number (a multiple of 2),
{% endif %}
{% if player.r_aux_g2 >= 0.5 %}
you and your fellow team members will each get a payment of $2.00,
{% else %}
you will get a payment of $2.00,
{% endif %} otherwise nothing ($0.00).
Please click "Next" to continue.