{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} {% endblock %} {% block content %}

This is the end of the experiment.


{% if not dropout and qualified %} {% if not matched %}

Unfortunately, you were not able to be matched with another participant, so the experiment has to end.

{% endif %} {% if mturk %}

IMPORTANT: Please provide the Participation Code to the MTurk HIT in order to receive your payment.

Your Participation Code: {{ participant.code }}


{% endif %} {% if matched and not dropout %}

Payment Information

Participation fee: {{ participation_fee }}

Bonus Payment: {{ real_currency }}{{ bonus_payment|floatformat:2 }}

Total Payment: {{ real_currency }}{{ final_payment|floatformat:2 }}

You can expect to receive your payment within 24 hours.


{% endif %} {% elif dropout %}

You will not receive any payment because you have dropped out from the experiment.

{% elif not qualified %}

You will not receive any payment because you did not pass the quiz.

{% endif %}
{% endblock %}