{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Deciding on the choices of the payment of a future participant
{% endblock %}
{% block content %}
In the next part of the study, you can decide how to affect a future experiment participant.
You will be able to influence that person’s decision options and potential payment.
The future participant receives an endowment of {{C.dictator_endowment}} {{C.currency_name}} and chooses how to split this money between him/herself and the non-governmental organization “Atomsfair”, which fights climate change through carbon offsetting.
You can decide whether the future participants can choose to donate any amount between 0% and 100% or restrict his/her choice set by requiring a minimum donation.
Note that your choice does not determine your own payoff, but the payoff of the future experiment participant and the non-governmental organization Atmosfair.
With a 1 in 10 chance, your decision will actually be implemented, and we will match you with an actual future experiment participant. Your decision in this question will then affect that person exactly as you have determined. You are the only person who determines the options of this future experiment participant.
IMPORTANT: There is NO DECEPTION in this study. We will conduct the partner studies with the future experiment participants within the next 30 days and your decisions will affect future experiment participants with exactly the stated probability.
{#
Anything else would violate the Ethics Protocol (XXX) under which this study is conducted.
#}
{{formfields}}
{% next_button %}
{% endblock %}