{% block title %}Questionnaire{% endblock %} {{ block styles }} {{ endblock }} {% block content %}

You will now fill in another short questionnaire.

Please indicate how much you agree or disagree with each of the following statements.

I go out of my way to follow social norms.

1 — Completely disagree
2
3
4
5
6
7 — Completely agree
{{ formfield_errors 'snes_q1' }}

We should not always have to follow a set of social rules.

1 — Completely disagree
2
3
4
5
6
7 — Completely agree
{{ formfield_errors 'snes_q2' }}

People should always be able to behave as they wish rather than trying to fit the norm.

1 — Completely disagree
2
3
4
5
6
7 — Completely agree
{{ formfield_errors 'snes_q3' }}

There is a correct way to behave in every situation.

1 — Completely disagree
2
3
4
5
6
7 — Completely agree
{{ formfield_errors 'snes_q4' }}

If more people followed society's rules, the world would be a better place.

1 — Completely disagree
2
3
4
5
6
7 — Completely agree
{{ formfield_errors 'snes_q5' }}

People need to follow life's unwritten rules every bit as strictly as they follow the written rules.

1 — Completely disagree
2
3
4
5
6
7 — Completely agree
{{ formfield_errors 'snes_q6' }}

There are lots of vital customs that people should follow as members of society.

1 — Completely disagree
2
3
4
5
6
7 — Completely agree
{{ formfield_errors 'snes_q7' }}

The standards that society expects us to meet are far too restrictive.

1 — Completely disagree
2
3
4
5
6
7 — Completely agree
{{ formfield_errors 'snes_q8' }}

People who do what society expects of them lead happier lives.

1 — Completely disagree
2
3
4
5
6
7 — Completely agree
{{ formfield_errors 'snes_q9' }}

Our society is built on unwritten rules that members need to follow.

1 — Completely disagree
2
3
4
5
6
7 — Completely agree
{{ formfield_errors 'snes_q10' }}

I am at ease only when everyone around me is adhering to society's norms.

1 — Completely disagree
2
3
4
5
6
7 — Completely agree
{{ formfield_errors 'snes_q11' }}

We would be happier if we did not try to follow society's norms.

1 — Completely disagree
2
3
4
5
6
7 — Completely agree
{{ formfield_errors 'snes_q12' }}

My idea of a perfect world would be one with few social expectations.

1 — Completely disagree
2
3
4
5
6
7 — Completely agree
{{ formfield_errors 'snes_q13' }}

I always do my best to follow society's rules.

1 — Completely disagree
2
3
4
5
6
7 — Completely agree
{{ formfield_errors 'snes_q14' }}

To show that you are paying attention, please select number 6.

1 — Completely disagree
2
3
4
5
6
7 — Completely agree
{{ formfield_errors 'attention_check_snes' }}
{% endblock %}