{{ block title }}
Participation fee: For participating in the experiment you earned £{{ participation_fee }}.
Earnings in PART A: You selected the correct panel {{ numerosity_success }}
{% if numerosity_success == 1 %}
time
{% endif %}
{% if numerosity_success != 1 %}
times
{% endif %}
and earned {{ numerosity_combined_pay }} {{ if numerosity_combined_pay == 1 }} point {{ else }} points {{ endif }}
= {{ numerosity_currency }}.
Earnings in PART B: You earned {{ decision_payment }} {{ if decision_payment == 1 }} point {{ else }} points
{{ endif }} = {{ decision_currency }}.
{% if active_rounds == 0 %}
To determine your earnings from Part B, the computer randomly selected round {{ pay_round }} from
Section {{ payment_part }}. In that round you allocated {{ option_A1 }} points to the BLUE
account and {{ option_A2 }} points to the RED account. Given this allocation, the
computer randomly selected the
{% if payment_account == 'BLUE' %}
BLUE
{% else %}
RED
{% endif %}
account. Thus, your earnings from Part B are equal to {{ decision_payment }} points.
{% endif %}
{% if active_rounds > 0 and payment_part == 'B1' %}
To determine your earnings from Part B, the computer randomly selected round {{ pay_round }} from
Section B1. In that round you allocated {{ option_A1 }} points to the BLUE
account and {{ option_A2 }} points to the RED account. Given this allocation, the
computer randomly selected the
{% if payment_account == 'BLUE' %}
BLUE
{% else %}
RED
{% endif %}
account. Thus, your earnings from Part B are equal to {{ decision_payment }} points.
{% endif %}
{% if active_rounds > 0 and payment_part == 'B2' and decision_binary != 'I' %}
To determine your earnings from Part B, the computer randomly selected round {{ pay_round }} from
Section B2 in which you were making a choice between two allocations. Option A yielded {{ option_A1 }}
and {{ option_A2 }} points with equal probability, while Option B yielded {{ option_B1 }} and {{ option_B2 }}
points with equal probability. In that round, {{ choice_text }}. Based on your preferred option, the
computer randomly determined your payment to be {{ decision_payment }} points.
{% endif %}
{% if active_rounds > 0 and payment_part == 'B2' and decision_binary == 'I' %}
To determine your earnings from Part B, the computer randomly selected round {{ pay_round }} from
Section B2 in which you were making a choice between two lotteries. Option A yielded {{ option_A1 }}
and {{ option_A2 }} points with equal probability, while Option B yielded {{ option_B1 }} and {{ option_B2 }} points
with equal probability. In that round, {{ choice_text }}. Based on this, first the computer randomly selected
Option {{ payment_option }}. Then, it randomly selected your payment to be equal to {{ decision_payment }} points.
{% endif %}
TOTAL EARNINGS: In total you earned {{ total_pay }}.
PRESS 'NEXT' TO PROCEED TO THE POST-EXPERIMENT QUESTIONNAIRE.
{{ next_button }} {{ endblock }}