{{ block title }} Introduction {{ endblock }} {{ block content }}

Welcome to this experiment!

Experimental Procedure
This game will be played for {{ C.NUM_ROUNDS }} {%if C.NUM_ROUNDS == 1%}round {%else%}rounds.{% endif %}
In each round each of you will be asked to enter an integer number between 0 and {{ C.GUESS_MAX }}.

Payout:
The winner will be the participant whose number
is closest to 2/3 of the average of all entered numbers.
In case of winning you will receive one credit. In case of a tie all involved participants receive one credit. In case of not winning you will receive no credit.

After all three rounds have been played, the participant with the highest amount of credits will receive {{C.PRIZE}}. In case of a tie, the experimenter will use a random device to determine the overall winner.

The experiment starts as soon as all participants hit the "Next" Button.

Good Luck!

{{ formfields }}
{{ endblock }} {{block style}} {{endblock}}