{{ block title }}Your Payoff{{ endblock }} {{ block content }}

Your Bonus Payment

{% if exp.source == 'consistency' %}

The randomly selected situation came from the tasks where you saw the actual behaviour of the earlier group ({% if exp.actual_task == 'dictator' %}Allocation Task{% else %}Lottery Task{% endif %}).

{% else %}

The randomly selected situation came from the {% if exp.actual_task == 'dictator' %}Allocation Task{% else %}Lottery Task{% endif %} — the task where you indicated your conditional decisions.

{% endif %} {% if exp.source == 'main' %}

{{ exp.rule }}

Therefore, the {% if exp.chose_left %}left{% else %}right{% endif %} option was selected for you.

{% else %}

In this situation you directly chose option {{ exp.chosen_id }}.

{% endif %}
{% if exp.actual_task == 'dictator' %}

Allocation Task outcome

The {% if exp.chose_left %}left{% else %}right{% endif %} option keeps {{ exp.own_payoff }} MU for you and sends {{ exp.transfer }} MU to the other person. With a multiplier of {{ exp.multiplier }}, the other person receives {{ exp.other_payoff }} MU.

Your bonus: {{ payoff_raw }} MU

{% else %}

Lottery Task outcome

The {% if exp.chose_left %}left{% else %}right{% endif %} option is a lottery. The lottery was resolved and the outcome was {{ risk_outcome }} MU.

Your bonus: {{ risk_outcome }} MU

{% endif %}

Your bonus of {{ payoff_raw }} MU will be converted to GBP at the rate 1 MU = GBP {{ mu_to_gbp }}, giving you a bonus of GBP {{ payoff_gbp }}.

{{ next_button }}
{{ endblock }}