{% extends "global/Page.html" %} {% load otree static %} {% block title %} Post-Experimental Task 1 {% endblock %} {% block content %} We will ask you to choose a number between 0 and 100.

All the other participants in today's experiment will also choose a number between 0 and 100.

The winner is the person whose number is closest to 2/3 times the average of all chosen numbers.

The winner receives a prize of £5. If there is a tie, the prize is split equally among all the winners.

{% next_button %}
{% endblock %}