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

Time: {{ time }} seconds.

Your number is {{ player.p_value }}

{% if player.offer >= player.info_value %}

Your guess is {{ player.public }}.
The guess of one of the other two team members is {{ player.info_shown }}

{% else %}

Your guess is {{ player.public }}.
You do not see the guess of another team member.

{% endif %}

If you wish to update your guess, please move the slider below. If you do not move the slider, it will remain in its current value.

{# {% formfield player.guess3 label = "New private guess" %} #}
[ 0 100 ]

Value:


Please click "Next" to continue to Part 3 of the study.

{% next_button %} {% endblock %}