{% block script %} {% endblock %} {% block title %} Round {{ subsession.round_number }} {% endblock %} {% block content %}

Background:

History: {% if player.treat != 2 %}
Ball 1 Ball 2 Ball 3 Ball 4 Ball 5 Ball 6 Ball 7 Ball 8 Ball 9
{% endif %} {% if player.round_number > 1 and player.treat > 1%}
You previously thought it was {{prev_belief}}% likely that the selected urn is red. {% endif %} {% if player.round_number == 1 and player.treat == 2 %}
This is the first round. Nothing to display yet. {% endif %}

New Information:
{% if uninf_no_ball == 0 %} A {{ player.ball }} ball was drawn from the black box. {% if player.round_number in player.participant.aggregate_balls%} It is one of the {% if player.check == 'informative' %} 4 informative {% else %} 6 uninformative {% endif %} balls: {% endif %}     {% else %} One of the 6 uninformative balls (with unknown color) was drawn from the black box:   {% endif %} It is put back into the box with the other balls.

Question:
What do you think are the chances (in %) that the RED URN was picked in the beginning?

-
0 100
+
%
{% endblock %}