{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block content %} {% if player.default_condition == 'two' %}
In this {% if round > 1 %} new {%endif %} task:
Number of "bag A" cards: {{specification.a_chips}}
{% if player.default_condition == "two" %}
Number of "bag B" cards: {{specification.b_chips}}
Bag A contains
{% elif player.task_type == "rocl" %}
We randomly drew an integer number between {{ compound_low_bound }} and {{ compound_high_bound }}, with each number being equally likely to be drawn. Call this number X.
Bag A contains
{% endif %}
{% if player.default_condition == "two" %}
{% if player.task_type == "baseline" %}
Bag B contains
The computer randomly selected one bag by drawing a card from the deck.
Then, the computer randomly drew {{specification.n_sample}} balls from the secretly selected bag, replacing each ball with a ball of the same color after it was drawn:
Then, the computer randomly drew {{specification.n_sample}} ball from the secretly selected bag:
By replacing your guess with the optimal guess you may increase your chances of winning {{ prize }}. You have a budget of {{ endowment | c }} to purchase the optimal guess in this task.
How much of your {{ endowment | c }} budget are you willing to pay to replace your guess with the optimal guess in this task?
|
|