{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Survey {% endblock %} {% block content %}
Using the following scale, pease tick one option per question only:
| Definitely Agree | Slightly Agree | Slightly disagree | Definitely disagree | |
|---|---|---|---|---|
| I often notice small sounds when others do not. | {% for number in AQ_scales %}{% endfor %} | |||
| I usually concentrate more on the whole picture, rather than the small details. | {% for number in AQ_scales %}{% endfor %} | |||
| I find it easy to do more than one thing at once. | {% for number in AQ_scales %}{% endfor %} | |||
| If there is an interruption, I can switch back to what I was doing very quickly. | {% for number in AQ_scales %}{% endfor %} | |||
| I find it easy to ‘read between the lines’ when someone is talking to me. | {% for number in AQ_scales %}{% endfor %} | |||
| I know how to tell if someone listening to me is getting bored. | {% for number in AQ_scales %}{% endfor %} | |||
| When I’m reading a story I find it difficult to work out the characters’ intentions. | {% for number in AQ_scales %}{% endfor %} | |||
| I like to collect information about categories of things (e.g. types of car, types of bird, types of train, types of plant etc). | {% for number in AQ_scales %}{% endfor %} | |||
| I find it easy to work out what someone is thinking or feeling just by looking at their face. | {% for number in AQ_scales %}{% endfor %} | |||
| I find it difficult to work out people’s intentions. | {% for number in AQ_scales %}{% endfor %} |
#} {# Use the following scale to indicate your agreement with each of the questions.#} {#
#} {##} {##} {# 1= Definitely Agree 2 = Slightly Agree 3 = Slightly disagree 4 = Definitely diagree #} {##} {#
#} {# {% for field in form %}#} {# {% formfield field %}#} {# {% endfor %}#} {% next_button %} {% endblock %}