{% 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 100-B red balls.
B was chosen randomly between 0 and 100.

{% elif player.round_number >= 3 %}

Guess the Proportion of Blue Balls


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

{% endif %}

{{ next_button }}

{% endblock %}