ℹ️ {% if config.item_singular == "donation" %}{{ config.recipient }} may also receive a surprise bonus.{% elif app_name == "surveillance" %}{{ config.recipient }} may also receive a surprise bonus.{% elif app_name == "catfishing" %}In addition to having {{ config.item_description }}, {{ config.recipient }} may also receive a surprise bonus.{% else %}In addition to {{ config.item_description }}, {{ config.recipient }} may also receive a surprise bonus.{% endif %}
Your task in this study is to make choices that we will use to determine:
- {% if app_name == "misuse" %}Whether the $100 donation goes to the charity John chose,{% elif app_name == "song" %}Whether John receives the human-written or AI-generated poem,{% elif app_name == "surveillance" %}Whether we monitor John's location,{% elif app_name == "books" %}Which book (original or fake note) John receives,{% elif app_name == "catfishing" %}Whether John chats with the real creator or the AI creator,{% elif app_name == "eggs" %}Whether John receives the free-range or caged eggs,{% endif %}
- John's surprise bonus.
{% if incentivized %}
Remember: We will randomly choose one participant like yourself whose choices for John can be actually implemented.
{% endif %}