{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Example task
{% endblock %} {% block content %}

This round is for you to try. It does not count for your bonus payment!

In this example task:

Number of "more Red" cards: 7
Number of "more Blue" cards: 3

The "more Red" bag contains 60 red balls and 40 blue balls.
The "more Blue" bag contains 40 red balls and 60 blue balls.

Next:
  1. The computer randomly selected one bag by drawing a card from the deck.

  2. Then, the computer randomly drew 5 balls from the secretly selected bag, replacing each ball with a ball of the same color after it was drawn:
    In total, the computer drew 4 red balls and 1 blue ball.
Your task is to guess which bag was selected in this task.


Please first answer these questions:


How difficult do you find this specific guessing task{% if previous_dr.0 > 0 %}, following {{previous_dr.0 | add:1}} rounds of draws{%endif%}?

1 = not difficult at all 2 3 4 5 6 7 8 9 10 = extremely difficult


What is the highest amount that you are willing to pay to replace your guess with the optimal guess in this example?

Use the slider:

$0

$1.00

$2.00

$3.00    


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