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

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

2. To what extent do you feel responsible for the budget reporting decision?

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

Demographic questions:

{{ formfield 'age' }}
{{ formfield 'gender' }}
{{ formfield 'english' }}
{{ formfield 'workexperience' }}

5. How often do you use AI on a daily basis?

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