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

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

As long as I have a few people who also do what I do, I do not care about others who do not do the same as I do.

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

The thought of a few people doing the opposite of what I do often makes me more hesitant about my actions.

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

If a few people do not contribute to public services, like taxes, then I also do not want to contribute.

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

In unfamiliar situations, I usually just follow the crowd until I know what to do.

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

I feel comfortable with my decision as long as most people around me make the same choice.

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

I am more concerned about being in line with the majority than about what any single individual thinks of me.

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

I tend to base my decisions on what most people do, rather than on the behaviour of specific individuals.

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

I feel reassured in my choices when I know that most people around me would make the same decision.

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

I only start to question my behaviour when I notice that the majority of people around me would act differently.

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

Even if the majority does what I do, knowing that a few people do the opposite makes me uncomfortable.

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

I am more likely to change my behaviour when most people around me act differently than when just a few do.

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

I am comfortable going against the majority as long as at least a few others share my position.

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

Please rate the extent to which each item is characteristic of you or what you believe.

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' }}

A contrarian is a person who habitually takes a view opposite to that held by the majority. Would you consider yourself a contrarian?

{{ formfield 'contrarian' label='' }}

How well did you understand the instructions for this study?

1 — Not at all
2
3
4
5
6
7 — Very well
{{ formfield_errors 'q_understood' }}

Please describe in your own words how you made your decisions during the study.

There are no right or wrong answers — we are interested in your genuine approach.

{{ formfield 'q_strategy' label='' }}

Do you have any other comments about the study?

For example, if anything was unclear, technical issues, or other feedback.

{{ formfield 'q_comments' label='' }}
{{ next_button }}
{% endblock %}