{% extends "global/Page.html" %} {% block title %} End of part 2 {% comment %}Summary of Payoffs {% endcomment %} {% endblock %} {% block content %}
Below, you find an overview of the final earnings in part 1 and 2.


PART 1:
Your earnings in this part are {{Constants.FixedPointsType1| to0}} {{ Constants.currency }}.
As explained, your choices in part 1 will be matched to a Participant 1 and a Participant 2 with 10% probability.
In this case, the following payments will be selected:
   * Round {{player.payoffrelevant_round_part1}}
   * You chose Option {% if player.optionchoice_part1 == 0 %} A {% elif player.optionchoice_part1 == 1 %} B {% endif %} in that round.
   * In this round and under your option chosen, the earnings of Participant 1 are {{player.Payoff_Participant_1_selected_round| to0}} {{ Constants.currency }}.
   * In this round and under your option chosen, the earnings of Participant 2 are {{player.Payoff_Participant_2_selected_round| to0}} {{ Constants.currency }}.


PART 2
Your earnings in this part are {{ player.payoff_part2| to0 }} {{ Constants.currency }}.
A explained, in part 2 one of the rounds is randomly selected and implemented with certainty.
Round {{player.payoffrelevant_round_part2}} was chosen by the computer.
{% if pricechoice == 0 %} In this round, you decided to choose an option yourself and to {% if price_round_selected > 0 %} pay a price of {{price_round_selected | to0 }} {{ Constants.currency }}.
{% else %} receive a bonus of {{ bonus| to0 }} {{ Constants.currency }}.
{% endif %} You decided that the earnings of Participant 3 are {{player.Payoff_Participant_3_selected_round| to0}} {{ Constants.currency }}.
You decided that the earnings of Participant 4 are {{player.Payoff_Participant_4_selected_round| to0}} {{ Constants.currency }}.
{% else %} In this round, you decided that the participant type 3 chooses an option in your behalf.
In this round, the type 3 participant decided that the earnings of Participant 3 are {{player.Payoff_Participant_3_selected_round| to0}} {{ Constants.currency }}.
In this round, the type 3 participant decided that the earnings of Participant 4 are {{player.Payoff_Participant_4_selected_round| to0}} {{ Constants.currency }}.
Participant 3 and Participant 4 receive this amount with certainty. {% endif %}


PART 3: Questionnaire
Your earnings in this part are 1.5 £

The show-up fee is 2£.

Remember that 1200 points equal 1 £.

Thus, your total earnings for this study are: {{participant.payoff_plus_participation_fee| to2}}

Finish the study
{% endblock %}