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

Background:

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

New Information:
{% if player.round_number in player.participant.verification_rounds %} The {{ prev_ball }} ball drawn last round was one of the {% if player.verification == 'true' %} 4 informative balls. {% else %} 6 uninformative balls. {% endif %} {% else %} A {{ player.ball }} ball was drawn from the black box:   {% if player.ball == 'blue' %} {% else %} {% endif %}   It is put back into the box with the other balls. {% endif %}

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

-
0 100
+
%
{% endblock %}