{% 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.


{% include "beliefs_default_manip/CardsBagsDrawIllustration.html" %}

Decision 1: Your guess


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

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


{% endblock %}