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

{% endblock %} {% block content %}
{{specification.a_chips}} Bag A Cards         and            {{specification.b_chips}} Bag B Cards
{{specification.blue_chips_a}} red balls
{{specification.red_chips_a}} blue balls
{{specification.red_chips_a}} red balls
{{specification.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 %}