{% extends "global/Page.html" %} {% load otree static %} {% comment %} Consent form for participating in this experiment. {% endcomment %} {% block title %} Comprehension questions {% endblock %} {% block content %}
We welcome you to this experiment. It is very important that you read the following explanations carefully. If you have any questions, please raise your hand. We will then come to you to answer your question. During the experiment you are not allowed to communicate with the other participants of the experiment. Failure to comply with this rule will result in exclusion from the experiment and all payments. All decisions are made anonymously, i.e. none of the other participants will know the identity of the person who made a particular decision. The payout is also anonymous, i.e. no participant will know how high the payouts of the other participants are.
{% formfield player.consent %} {% comment %} click radiobutton to consent, label is defined in pages.py > consent {% endcomment %}Please click "Next" button to continue.
{% next_button %} {% endblock %}