{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} FEEDBACK / 3 {% endblock %} {% block content %} {% if player.feedback3 == 'answer1' %}
Correct!
Only one guess matters for your bonus payment.
The guess that matters depends on the message you receive from the expert.
Since you do not know what message you will receive, make both guesses carefully.
If the expert says "The ball is {{ Constants.colour1 }}",
the guess that matters for your bonus payment is the answer to the
question: What is your guess about the color of the ball, if the expert says
"The ball is {{ Constants.colour1 }}"?
If the expert says "The ball is {{ Constants.colour2 }}", the guess
that matters for your bonus payment is the answer
to the question: What is your guess about the color of the ball, if the expert says
"The ball is {{ Constants.colour2 }}"?
In this example, the expert said BLUE and, thus, your guess was BLUE.
The ball randomly drawn by the computer was BLUE. This means that your guess in this round coincided
with the ball drawn by the computer in this round and, thus, you earned $1. You earn $0 if your guess
does not match the color of the ball.
Incorrect!
Only one guess matters for your bonus payment.
The guess that matters depends on the message you receive from the expert.
Since you do not know what message you will receive, make both guesses carefully.
If the expert says "The ball is {{ Constants.colour1 }}",
the guess that matters for your bonus payment is the answer to the
question: What is your guess about the color of the ball, if the expert says
"The ball is {{ Constants.colour1 }}"?
If the expert says "The ball is {{ Constants.colour2 }}", the guess
that matters for your bonus payment is the answer
to the question: What is your guess about the color of the ball, if the expert says
"The ball is {{ Constants.colour2 }}"?
In this example, the expert said BLUE and, thus, your guess was BLUE.
The ball randomly drawn by the computer was BLUE. This means that your guess in this round coincided
with the ball drawn by the computer in this round and, thus, you earned $1. You earn $0 if your guess
does not match the color of the ball.
Incorrect!
Only one guess matters for your bonus payment.
The guess that matters depends on the message you receive from the expert.
Since you do not know what message you will receive, make both guesses carefully.
If the expert says "The ball is {{ Constants.colour1 }}",
the guess that matters for your bonus payment is the answer to the
question: What is your guess about the color of the ball, if the expert says
"The ball is {{ Constants.colour1 }}"?
If the expert says "The ball is {{ Constants.colour2 }}", the guess
that matters for your bonus payment is the answer
to the question: What is your guess about the color of the ball, if the expert says
"The ball is {{ Constants.colour2 }}"?
In this example, the expert said BLUE and, thus, your guess was BLUE.
The ball randomly drawn by the computer was BLUE. This means that your guess in this round coincided
with the ball drawn by the computer in this round and, thus, you earned $1. You earn $0 if your guess
does not match the color of the ball.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}