{% extends "global/Page.html" %} {% load otree %} {% block title %}To get to know you a bit better{% endblock %} {% block content %}

What kind of person are you?

The following questions were adapted from the recognized Big Five Inventory (BFI) personality test developed by John and Srivastava (1999). Please indicate the extent to which you agree or disagree with the following statements.

I see myself as someone who ...

{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
{{ field.label }}{{ choice }}
{% next_button %} {% endblock %}