{{ 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:  {{ formfield 'peq6' }}

2. To what extent do you view the AI system as assisting your decision versus partnering with you to make the decision?

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Assisting my decision {{ i }} Partnering with me to make the decision

3. I feel that I am the "owner" of the information used for the budget decision.

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

4. I think the AI system is responsible for the budget decision.

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

5. To what extent do you think 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

6. I feel that I am the "owner" of the budget decision.

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

7. When making the decision, I felt the AI system's presence.

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

8. When making the decision, to what extent did you consider what 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

9. To what extent do you think there is social consensus about what is the appropriate way to make the budget decision in this situation?

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

10. How competent do you believe 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

11. I think the information provided by the AI system is reliable.

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

12. In this study, do you feel the AI system acted like a human?

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


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 }}