The experiment has ended.
{% if part_1_payoff == 0 %}
In
PART 1,
You 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,
You 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}} question. Your corresponding payment is
{{part_4_payoff_quest_1}}.
For
questionnaire 2, the computer has randomly selected
{{quest_2_chosen_question}} for payment.
Your payoff from question
{{quest_2_chosen_question}} is
{{part_4_payoff_quest_3}}.
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_4}}.
Including your show-up fee, your final payoff in today's experiment
= (Part 1 + Part 2 + Questionnaire 1 + Questionnaire 2 + Questionnaire 3)
= {{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 }}