{% 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 }}.

Please, make your guess about the average of the three numbers.

{% formfield player.public label = "" %} {% if group.r_aux_g3 == 1 %} One guess of the team is chosen to reward the team. {% else %} You will be rewarded based on this guess. {% endif %}


Please click “Next” to continue.

{% next_button %} {% endblock %}