{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Task {{displayed_round}} of {{num_questions}}
{% endblock %} {% block content %} {% if previous_dr.0 > 0 %}

!!! Below you will see additional information about the same selected bag as on the previous {% if previous_dr.0 == 1 %}page{% else %}{{previous_dr.0}} pages{% endif %} !!!

{% endif %}

In this {% if displayed_round > 1 and previous_dr.0 == 0 %} new {%endif %} task:

Number of "more Red" cards: {{specification.a_chips}}
Number of "more Blue" cards: {{specification.b_chips}}

The "more Red" bag contains {{specification.red_chips_a}} red balls and {{player.specification.blue_chips_a}} blue {% if player.specification.blue_chips_a == 1 %} ball{%else%}balls{%endif%}.
The "more Blue" bag contains {{specification.blue_chips_a}} red balls and {{player.specification.red_chips_a}} blue {% if player.specification.red_chips_a == 1 %} ball{%else%}balls{%endif%}.

{% if previous_dr.0 < 1 %} Next:
  1. The computer randomly selected one bag by drawing a card from the deck.

  2. {% if player.specification.n_sample > 1 %}

    Then, the computer randomly drew {{player.specification.n_sample}} 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 {{player.specification.red_sample}} red {% if player.specification.red_sample == 1%}ball{%else%}balls{%endif%} and {{player.specification.blue_sample}} blue {% if player.specification.blue_sample == 1%}ball{%else%}balls{%endif%} .

    {% else %}

    Then, the computer randomly drew {{player.specification.n_sample}} ball from the secretly selected bag:
    {% if player.specification.red_sample > 0 %}1 red ball{% else %}1 blue ball{% endif %} was drawn.

    {% endif %}
{% else %} In addition to the preceding {% if previous_dr.0 == 1 %}draw{%else %} {{previous_dr.0}} draws{% endif%}, the computer again randomly drew {{player.specification.n_sample}} ball from the previously selected bag:
{% if player.specification.red_sample > 0 %}1 additional red ball{% else %}1 additional blue ball{% endif %} was drawn.

Reminder: Your previous guess for this task (on the preceding page) was:
Probability of the "more Red" bag:
{{previous_guess_a}} %

Probability of the "more Blue" bag:
{{previous_guess_b}} %


{% endif %}
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 task?

Use the slider:

$0

$1.00

$2.00

$3.00    


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