{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Part 2 - Check questions. First payment opportunity {% endblock %} {% block content %}

Time: {{ time }} seconds.

Please answer the following questions regarding the first payment opportunity:


If your number is {% if group.r_aux_g1 == 1 %} 70, {% elif group.r_aux_g1 == 2 %} 30, {% else %} 50, {% endif %} and {% if group.r_aux_g2 >= 0.5 %} your fellow {% if player.prt == 0 %} team {% elif player.prt == 1 %} team {% endif %} members have {% else %} the other two participants have {% endif %} {% if group.r_aux_g1 == 1 %} 50 and 70, {% elif group.r_aux_g1 == 2 %} 50 and 30, {% else %} 40 and 60, {% endif %} what is the payment?
{% formfield player.quiz_1 label = "" %}
If your number is {% if group.r_aux_g1 == 1 %} 50, {% elif group.r_aux_g1 == 2 %} 50, {% else %} 51, {% endif %} and {% if group.r_aux_g2 >= 0.5 %} your fellow {% if player.prt == 0 %} team {% elif player.prt == 1 %} team {% endif %} members have {% else %} the other two participants have {% endif %} {% if group.r_aux_g1 == 1 %} 20 and 30, {% elif group.r_aux_g1 == 2 %} 80 and 70, {% else %} 41 and 61, {% endif %} what is the payment?

{% formfield player.quiz_3 label = "" %}


Please click “Next” to continue.

{% next_button %} {% endblock %}