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

You will now fill in some questionnaires.

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 the majority of 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 the majority does something other than me rather than when just a few people 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' }}

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

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