{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} {% if player.attention_check != 'apple' %} Thank you {% else %} The Estimation Task{% endif %} {% endblock %} {% block content %} {% if player.attention_check != 'apple' %}

Your participation in this experiment was terminated, because you did not correctly answer an attention check question.

To leave the experiment, you can simply close the browser window.

{% else %}

Stay alert, after clicking on the 'Next'-button the estimation task starts.



{% next_button %}
{% endif %} {% endblock %}