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

2. 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

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.

1. How do you view the role of the AI system in your decision making

{% for i in range(1,8) %}{% endfor %} {% for i in range(1,8) %}{% endfor %}
Primarily a decision aid {{ i }} Primarily a partner involved in my decision making

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 AI system

3. 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

4. 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

5. 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



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