{{ 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.
| Strongly Disagree | {% for i in range(1,8) %}{{ i }} | {% endfor %}Strongly Agree |
|---|---|---|
| {% for i in range(1,8) %} | {% endfor %} |
2. When making the decision, I felt the AI system's presence.
| Strongly Disagree | {% for i in range(1,8) %}{{ i }} | {% endfor %}Strongly Agree |
|---|---|---|
| {% for i in range(1,8) %} | {% endfor %} |
3. I was focused on making an accurate estimate.
| Strongly Disagree | {% for i in range(1,8) %}{{ i }} | {% endfor %}Strongly Agree |
|---|---|---|
| {% for i in range(1,8) %} | {% endfor %} |
4. I was concerned about making money for myself.
| Strongly Disagree | {% for i in range(1,8) %}{{ i }} | {% endfor %}Strongly Agree |
|---|---|---|
| {% for i in range(1,8) %} | {% endfor %} |
1. To what extent do you view the AI system as assisting your decision versus partnering with you to make the decision?
| Assisting my decision | {% for i in range(1,8) %}{{ i }} | {% endfor %}Partnering with me to make the decision |
|---|---|---|
| {% for i in range(1,8) %} | {% endfor %} |
2. Who do you think is responsible for the budget reporting decision?
| Me | {% for i in range(1,8) %}{{ i }} | {% endfor %}The AI system |
|---|---|---|
| {% for i in range(1,8) %} | {% endfor %} |
3. To what extent do you think the AI system is a separate entity in the budgeting process?
| Not at all | {% for i in range(1,8) %}{{ i }} | {% endfor %}Very much |
|---|---|---|
| {% for i in range(1,8) %} | {% endfor %} |
4. When making the decision, to what extent did you consider what the AI system would expect you to do?
| Not at all | {% for i in range(1,8) %}{{ i }} | {% endfor %}Very much |
|---|---|---|
| {% for i in range(1,8) %} | {% endfor %} |
5. How competent do you believe the AI system is at assisting with budget estimates?
| Not at all | {% for i in range(1,8) %}{{ i }} | {% endfor %}Very Competent |
|---|---|---|
| {% for i in range(1,8) %} | {% endfor %} |
Demographic questions:
5. In general, how often do you use AI?
| Not at all | {% for i in range(1,8) %}{{ i }} | {% endfor %}Very Much |
|---|---|---|
| {% for i in range(1,8) %} | {% endfor %} |
6. In general, how much do you trust AI in information collection and analysis?
| Not at all | {% for i in range(1,8) %}{{ i }} | {% endfor %}Very Much |
|---|---|---|
| {% for i in range(1,8) %} | {% endfor %} |