{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Part 2 - First payment opportunity {% endblock %} {% block content %}
Time: {{ time }} seconds.
Your number is {{ player.p_value }}
If the average of your number, and the numbers of {% if player.r_aux_g2 >= 0.5 %} your fellow team members {% else %} the other two participants {% endif %} 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 %}
Please click "Next" to continue.