{% extends "global/Page.html" %} {% load otree static %} {% block title %} Question {% endblock %} {% block content %}
This is round {{ player.subsession.round_number }}, the order is {{player.group.alias_string }}. You are {{ player.role }}, so you are # {{ player.id_in_group }} to go.
There are two urns-- urn A and urn B, and in each urn there are exactly 3 balls. In urn A, there are 2 red balls and 1 green ball; in urn B, there are 1 red ball and 2 green balls. Now one of urn A and urn B is randomly selected, each of equal chance, and a ball is drawn from the selected urn, what color would the ball be?
Rumour: If the drawn ball is put back to the selected urn, and draw another ball from the same urn, the color of the ball will be {{ player.private_signal}}.
History: {% for p in group.get_players%} {% if player.id_in_group > p.id_in_group %}
{{ p.role}} has purchased {{ p.Red_share }} share(s) of "Red" and {{p.Green_share}} share(s) of "Green", at cost of {{p.calculate_cost}}
{% endif %} {% endfor %} Red