{% extends "global/Page.html" %} {% load otree static %} {% block content %}

In the beginning of each round, the computer will randomly draw an urn from the 10 urns presented. However, which urn is drawn will not be revealed to you.

From the chosen Urn, the computer will then randomly draw 6 balls with replacement. (A draw with replacement means that after a ball is drawn, it will be put back into the Urn before the next draw is made.) The colours of the drawn balls will be displayed.

Your main task at the end of each round is to guess whether the balls are drawn from a Red or Black Urn. Your answer will be compared with the actual urn chosen for that round. You will be paid an additional 100 ECUs if your answer is correct, and 0 ECUs if you are incorrect.

{% next_button %} {% endblock %}