{{ block title }}
Final Payoff
{{ endblock }}
{{ block content }}
{%if part_0_payoff%}
The experiment has ended.
For PART 1,
Your payoff in Part 1 was {{part_0_payoff}} tokens.
For PART 2,
The computer has randomly selected Round {{part_1_payoff_round}} for payment.
Your payoff in Round {{part_1_payoff_round}} was {{part_1_payoff}} tokens.
For PART 3,
The computer has randomly selected question {{last_part_chosen_question}} for payment.
Your payoff from question {{last_part_chosen_question}} is {{last_part_payoff}} tokens.
Including your show-up fee, your final payoff in today's experiment is {{final_payoff_dollars}}.
{%else%}
The experiment has ended.
For PART 1,
The computer has randomly selected Round {{part_1_payoff_round}} for payment.
Your payoff in Round {{part_1_payoff_round}} was {{part_1_payoff}} tokens.
For PART 2,
The computer has randomly selected question {{last_part_chosen_question}} for payment.
Your payoff from question {{last_part_chosen_question}} is {{last_part_payoff}} tokens.
Including your show-up fee, your final payoff in today's experiment is {{final_payoff_dollars}}.
{% endif %}