{{ block title }} Additional Payment {{ endblock }} {{ block content }} {% if player.task_paid == "ranking" %}
The two items randomly selected were the {{item1name}} and the {{item2name}}.
The position of the {{item1name}} in your ranking was {{item1}}, and that of the {{item2name}} was {{item2}}.
Therefore, you will receive the {% if player.item1 > player.item2 %} {{ item2name }} {% elif player.item1 < player.item2 %} {{ item1name }} {% endif %} as your reward.
{% elif player.task_paid == "choices" %}Question number {{question_paid}} was randomly selected for payment.
In this question, you chose the
{% if player.choice_paid == 1 %}
"riskier"
{% elif player.choice_paid == 0 %}
"safer"
{% endif %}
option.
(!) We could remove this and simply start the next para with "The option you chose in that question..."
This option offered a {% if player.choice_paid == 1 %} {{b_obj_p_pay}}% {% elif player.choice_paid == 0 %} {{b_obj_p_pay}}% {% endif %} chance of receiving the {% if player.choice_paid == 1 %} {{ bestobjpay_name }} {% elif player.choice_paid == 0 %} {{ worstobjpay_name }} {% endif %} and otherwise nothing.
A number from 1 to 100 has been randomly drawn to determine your payment. The number is {{ lottery_nr }} which means that {% if player.choice_paid == 1 %} {% if player.b_obj_p_pay >= player.lottery_nr %} your reward will be the {{ bestobjpay_name }}. {% elif player.b_obj_p_pay < player.lottery_nr %} you will not receive an additional reward beyond your participation fee. {% endif %} {% elif player.choice_paid == 0 %} {% if player.w_obj_p_pay >= player.lottery_nr %} your reward will be the {{ worstobjpay_name }}. {% elif player.w_obj_p_pay < player.lottery_nr %} you will not receive an additional reward beyond your participation fee. {% endif %} {% endif %}
{% endif %}Please, collect your participation fee and reward (if any) from XXXXXX.
You may now close your browser, thanks for taking part in this study.
{{ endblock }}