{% 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_g5 == 1 and player.id_in_group == 1 %} 30, {% else %} 70, {% endif %} and the other two team members have {% if group.r_aux_g5 == 1 and player.id_in_group == 1 %} 50 and 30, {% else %} 50 and 70, {% endif %} what is your payment?

{% formfield player.quiz_1 label = "" %}
If your number is 50 and the other two team members have {% if group.r_aux_g5 == 1 and player.id_in_group == 1 %} 80 and 70, {% else %} 20 and 30, {% endif %} what is your payment?

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


Please click “Next” to continue.

{% next_button %} {% endblock %}