There is one more important detail: We might or might not tell {{ config.recipient }} {{ config.learns_question }}.

Case 1: we {{ case1_label }} {{ config.recipient }} {% if app_name == "song" %}whether the poem was written by a human or generated by AI{% elif app_name == "eggs" %}whether the eggs are free-range or caged{% elif app_name == "books" %}whether the book is the one with the original or fake note{% else %}{{ config.learns_question }}{% endif %}
Case 2: we {{ case2_label }} {{ config.recipient }} {% if app_name == "song" %}whether the poem was written by a human or generated by AI{% elif app_name == "eggs" %}whether the eggs are free-range or caged{% elif app_name == "books" %}whether the book is the one with the original or fake note{% else %}{{ config.learns_question }}{% endif %}

We ask you to make your choices for each case. {% if incentivized %}For one participant like yourself, one choice in this scenario will be implemented.{% endif %}

{% if treatment != "ambiguous" %}

{% if app_name == "surveillance" %} {% if incentivized %}For the implemented case, with{% else %}With{% endif %} a {{ ms_pct }}% chance, we will {% if treatment == "high" %}not monitor{% else %}monitor{% endif %} John, and with a {{ complement_pct }}% chance, you will determine the outcome. {% elif app_name == "books" %} {% if incentivized %}For the implemented case, with{% else %}With{% endif %} a {{ ms_pct }}% chance, John will get the book with the {% if treatment == "high" %}original{% else %}fake{% endif %} note, and with a {{ complement_pct }}% chance, you will determine the outcome. {% elif app_name == "eggs" %} {% if incentivized %}For the implemented case, with{% else %}With{% endif %} a {{ ms_pct }}% chance, John will get the {% if treatment == "high" %}free-range{% else %}caged{% endif %} eggs, and with a {{ complement_pct }}% chance, you will determine the outcome. {% elif app_name == "catfishing" %} {% if incentivized %}For the implemented case, with{% else %}With{% endif %} a {{ ms_pct }}% chance, John will chat with the {% if treatment == "high" %}real{% else %}AI{% endif %} creator, and with a {{ complement_pct }}% chance, you will determine the outcome. {% elif app_name == "song" %} {% if incentivized %}For the implemented case, with{% else %}With{% endif %} a {{ ms_pct }}% chance, John will get the {% if treatment == "high" %}human-written{% else %}AI-generated{% endif %} poem, and with a {{ complement_pct }}% chance, you will determine the outcome. {% elif app_name == "misuse" %} {% if incentivized %}For the implemented case, with{% else %}With{% endif %} a {{ ms_pct }}% chance, the donation will go to {% if treatment == "high" %}John's{% else %}the lucky worker's{% endif %} charity, and with a {{ complement_pct }}% chance, you will determine the outcome. {% endif %}

ℹ️ {% if app_name == "surveillance" %} John knows that if we don't tell him whether we monitor his location, there is at least a {{ ms_pct }}% chance that we {% if treatment == "high" %}do not monitor{% else %}monitor{% endif %} him. {% elif app_name == "books" %} John knows that if we don't tell him which book he got, there is at least a {{ ms_pct }}% chance that he has the {% if treatment == "high" %}original{% else %}fake{% endif %} note. {% elif app_name == "eggs" %} John knows that if we don't tell him which eggs he got, there is at least a {{ ms_pct }}% chance that he got the {% if treatment == "high" %}free-range{% else %}caged{% endif %} eggs. {% elif app_name == "catfishing" %} John knows that if we don't tell him who he chats with, there is at least a {{ ms_pct }}% chance that he chats with the {% if treatment == "high" %}real{% else %}AI{% endif %} creator. {% elif app_name == "song" %} John knows that if we don't tell him which poem he got, there is at least a {{ ms_pct }}% chance that he got the {% if treatment == "high" %}human-written{% else %}AI-generated{% endif %} poem. {% elif app_name == "misuse" %} John knows that if we don't tell him which charity we donated to, there is at least a {{ ms_pct }}% chance that we donated to {% if treatment == "high" %}John's{% else %}the lucky worker's{% endif %} charity. {% endif %}
{% endif %}