{% 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.

You got {{ score }} points. Please enter the following code in Prolific for us to enter your payment {% else %} {% if player.initial == 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.

{% else %}

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.

{% endif %} {% endif %}

{{ next_button }}

{% endblock %}