{{ block title }} Decision making {{ endblock }} {{ block content }}

You have been randomly assigned the role of Person A.

You have an endowment of £7.

{{ if player.correct <= 6 and player.treatment == "typo10" }}

Based on previous experiments with Prolific participants, your performance falls into the lower half of all participants — that is, the bottom 50%.

{{ elif player.correct > 6 and player.treatment == "typo10" }}

Based on previous experiments with Prolific participants, your performance falls into the higher half of all participants — that is, the top 50%.

{{ elif player.correct <= 18 and player.treatment == "typo30" }}

Based on previous experiments with Prolific participants, your performance falls into the lower half of all participants — that is, the bottom 50%.

{{ elif player.correct > 18 and player.treatment == "typo30" }}

Based on previous experiments with Prolific participants, your performance falls into the higher half of all participants — that is, the top 50%.

{{ endif }}

Please indicate below how much of your endowment (using amounts to the nearest 10p) you would like to transfer to Person B.

{{ formfield 'allocate' }}
{{ endblock }}