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

{% endblock %} {% block content %}
{{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 2: Your certainty


Your decision on the previous screen indicates that you believe there is a {{red_bag_prob}}% chance that Bag A was selected.

How certain are you that the optimal guess is somewhere between {{val_low_DE}}% and {{val_up_DE}}%?
{% for x, i in radio_amounts %} {% endif %} {% endfor %}

{% if x != 1 %}
{% else %}
very uncertain
completely certain

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