{% block title %} {% if player.round_number < 4 %}

Round {{ player.round_number }}

{% else %}

Last Round

{% endif %} {% endblock %} {% block content %} {% if player.initial == 1 and player.round_number != 1%}

Guess the Proportion of Blue Balls
Timeline


1. The computer filled a new urn with B blue balls and 20-B red balls.
B was chosen randomly between 2 and 18.

{% elif player.round_number >= 3 %}

Guess the Proportion of Blue Balls


The Urn was refilled with new 20 balls that can be Blue or Red.

{% endif %}

{{ next_button }}

{% endblock %}