{{ block title }} Payment Summary {{ endblock }} {{ block content }}

Part 1

Round {{ participant.random_round_part1_a }} of Task A was randomly chosen to count for payment. The sum of the point values of the {{ participant.decision_turns_a }} squares you chose in that round is {{ participant.payoff_part1_a }}.

Round {{ participant.random_round_part1_b }} of Task B was randomly chosen to count for payment. The sum of the point values of the {{ participant.decision_turns_b }} squares you chose in that round is {{ participant.payoff_part1_b }}.

Round {{ participant.random_round_part1_c }} of Task C was randomly chosen to count for payment. The sum of the point values of the {{ participant.decision_turns_c }} squares you chose in that round is {{ participant.payoff_part1_c }}.

This means you earned a total of {{ participant.payoff_part1 }} in Part 1.

Part 2

Decision {{ participant.random_round_part2 }} was randomly chosen to count for payment. You chose {{ if participant.chose_lottery }} Option B for that decision, which pays 385 points if you win the lottery and 10 points otherwise. The probability of winning the lottery in that decision was {{ participant.lottery_percent }}%. Based on the random number chosen by the computer, you {{ if participant.won_lottery }} won {{ else }} lost {{ endif }} the lottery. {{ endif }} Option A for that decision.

This means you earned {{ participant.payoff_part2 }} in Part 2.

Part 3

You answered {{ participant.questions_correct }} of 3 questions correctly. Each question was worth 50 points.

This means you earned {{ participant.payoff_part3 }} in Part 3.


Total Earnings

In total, you earned {{ participant.payoff }} in Parts 1, 2, and 3.

At an exchange rate of 100 points = 1 dollar, this makes your total earnings for the experiment {{ participant.payment_incentive }}.


Click the button to complete the experiment.

{{ endblock }}