{% extends "global/Page.html" %} {% load otree %} {% block title %} Questionnaire, Page 4 of Page 5 {% endblock %} {% block content %}

How well do the following statements describe your personality?



{{ for field in form }} {{ for choice in field }} {{ endfor }} {{ endfor }}
I see myself as someone who... Disagree strongly Disagree a little Neither agree, nor disagree Agree a little Agree strongly
{{ field.label }}{{ choice }}
{% next_button %} {% endblock %}