{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Task {{round}} of {{num_questions}}
Decision Screen (1/2)

{% endblock %} {% block content %} {% if player.is_load %} {% for x in rows %} {% endfor %}
{% endif %}
{{a_chips}} Bag A Cards {% if player.is_complex %} and  {% else %}       and      {% endif %} {{b_chips}} Bag B Cards
{{blue_chips_a}} red balls
{{red_chips_a}} blue balls
{{red_chips_a}} red balls
{{blue_chips_a}} blue balls

The computer randomly selected a card from the deck and then randomly drew the following ball(s) from the selected bag:

{% for color in draw %} {% if color == 1 %} {% else %} {% endif %} {% endfor %}


Decision 1: Your guess


Given that these balls were drawn, how likely do you think it is that Bag A (as opposed to Bag B) has been selected (in %)?

{% if player.is_load %}
{% endif %}

I believe it is % likely that Bag A was selected.

{% if player.is_load %}

{% endif %}

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