{% extends "global/Page.html" %} {% load staticfiles otree %} {% csrf_token %} {% block title %} Round {{ subsession.round_number }} of {{ Constants.num_rounds }}: Urn Guess {% endblock %} {% block content %}
Step 1: You and three other random players are randomly ordered into the sequence
starting from position 1 to position 4, one position for each player.
Step 2: A group urn is then randomly selected, each urn with an equal probability.
Step 3: If you choose to draw a ball in the position you are assigned to (Step 1),
a ball from the group urn is randomly drawn by the computer. We then check the colour of the ball
and your corresponding group urn guess for that scenario. If your group urn guess matches the
selected group urn, you will be paid the bonus.
{% formfields %}
{% include Constants.instructions_template %} {% endblock %}