{{ block styles }} {{ endblock }} {{ block scripts }} {{ endblock }} {{ block title }} Survey {{ endblock }} {{ block content }}

1. Please rate your degree of trust in your own prediction.

{{ formfield 'own_trust' label="" }}
Not trust at all
Very much trust
{% if not is_single %}

2. Please rate your degree of trust in your partner's prediction.

{{ formfield 'partner_trust' label="" }}
Not trust at all
Very much trust
{% endif %} {% if participant.treatment != 'CG' %}
{% if is_single %} {% if survey_third_party_is_ai %}

2. Please rate your degree of trust in AI's prediction.

{% else %}

2. Please rate your degree of trust in the third party's prediction.

{% endif %} {% else %} {% if survey_third_party_is_ai %}

3. Please rate your degree of trust in AI's prediction.

{% else %}

3. Please rate your degree of trust in the third party's prediction.

{% endif %} {% endif %} {{ formfield 'ai_trust' label="" }}
Not trust at all
Very much trust
{% endif %} {% if not is_single %}
{% if participant.treatment == 'CG' %}

3. Please rate the degree of cooperation with your partner during the task.

{% else %}

4. Please rate the degree of cooperation with your partner during the task.

{% endif %} {{ formfield 'cooperation' label="" }}
Not cooperative at all
Very much cooperative
{% endif %} {% if participant.treatment != 'CG' %}
{% if survey_third_party_is_ai %} {% if is_single %}

3. How did the presence of AI prediction impact your estimation?

{% else %}

5. How did the presence of AI prediction impact the collaboration?

{% endif %} {% else %} {% if is_single %}

3. How did the presence of the third party's prediction impact your estimation?

{% else %}

5. How did the presence of the third party's prediction impact the collaboration?

{% endif %} {% endif %} {{ formfield 'ai_impact' label="" }}
Make it very difficult
Make it very easy
{% endif %} {% if not is_single %}
{% if participant.treatment == 'CG' %}

4. How do you and your partner conform to a final prediction?

{% else %}

6. How do you and your partner conform to a final prediction?

{% endif %} {{ formfield 'final_prediction' label="" }}
{% endif %}

Did you experience any bugs or problems during the study? If so, please describe briefly. (Optional)

{{ formfield 'bug_report' label="" }}
{{ next_button }}
{{ endblock }}