{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} ROUND {{ subsession.round_number }} - WHOSE ADVICE DO YOU WANT? {% endblock %} {% block content %}

There is a {% if subsession.round_number != 1 %} brand new {% endif %} jar containing {{ n1_balls }} {{ Constants.colour1 }} balls and {{ n2_balls }} {{ Constants.colour2 }} balls.

{% if player.treatment == 'T1' or player.treatment == 'T2' or player.treatment == 'T3' %} {% else %} {% endif %}

The computer has randomly drawn ONE ball out of this jar.

Your task is to guess whether the ball drawn by the computer is {{ Constants.colour1 }} or {{ Constants.colour2 }}.

Before you make your guess, you can get advice from a {{ Constants.colour1 }} or a {{ Constants.colour2 }} expert.

{% if player.treatment == 'T1' or player.treatment == 'T4' %}

If you get advice from a {{ Constants.colour1 }} expert:

If you get advice from a {{ Constants.colour2 }} expert:

Remember that 5 out of 10 BLUE experts are informed and 5 out of 10 RED experts are informed.

{% endif %} {% if player.treatment == 'T2' or player.treatment == 'T5' %}

If you get advice from a {{ Constants.colour1 }} expert:

If you get advice from a {{ Constants.colour2 }} expert:

Remember that 3 out of 10 BLUE experts are informed and 7 out of 10 RED experts are informed.

{% endif %}

Which expert do you want to hear from?

BLUE Expert RED Expert
{% next_button %} {% endblock %} {% block styles %} {% endblock %}