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

{% endblock %} {% block content %} {% 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 {% if player.bags == 2 %}(as opposed to Bag B){% else %}(as opposed any of the Bags B, C etc. up to J.){% endif %} has been selected (in %)?

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


{% endblock %}