{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} INSTRUCTIONS / 1: YOUR TASK {% endblock %} {% block content %}

In each round, there will be a jar, like the one you see below, containing {{ n1_balls }} {{ Constants.colour1 }} balls and {{ n2_balls }} {{ Constants.colour2 }} balls.

{% if player.treatment == 'T1' or player.treatment == 'T2' %} {% else %} {% endif %}
The computer will randomly draw ONE ball out of this jar. All balls are equally likely to be drawn.

In each round, your task will be to guess whether the ball drawn by the computer in that round is {{ Constants.colour1 }} or {{ Constants.colour2 }}.

Before proceeding to the next page, please answer the comprehension question below:

Without any additional information, what do you know about the ball drawn by the computer?

It is more likely that it is BLUE
It is more likely that it is RED
It is just as likely that it is BLUE as that it is RED

{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}