{{ 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:  {{ if player.participant.roleframe == 'tool' }} {{ formfield 'manipulationcheck_aid' }} {{ else }} {{ formfield 'manipulationcheck_partner' }} {{ endif }}

1. To what extent do you view the internal consultant 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

2. 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
{{ if player.participant.roleframe == 'tool' }}

3. 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 internal consultant)
{{ else }}

3. 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 internal consultant)
{{endif}}

4. To what extent do you think the internal consultant 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

5. I feel that the budget decision is my decision.

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

6. When making the decision, I felt the internal consultant's presence.

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

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

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

9. How competent do you believe the internal consultant 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

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

11. The consultant's input felt like my own thinking process.

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



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