{% block title %} Scenario {{ player.round_number }}: Please review your responses {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }} {{ if participant.switch_order }}
Case 1: we WILL tell {{ 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 WILL NOT tell {{ 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 %}
{% if treatment != "ambiguous" %}
ℹ️ {{ recipient_cap }} {{ recipient_knows }} that if we don't tell {{ config.alex_pronoun }} {{ config.learns_question }}, there is at least a {{ ms_pct }}% chance that {% if config.item_singular == "donation" %} the donation goes to {{ ms_item }}. {% elif app_name == "catfishing" %} {{ config.alex_pronoun_subject }} chats with the {{ ms_item }}. {% elif app_name == "surveillance" %} we {% if treatment == "high" %}do not monitor{% else %}monitor{% endif %} {{ config.alex_pronoun }}. {% else %} {{ config.alex_pronoun_subject }} {{ pronoun_has }} the {{ ms_item }}. {% endif %}
{% endif %}
{{ else }}
Case 1: we WILL NOT tell {{ 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 %}
{% if treatment != "ambiguous" %}
ℹ️ {{ recipient_cap }} {{ recipient_knows }} that if we don't tell {{ config.alex_pronoun }} {{ config.learns_question }}, there is at least a {{ ms_pct }}% chance that {% if config.item_singular == "donation" %} the donation goes to {{ ms_item }}. {% elif app_name == "catfishing" %} {{ config.alex_pronoun_subject }} chats with the {{ ms_item }}. {% elif app_name == "surveillance" %} we {% if treatment == "high" %}do not monitor{% else %}monitor{% endif %} {{ config.alex_pronoun }}. {% else %} {{ config.alex_pronoun_subject }} {{ pronoun_has }} the {{ ms_item }}. {% endif %}
{% endif %}
Case 2: we WILL tell {{ 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 %}
{{ endif }} {{ formfield 'confirm' }}

Please click "Next" to proceed to the next page.

{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}