{{ block title }} Final Payoff {{ endblock }} {{ block content }}

The experiment has ended.


{% if part_1_payoff == 0 %} In PART 1,
Your group did not win the puzzle task.
Your payoff is {{part_1_payoff}}.

{% elif part_1_payoff > 0 and part_1_payoff <= 1.5 %} In PART 1,
Your group won the puzzle task.
Your payoff is {{part_1_payoff}}.

{% else %} {% endif %} In PART 2,
the computer has randomly selected Round {{payoff_round}} for payment.
Your payoff is {{part_2_payoff}}.

In PART 3,

For questionnaire 1, your response matched with another randomly selected participant in {{quest_1_matched_questions}} questions. Your corresponding payment is {{part_4_payoff_quest_1}}.

For questionnaire 2, your response matched with another randomly selected participant in {{quest_2_matched_questions}} questions. Your corresponding payment is {{part_4_payoff_quest_2}}.

For questionnaire 3, the computer has randomly selected {{quest_3_chosen_question}} for payment.
Your payoff from question {{quest_3_chosen_question}} is {{part_4_payoff_quest_3}}.

For questionnaire 4, the computer has randomly selected {{quest_4_chosen_question}} for payment.
Your payoff from question {{quest_4_chosen_question}} is {{part_4_payoff_quest_4}}.

Including your show-up fee, your final payoff in today's experiment

= (Part 1 + Part 2 + Questionnaire 1 + Questionnaire 2 + Questionnaire 3 + Questionnaire 4)

= {{final_payoff_dollars}}

Please remain seated, an experimenter will pay you privately when all participants have completed the experiment.

Thank you for your patience.

{{ endblock }}