{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} FEEDBACK / 1 {% endblock %} {% block content %} {% if player.feedback1 == 'answer1' %}

Correct!

The urn contains {{ Constants.total }} balls in total: {{ n1_balls }} {{ Constants.colour1 }} balls and {{ n2_balls }} {{ Constants.colour2 }} balls.

The computer draws one ball completely at random: each of the {{ Constants.total }} balls is equally likely to be drawn.

This means that there are {{ n1_balls }} chances out of {{ Constants.total }} that the computer draws a {{ Constants.colour1 }} ball and {{ n2_balls }} chances out of {{ Constants.total }} that the computer draws a {{ Constants.colour2 }} ball.

Thus, without any additional information, you know that the ball is more likely to be {{ Constants.colour1 }}.

{% endif %} {% if player.feedback1 == 'answer2' %}

Incorrect!

The urn contains {{ Constants.total }} balls in total: {{ n1_balls }} {{ Constants.colour1 }} balls and {{ n2_balls }} {{ Constants.colour2 }} balls.

The computer draws one ball completely at random: each of the {{ Constants.total }} balls is equally likely to be drawn.

This means that there are {{ n1_balls }} chances out of {{ Constants.total }} that the computer draws a {{ Constants.colour1 }} ball and {{ n2_balls }} chances out of {{ Constants.total }} that the computer draws a {{ Constants.colour2 }} ball.

Thus, without any additional information, you know that the ball is more likely to be {{ Constants.colour1 }}.

{% endif %} {% if player.feedback1 == 'answer3' %}

Incorrect!

The urn contains {{ Constants.total }} balls in total: {{ n1_balls }} {{ Constants.colour1 }} balls and {{ n2_balls }} {{ Constants.colour2 }} balls.

The computer draws one ball completely at random: each of the {{ Constants.total }} balls is equally likely to be drawn.

This means that there are {{ n1_balls }} chances out of {{ Constants.total }} that the computer draws a {{ Constants.colour1 }} ball and {{ n2_balls }} chances out of {{ Constants.total }} that the computer draws a {{ Constants.colour2 }} ball.

Thus, without any additional information, you know that the ball is more likely to be {{ Constants.colour1 }}.

{% endif %}

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