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

Time: {{ time }} seconds.

Please answer the following questions regarding the first payment opportunity (There is reminder of the payment opportunities at the bottom of this page).


If your number is {% if group.r_aux_g1 >= 0.5 %} 60, {% else %} 40, {% endif %} and {% if group.r_aux_g2 >= 0.5 %} your fellow {% if pet == 0 %} R team {% elif pet == 1 %} D team {% endif %} members have {% else %} the other two participants have {% endif %} {% if group.r_aux_g1 >= 0.5 %} 50 and 70, {% else %} 50 and 30, {% endif %} What is the payment?
{% formfield player.quiz_1 label = "" %}

If your number is {% if group.r_aux_g1 >= 0.5 %} 70, {% else %} 30, {% endif %} and {% if group.r_aux_g2 >= 0.5 %} your fellow {% if pet == 0 %} R team {% elif pet == 1 %} D team {% endif %} members have {% else %} the other two participants have {% endif %} {% if group.r_aux_g1 >= 0.5 %} 90 and 60, {% else %} 10 and 40, {% endif %} What is the payment?

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

If your number is {% if group.r_aux_g1 >= 0.5 %} 50, {% else %} 50, {% endif %} and {% if group.r_aux_g2 >= 0.5 %} your fellow {% if pet == 0 %} R team {% elif pet == 1 %} D team {% endif %} members have {% else %} the other two participants have {% endif %} {% if group.r_aux_g1 >= 0.5 %} 20 and 30, {% else %} 80 and 70, {% endif %} What is the payment?

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

Please click “next” to continue.

{% next_button %}

Reminder of Payment opportunities (only one will be paid out)

Rules for the first payment opportunity:

If the average is {% if group.r_aux_g1 >= 0.5 %} below {% else %} above {% endif %} 50, {% if group.r_aux_g2 >= 0.5 %} you and your team members will each get a payment of $0. {% else %} you will get a payment of $0. {% endif %}
If the average is between {% if group.r_aux_g1 >= 0.5 %} 50 and 70, {% else %} 30 and 50, {% endif %} {% if group.r_aux_g2 >= 0.5 %} you and your team members will each get a payment of $1. {% else %} you will get a payment of $1. {% endif %}
If the average is {% if group.r_aux_g1 >= 0.5 %} larger than 70, {% else %} smaller than 30, {% endif %} {% if group.r_aux_g2 >= 0.5 %} you and your team members will each get a payment of $2. {% else %} you will get a payment of $2. {% endif %}
{% if group.r_aux_g2 < 0.5 %} The rules are the same for the other two participants.
{% endif %}

Rules for the second, third and fourth payments opportunities:

To be explained later.

{% endblock %}