{% block title %} Scenario {{ player.round_number }}: Well done! {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }}

On the next pages, we will ask you 18 questions to determine {% if app_name == "misuse" %} which charity receives the $100 donation. {% elif app_name == "surveillance" %} whether we monitor John's location. {% elif app_name == "catfishing" %} who {{ config.recipient }} chats with. {% else %} which {{ config.item_singular }} {{ config.recipient }} gets. {% endif %}

For example, one of them will be: {% if app_name == "misuse" %} which charity do you prefer to receive the $100 donation? John's charity or the lucky worker's charity? {% elif app_name == "surveillance" %} do you prefer that we monitor John's location or not? {% elif app_name == "catfishing" %} Who do you prefer {{ config.recipient }} to chat with? The real creator or the {{ config.fake_label }}? {% else %} which {{ config.item_singular }} do you prefer {{ config.recipient }} to receive? {% if app_name == "books" %}The one with the original note or the one with the fake note?{% elif app_name == "song" %}The human-written poem or the {{ config.fake_label }}?{% elif app_name == "eggs" %}The free-range eggs or the caged eggs?{% else %}The {{ config.original_label }} or the {{ config.fake_label }}?{% endif %} {% endif %} There are other questions where we add a bonus for {{ config.recipient }} to one of the options.

You can click on this button to see all questions:

To save time, we will first ask whether you prefer {% if app_name == "books" %}{{ config.recipient }} to receive the book with the original note or the one with the fake note.{% elif app_name == "misuse" %}{{ config.original_label }} or the {{ config.fake_label }} to receive the donation.{% elif app_name == "song" %}{{ config.recipient }} to receive the human-written poem or the {{ config.fake_label }}.{% elif app_name == "eggs" %}{{ config.recipient }} to receive the free-range eggs or the caged eggs.{% elif app_name == "catfishing" %}{{ config.recipient }} to chat with the real creator or the {{ config.fake_label }}.{% elif app_name == "surveillance" %}us to monitor or not monitor {{ config.recipient }}'s location.{% else %}{{ config.recipient }} to receive the {{ config.original_label }} or the {{ config.fake_label }}.{% endif %} Then we will ask some of the questions that include a bonus for {{ config.recipient }}. We will then 'fill out' your answers to all of the questions. You will have a chance to review and change your answers to the questions before moving to the next profile.

{% if incentivized %}
We will randomly pick one of the decisions made for this scenario to be implemented. This means that any question can be the one that determines what John gets, so please answer them carefully.
{% endif %}

When you are ready, click "Next."

{% endblock %}