{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Part 2 - Fourth payment opportunity {% endblock %} {% block content %}
Time: {{ time }} seconds.
Your number is {{ player.p_value }}
{% if player.offer >= player.info_value %}
Your private guess is {{ player.private }}, and your public guess is {{ player.public }}.
The public guess of one of the other two
{% if group.r_aux_g2 >= 0.5 %}
fellow team members
{% else %}
participants
{% endif %}
is {{ player.info_shown }}
Your private guess is {{ player.private }}, and your public guess is {{ player.public }}.
You do not see the guess of another
{% if group.r_aux_g2 >= 0.5 %}
fellow team member.
{% else %}
participant.
{% endif %}
Remember that only ONE of the payment opportunities will be selected to be paid at the end of the study.
{% endcomment %}If you wish to update your private guess, please move the slider below. If you do not update it, your previous private guess will also be used for the fourth payment opportunity.
{# {% formfield player.guess3 label = "New private guess" %} #}
Please click "Next" to continue to Part 3 of the study.