{{ block title }}

Practice Round

{{ endblock }} {{ block content }}

{% if player.initial == 1 and player.round_number != 3%}

Timeline

1. The computer filled an urn with B blue balls and 100-B red balls.
B was chosen randomly between 0 and 100.

{% elif player.round_number <= 2 %}

Timeline

1. The computer filled an urn with B blue balls and 100-B red balls.
B was chosen randomly between 0 and 100.

2. The computer showed 10 random balls from the urn to another participant. That participant guessed the total number of blue balls (B) in the urn.

3. The 10 balls were returned to the urn.

{% elif player.round_number >= 4 %}

Timeline

1. The computer filled an urn with B blue balls and 100-B red balls.
B was chosen randomly between 0 and 100.

2. The computer showed 10 random balls from the urn to participant {{ other }}. Participant {{ other }} guessed the total number of blue balls (B) in the urn.

3. The 10 balls were returned to the urn.

{% endif %}

This is a practice round that will not be taken into account for payment.





{% if player.initial == 0 %} 4. Now you will get your personal draws. {% else %} 2. Now you will get your personal draws. {% endif %}


{{ formfield "guess_practice" }}
{{ endblock }} {{ block scripts }} {{ endblock }}