{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}

We now would like you to play an activity with three other participants .

This activity contains four rounds.

During each round, each participant in the activity submits a number between 0 and {{ Constants.guess_max }}. Single digit decimal numbers are allowed.

The computer then calculates the average of the 4 proposed numbers, then multiplies this average by {{ treatment }}.

This results in a target number as shown below.
The member of the group whose proposed number is closest to the target number earns {{ Constants.jackpot }} credits.

{% if player.treatment == '2/3' %} {% elif player.treatment == '1/3' %} {% elif player.treatment == '1/2' %} {% endif %}

After each round, when all participants have submitted their numbers, you will see a summary appear on the screen indicating the average of the 4 numbers, the target number and whether or not you have won.

The on-screen summary will be displayed for {{ Constants.seconds_for_summary }} seconds and then you will start the next round by submitting a new number.

When you are ready, please click on the "Start" button.

{% endblock %}