{{ block title }} Political, Social Views and Personality {{ endblock }} {{ block content }} {# ============================================================ SCALE 1 — Individualism / Communitarianism ============================================================ #}

Part 1 — Political & Social Views

Below are a number of statements about society and government. For each statement, please indicate how much you agree or disagree. There are no right or wrong answers.

{# Desktop matrix #}
{% for item in ic_items %} {% for choice_value, choice_label in likert_choices %} {% endfor %} {% endfor %}
Strongly
disagree
Disagree Do not agree
nor disagree
Agree Strongly
agree
{{ item.label }}
{# Mobile accordion #}
{% for item in ic_items %}
{% endfor %}
{# ============================================================ SCALE 2 — Big Five (TIPI) ============================================================ #}

Part 2 — Personality

Below are a number of personality traits that may or may not apply to you. Please indicate the extent to which you agree or disagree with each statement. You should rate the extent to which the pair of traits applies to you, even if one characteristic applies more strongly than the other.

{# Desktop matrix #}
{% for item in big5_items %} {% for choice_value, choice_label in likert_choices %} {% endfor %} {% endfor %}
Strongly
disagree
Disagree Do not agree
nor disagree
Agree Strongly
agree
{{ item.label }}
{# Mobile accordion #}
{% for item in big5_items %}
{% endfor %}
{# ============================================================ JavaScript ============================================================ #} {{ next_button }} {{ endblock }}