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

Time: {{ time }} seconds.

In this part of the study, you will make four decisions. Each decision is associated with a potential payment opportunity. One of the four decisions will be randomly selected for payment at the end of the study.

{% if group.r_aux_g2 >= 0.5 %} Each member of your {% if pet == 0 %} R team, {% elif pet == 1 %} D team, {% endif %} including you, {% else %} You and the other two participants {% endif %} will each get a random number between 0 and 100. Each number is equally likely. You will only see your number.

The first payment opportunity depends on the average of these three numbers. Here are the rules that apply to {% if group.r_aux_g2 >= 0.5 %} your team: {% else %} you and the other two participants: {% endif %}

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 fellow {% if pet == 0 %} R team {% elif pet == 1 %} D team {% endif %} 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 fellow {% if pet == 0 %} R team {% elif pet == 1 %} D team {% endif %} 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 fellow {% if pet == 0 %} R team {% elif pet == 1 %} D team {% endif %} members will each get a payment of $2. {% else %} you will get a payment of $2. {% endif %}

The second, third and fourth payment opportunities will be explained later.

Please click "next" to continue.

{% next_button %} {% endblock %}