{% 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, we were not able to find you another participant, so the experiment has to end.

{% endif %} {% if mturk %}

IMPORTANT: Please provide the following Participation Code to the MTurk HIT in order to receive credit for taking the experiment.

Your Participation Code: {{ participant.code }}


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