{% extends "global/BaseLikert.html" %} {% load staticfiles otree_tags %} {% block title %} {% endblock %} {% block content %}
On this page, there is a list with different personality traits. Probably, some personality traits will fully apply to you, while others do not apply to you at all. Other traits may apply to you to some extent.

Please rate each trait, as it applies to you, on the following scale:

1 = does not apply to you at all.
7 = does fully apply to you.

Values between 1 and 7 are possible if you do not fully agree or disagree.

{% with "Does not
apply at all" as left %} {% with "Fully
applies" as right %} {% for field in form %} {% endfor %}
I am a person who {{ left }}
1
2
3
4
5
6
7
{{ right }}
{{ field.label }} {{ field }}
{% endwith %} {% endwith %}

{% next_button %} {% endblock %}