{{ extends 'global/Page.html' }} {{ block title }}Post-experiment Questionnaire{{ endblock }} {{ block content }} For each statement please indicate your level of agreement from 1 to 7.  As shown below where 4 represents neutral or indifference: 

1. I feel that the budget decision is my own work.

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Strongly Disagree{{ i }}Strongly Agree
{{ if player.participant.roleframe == 'tool' }}

2. When making the decision, I felt the decision aid (the AI system)'s presence.

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Strongly Disagree{{ i }}Strongly Agree
{{ else }}

2. When making the decision, I felt the decision partner (the AI system)'s presence.

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Strongly Disagree{{ i }}Strongly Agree
{{endif}}

3. I was focused on making an accurate estimate.

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Strongly Disagree{{ i }}Strongly Agree

4. I was concerned about making money for myself.

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Strongly Disagree{{ i }}Strongly Agree
Please refer to the study you completed and the budget decision and answer the following questions. {{ if player.participant.roleframe == 'tool' }} {{ formfield 'manipulationcheck_aid' }} {{ else }} {{ formfield 'manipulationcheck_partner' }} {{ endif }} {{ if player.participant.roleframe == 'tool' }}

2. Who do you think is responsible for the budget reporting decision?

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Me{{ i }}The Decision Aid (The AI system)
{{ else }}

2. Who do you think is responsible for the budget reporting decision?

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Me{{ i }}The Decision Partner (The AI system)
{{endif}} {{ if player.participant.roleframe == 'tool' }}

3. To what extent do you think the decision aid (the AI system) is a separate entity in the budgeting process?

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Not at all{{ i }}Very much
{{ else }}

3. To what extent do you think the decision partner (the AI system) is a separate entity in the budgeting process?

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Not at all{{ i }}Very much
{{endif}} {{ if player.participant.roleframe == 'tool' }}

4. When making the decision, to what extent did you consider what the decision aid (the AI system) would expect you to do?

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Not at all{{ i }}Very much
{{ else }}

4. When making the decision, to what extent did you consider what the decision partner (the AI system) would expect you to do?

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Not at all{{ i }}Very much
{{endif}} {{ if player.participant.roleframe == 'tool' }}

5. How competent do you believe the decision aid (the AI system) is at assisting with budget estimates?

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Not at all{{ i }}Very Competent
{{ else }}

5. How competent do you believe the decision partner (the AI system) is at assisting with budget estimates?

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Not at all{{ i }}Very Competent
{{endif}}


Demographic questions:

{{ formfield 'age' }}
{{ formfield 'gender' }}
{{ formfield 'english' }}
{{ formfield 'workexperience' }}

5. In general, how often do you use AI?

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Not at all{{ i }}Very Much

6. In general, how much do you trust AI in information collection and analysis?

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Not at all{{ i }}Very Much
{{ next_button }} {{ endblock }}