{% block title %}

Guess the Proportion of Blue Balls
Timing and Instructions

{% endblock %} {{ block content }}
Comprehension test: Please answer the question at the end of each page. If you fail more than three times in total, your session will finish, and you will receive 50 points for participation. Remaining attempts: {{ attempts }}.
{% if player.initial == 0 %} 1. You will be matched with another participant (a fellow human) who has already completed this survey.

2. The computer randomly filled a digital urn with a certain number of blue balls (denoted as B) and the remaining balls are red. The total number of balls in the urn is 100. The specific value of B was determined randomly by the computer, ranging from 0 to 100, with each number having an equal probability of being selected.

Note: The urn will be refilled with a new set of 100 balls for each round.

{% else %}
1. The computer randomly filled a digital urn with a certain number of blue balls (denoted as B ) and the remaining balls are red. The total number of balls in the urn is 100. The specific value of B was determined randomly by the computer, ranging from 0 to 100, with each number having an equal probability of being selected.

Note: The urn will be refilled with a new set of 100 balls for each round.

Your task is to guess the proportion of blue balls B%!

{% endif %}

Here is an image depicting the 100 balls that make up the urn. The colors of the balls are unknown to you.



{{ formfields }} {{ next_button }} {{ endblock }}