{% block title %} Scenario {{ player.round_number }}: Would you want the same if you were John? {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }}
{% if app_name == "song" %}

Suppose that, like John, you value human-written poetry.

{% elif app_name == "books" %}

Suppose that, like John, you are a fan of the author.

{% elif app_name == "surveillance" %}

Suppose that, like John, you value privacy.

{% elif app_name == "catfishing" %}

Suppose that, like John, you enjoy chatting with real creators online.

{% elif app_name == "eggs" %}

Suppose that, like John, you care about food sourcing.

{% endif %}

Please tell us how much you agree with the following statement:

"My choice reflects what I would like if I were {{ config.recipient }}."
{{ formfield_errors 'ideals_projection' }} {% for val, label in ideals_choices %}
{% endfor %}
{% endblock %}