{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} INSTRUCTIONS / 2: GETTING ADVICE {% endblock %} {% block content %}
Before you make your assessment, you can consult an expert.
The expert you consult might be informed about the ball drawn by the computer. If he knows the color, he will
report it to you. If he does not know the color, he will simply report to you his preferred color.
There are {{ Constants.total }} {{ Constants.colour1 }} experts and {{ Constants.total }}
{{ Constants.colour2 }}
experts. You choose whether you want to hear from a {{ Constants.colour1 }} expert or a {{ Constants.colour2 }}
expert. If you choose a {{ Constants.colour1 }} expert, the computer randomly picks one
{{ Constants.colour1 }} expert to advise you.
If you choose to hear from a {{ Constants.colour2 }} expert, the computer randomly picks one
{{ 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:
![]() |
|
If you get advice from a {{ Constants.colour1 }} expert:
![]() |
|
If you get advice from a {{ Constants.colour2 }} expert:
![]() |
|
Before proceeding to the next page, please answer the comprehension question below:
If a {{ Constants.colour1 }} expert says "The ball is {{ Constants.colour2 }}", which of the following is true?
| You know for sure that the ball is BLUE | |
|---|---|
| You know for sure that the ball is RED | |
| The ball is more likely to be RED but you do not know this for sure. | |
| The ball is more likely to be BLUE but you do not know this for sure. |
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}