{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# *** STYLES *** #} {% block styles %} {% endblock %} {# *** TITLE *** #} {% block title %} Confirmation Check {% endblock %} {# *** CONTENT *** #} {% block content %} Please answer the following questions: {% formfields %} {% next_button %}

Note: If after this page you are routed automatically to the end of the experiment, it means that you got one of the questions above wrong. This would mean that you were not ready to participate in this experiment, and you payoff will be 0 in this case, so take the questions above seriously.

{% endblock %}