{% extends "global/Base.html" %} {% load staticfiles otree %} {% block title %} End of the experiment {% endblock %} {% block subtitle %} {% endblock %} {% block content %}
This is the end of the experiment, thank you for your participation!
Your performance was good enough to qualify for a bonus payment. In particular, you have earned a bonus payment of {{bonus}} USD in addition to the base payment of 0.30 USD.
{% endif %} {% if bonus == 0 %} {% if failboth == 1 %}The performance of your predictions was below the minimum threshold. Therefore, you unfortunately do not qualify for a bonus payment. Hence, you will only receive the base payment of 0.30 USD.
{% endif %} {% if failboth == 0 %} {% if failfor == 1 %}The performance of your predictions about next rounds was below the minimum threshold. Therefore, you unfortunately do not qualify for a bonus payment. Hence, you will only receive the base payment of 0.30 USD.
{% endif %} {% if failnow == 1 %}The performance of your predictions about current rounds was below the minimum threshold. Therefore, you unfortunately do not qualify for a bonus payment. Hence, you will only receive the base payment of 0.30 USD.
{% endif %} {% endif %} {% endif %}To complete your task and get your payment, please fill in your completion code in MTurk. Your completion code is: 854F3BE7
{% endblock %}