{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}

Here are a number of personality traits that may or may not apply to you. Please select the option that indicates 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.

I see myself as:

{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Strongly disagree Disagree Somewhat disagree Neither agree nor disagree Somewhat agree Agree Strongly agree
{{ field.label }}
{{ choice }}
{% next_button %} {% endblock %}