{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Instructions (2/4)
{% endblock %} {% block content %}

Here's an example of what a decision screen will look like. At the top of the screen, you see the information you need to solve the guessing task. At the bottom, you enter your guess.


75 Bag A Cards         and            25 Bag B Cards
90 red balls
10 blue balls
10 red balls
90 blue balls

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

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 %)?

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


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