{% block title %} {% if player.round_number == 1 %}
Round {{ 2 }}
{% else %} Results {% endif %} {% endblock %} {% block content %} {% if player.round_number == 5 %} Thank you for your participation.
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.
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.
2. The computer showed 10 random balls from the urn to the other Participant.
the other Participant guessed the proportion of blue balls (B%) in the urn.
3. The 10 balls were returned to the urn.
{{ next_button }}
{% endblock %}