{% extends "global/Page.html" %} {% load otree static %} {% block title %} Welcome to the experiment! {% endblock %} {% block content %}

In this experiment, you can earn a bonus on top of the completion fee. Your bonus depends on your choices as well as on chance. It is thus important that you read the explanations carefully.

{{ if attentionChecks }}

There will be attention checks. If you fail these checks, you will be excluded from the study and receive no payment.

Some pages have built-in delays to ensure that all participants spend enough time reading the explanations. There is no upper time limit—you can take as much time as you need.

{{ endif}} {{ formfield 'prolID' }}

To participate in this experiment, you must agree with our participation rules and privacy policy.



I have read the participation rules and privacy policy and consent with it: {{ form.consent_privacy}}

Please state whether you agree to our participation rules and privacy policy using "Yes" or "No".


{% if testing %}
This switch allows to toggle the treament. Treatment 'verification' allows to/'no verification' does not allow to download the verification.pdf.
{{form.selectTreatment}}

{{ formfield 'feedback_welcomePage' }} {% endif %} {% endblock %}