{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% load get_at_index %} {% block title %} Thank you for participating!
{% endblock %} {% block content %} {% if participant.vars.failed_attention %}

You failed the attention check!

{% else %} {% if participant.vars.failed_comprehension %}

You did not answer all bonus qualification questions correctly. You will not receive a bonus for this study.

{% else %} {% endif %} {% endif %} {% if participant.vars.failed_attention %} You will not receive any payment.

{% else %}

You will receive a total amount of {{total_earnings}} credited to your Prolific account.
Thank you for your participation!

{% endif %} {% if participant.vars.failed_attention or participant.vars.failed_comprehension%} {% else %}

You will not receive a code but your payment will be transferred automatically to your Prolific account shortly after the study.

{% endif %}
Click here to complete the study and return to Prolific. {% endblock %}