{% 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.

If you are interested, contact the requester for the possibility of signing you up for another session.

{% endif %} {% if mturk %}

IMPORTANT: Please provide the following Participation Code to the MTurk HIT in order to receive 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.


Your earnings for each task is shown below.

{% for info,payoff in payoff_info %} {% endfor %}
{{ info }} {{ payoff }}
{% 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 %}