{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Part 2 - Second and third payment opportunities. {% endblock %} {% block content %}

Time: {{ time }} seconds.

Your number is {{ player.p_value }}.

Please, make your {% if player.r_aux1 >= 0.5 %} private and public {% else %} public and private {% endif %} guesses about the average of the three numbers

{% if player.r_aux1 >= 0.5 %}

Private guess
{% formfield player.private label = "" %} This guess will only
be visible to you.
Public guess
{% formfield player.public label = "" %} This guess may become visible to
{% if player.r_aux_g2 >= 0.5 %} your fellow team members. {% else %} the other two participants. {% endif %}


{% else %}

Public guess
{% formfield player.public label = "" %} This guess may become visible to
{% if player.r_aux_g2 >= 0.5 %} your fellow team members. {% else %} the other two participants. {% endif %}
Private guess
{% formfield player.private label = "" %} This guess will only
be visible to you.

{% endif %}


Please click “Next” to continue.

{% next_button %} {% endblock %}