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

Time: {{ time }} seconds.

Now, the fourth payment opportunity: here, you have the chance to update your private guess. The payment rule is the same: $2 if your guess is within 3 points of the average.


Before doing so, you can pay to see the public guess of one of {% if group.r_aux_g2 >= 0.5 %} your fellow {% if pet == 0 %} R team {% elif pet == 1 %} D team {% endif %} members {% else %} the other two participants {% endif %} (which one will be determined randomly).

You will indicate the maximum amount of money (between 0 and 100 cents) you are willing to pay to see the public guess of one of {% if group.r_aux_g2 >= 0.5 %} your fellow {% if pet == 0 %} R team {% elif pet == 1 %} D team {% endif %} members {% else %} the other two participants {% endif %} Then, the actual price to see the public guess will be determined by a random number between 0 and 100.

If the amount of money you are willing to pay is the same or higher as this randomly drawn price, the price will be deducted from your payment, and you will see the public guess of one of one of {% if group.r_aux_g2 >= 0.5 %} your fellow {% if pet == 0 %} R team {% elif pet == 1 %} D team {% endif %} members. {% else %} the other two participants. {% endif %}

If the amount of money you are willing to pay is below this randomly drawn price, no money will be deducted from your payment, and you will not see the public guess of another {% if group.r_aux_g2 >= 0.5 %} fellow {% if pet == 0 %} R team {% elif pet == 1 %} D team {% endif %} member. {% else %} participant. {% endif %}

Your best interest is served by simply reporting the maximum amount that you would pay for seeing the public guess of another {% if group.r_aux_g2 >= 0.5 %} fellow {% if pet == 0 %} R team {% elif pet == 1 %} D team {% endif %} member. {% else %} participant. {% endif %} In any case, you will have the chance to update your private guess.


Please indicate the maximum amount of money (0-100 cents) you are willing to pay to see another {% if group.r_aux_g2 >= 0.5 %} fellow {% if pet == 0 %} R team {% elif pet == 1 %} D team {% endif %} member's {% else %} participant's {% endif %} public guess.
{% formfield player.offer label = "" %}   cents.  

Please click "next" to continue.

{% next_button %}

Reminder of Payment opportunities (only one will be paid out)
{% if group.r_aux_g2 >= 0.5 %} This rules apply to your {% if pet == 0 %} R team {% elif pet == 1 %} D team {% endif %} {% else %} This rules apply to you and the other participants. {% endif %}

Rules for the first payment opportunity:

If the average is {% if group.r_aux_g1 >= 0.5 %} larger than 60, {% else %} smaller than 40, {% 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 %}
Otherwise nothing ($0).

Rules for the second payment opportunity:

$2 if your private guess is within three (3) units of the average.

Rules for the third payment opportunity:

$2 if your public guess is within three (3) units of the average.

Rules for the fourth payment opportunity:

$2 if your public guess is within three (3) units of the average.

{% endblock %}