{% extends "global/PageExt.html" %} {% load staticfiles otree_tags %} {% block title %} Informed Consent Information {% endblock %} {% block inner_content %}
Attention!

You have {{ consent_timeout_min }} minute{{ consent_timeout_min|pluralize }} to read and accept this Consent Form.

If you are not going to proceed with this HIT immediately, please return it right now!

You must read the following carefully before checking the box next to the red informed consent statement below the text area to proceed with your participation.

Procedures:

You will be asked to make a series of decisions involving different payoffs.

The entire session, which will include 20 separate decisions, will last about 20 minutes.

Your average payoff including participation fee will be up to $4 depending on your decisions and decisions of other mTurkers with whom you are matched.

Every participant is guaranteed at least {{ session.config.participation_fee }} for completing a session.

In order not make other participants wait for too long please make your decisions on time. If you fail to take the decision on time you may be not eligible for the full bonus payment.

You will be given detailed information on how to make choices and how payments will depend on decisions made by you and other participants.

Privacy:

The only personal information that will be available to the researchers is what is publicly available on your MTurk profile and any information that you choose to provide during the course of the study. This information will not be shared with any individuals who are not part of the research team.

Contact:

If you have questions or concerns, please contact the researchers at chapkovskii@soziologie.uzh.ch.

Concent:


By checking the box below next to the red informed consent statement, you acknowledge that you have read the rules and privacy policy, you certify you are 18 years of age or older, and you agree that your participation is voluntary.

{% next_button %} {% if form.consent.errors %} {% endif %} {% if form.consent.errors %} {% endif %} {% endblock %} {% block styles%} {% endblock %}