{{ 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 think the information I receive is reliable.
| Strongly Disagree | {% for i in range(1,8) %}{{ i }} | {% endfor %}Strongly Agree |
|---|---|---|
| {% for i in range(1,8) %} | {% endfor %} |
2. To what extent do you feel responsible for the budget reporting decision?
| Not at all | {% for i in range(1,8) %}{{ i }} | {% endfor %}Very Much |
|---|---|---|
| {% for i in range(1,8) %} | {% endfor %} |
Demographic questions:
5. How often do you use AI on a daily basis?
| Not at all | {% for i in range(1,8) %}{{ i }} | {% endfor %}Very Much |
|---|---|---|
| {% for i in range(1,8) %} | {% endfor %} |