{% extends "global/Page.html" %} {% load otree static %} {% block title %} Please answer the following questions. {% endblock %} {% block content %}
How many stages are there in this experiment?{% formfield player.comprehension1 %}
What is the correct sequence of the stages? Enter the number of the stage for each of the four items. (Tip: Two of the choices belong to one stage.) Splitting MUs among yourself and your partner{% formfield player.comprehension21 %}
Rolling and reporting dice rolls{% formfield player.comprehension22 %}
Selecting at least one partner{% formfield player.comprehension23 %}
Putting 15 balls in two buckets{% formfield player.comprehension24 %}
What is the maximum a player can earn in the first environment?{% formfield player.comprehension3 %}
What is the maximum a player can earn in the second environment?{% formfield player.comprehension4 %}
What is the maximum a selector can earn during the selection process?{% formfield player.comprehension5 %}
How will your total earnings be calculated?{% formfield player.comprehension6 %}

{% endblock %}