{% block title %} {% if player.round_number == 1 %}

Round {{ 2 }}

{% else %} Results {% endif %} {% endblock %} {% block content %} {% if player.round_number == 4 %} Thank you for your participation.

You got {{ score }} points. Please copy the following code and paste it in Prolific to receive your payment. Code: {{ code }}

Feedback:
Participation: 50 points.
{% if player.initial == 0 %} Social Survey attention check: {{ survey }} points.
{% else %} Social Survey: {{ survey }} points.
{% endif %} Bonus: {{ bonus }} points.

Payment round: {{ player.payment_round }}
Proportion of Blue balls: {{ n }}%
Your guess: {{ guess }}%
k: {{ k }}

We'd love to hear your feedback: {{ formfields }} {% else %} {% if player.initial == 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.

{% else %}

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.

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 %}