{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Thank you for participating!
{% endblock %} {% block content %} You will be paid a fixed reward of {{ fee }}.

{% if not participant.vars.failed_comprehension %}

Bonus

{% if participant.vars.failed_comprehension_dots or participant.vars.failed_answer %}

For completing section 1 and section 3 of this study you receive a fixed bonus of {{ partial_fixed_bonus }}.

{% else %}

For completing this study you receive a fixed bonus of {{ fixed_bonus }}.

{% endif %} {% if participant.vars.guess_correct %}

Since you made an almost correct guess of the true number of dots, you receive an additional bonus of {{ correct_bonus }}.

{% endif %} {% if participant.vars.lucky == 0 %} You are selected to get an additional bonus from the lottery. The row selected for your payment are:

Given the 50/50 lottery over {{ min }} and {{ max }}:
Option A Option B
{% if select_pay == "wta" %} Keep your lottery {% else %} Keep your money {% endif %}          {% if select_pay == "wta" %} Sell the lottery for {{ rhs }} {% else %} Buy the lottery for {{ rhs }} {% endif %}

Your additional bonus from the lottery is {{ lottery_pay }}

{% endif %}

Total Payment

In total, you receive a payment of {{ total_payment }}.

{% endif %}

Thank you for your participation. Your completion code is 4F6BC9E8. Click “Next” to submit the study to Prolific.




{% next_button %}
{% endblock %} {% block scripts %} {% endblock %}