{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Sequence of events in each task
{% endblock %} {% block content %}

You will be asked to complete {{num_questions}} guessing tasks. For each task, there will be 2 decision screens:

Decision screen 1

You have to guess which bag was selected by entering a probability (between 0 and 100) that expresses how likely you think it is that bag A as opposed to {% if player.default_condition == 'two' %} bag B {% else %} any bag other than bag A {% endif %} have been selected.

Decision screen 2

You will be asked to indicate how certain you are that the guess you provided on decision screen 1 equals the optimal guess in this task.

{% next_button %}
{% endblock %}