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

Time: {{ time }} seconds.

These are the answers to the questions in the previous 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?
Your answer {{ player.quiz_1 }} was {% if player.quiz_1 == "$1" %}correct {% else %}incorrect.{% endif %}
The average of {% if group.r_aux_g1 >= 0.5 %} 60, 50 and 70, {% else %} 40, 50 and 30, {% endif %} is {% if group.r_aux_g1 >= 0.5 %} 60, {% else %} 40, {% endif %} which is between {% if group.r_aux_g1 >= 0.5 %} 50 and 70, {% else %} 30 and 50, {% endif %} hence {% if group.r_aux_g2 >= 0.5 %} you and your fellow {% if pet == 0 %} R team {% elif pet == 1 %} D team {% endif %} members would each {% else %} you would {% endif %} get a payment of $1.

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?
Your answer {{ player.quiz_2 }} was {% if player.quiz_2 == "$2" %}correct {% else %}incorrect.{% endif %}
The average of {% if group.r_aux_g1 >= 0.5 %} 70, 90 and 60, {% else %} 30, 10 and 40, {% endif %} is {% if group.r_aux_g1 >= 0.5 %} 73, {% else %} 27, {% endif %} which is {% if group.r_aux_g1 >= 0.5 %} larger than 70, {% else %} smaller than 30, {% endif %} hence {% if group.r_aux_g2 >= 0.5 %} you and your fellow {% if pet == 0 %} R team {% elif pet == 1 %} D team {% endif %} members would each {% else %} you would {% endif %} get a payment of $2.

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?
Your answer {{ player.quiz_3 }} was {% if player.quiz_3 == "$0" %}correct {% else %}incorrect.{% endif %}
The average of {% if group.r_aux_g1 >= 0.5 %} 50, 20 and 30, {% else %} 50, 80 and 70, {% endif %} is {% if group.r_aux_g1 >= 0.5 %} 33, {% else %} 67, {% endif %} which is {% if group.r_aux_g1 >= 0.5 %} smaller than 50, {% else %} larger than 50, {% endif %} hence {% if group.r_aux_g2 >= 0.5 %} you and your fellow {% if pet == 0 %} R team {% elif pet == 1 %} D team {% endif %} members would {% else %} you would {% endif %} not get a payment ($0).


Please click “next” to see your random number and 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 %}