{% 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
| 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 group.r_aux_g2 >= 0.5 %} your fellow team members. {% else %} the other two participants. {% endif %} |
|
| Public guess {% formfield player.public label = "" %} This guess may become visible to {% if group.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. |
Please click “Next” to continue.