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

Section 2. Participant Choices

Please choose a number next to each statement to indicate the extent to which you agree or disagree with each of the following statements.

{% endblock %} {% block content %}

I am someone who...

{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Disagree strongly Disagree a little Neither agree nor disagree Agree a little Agree strongly
{{ field.label }}{{ choice }}
{% next_button %} {% endblock %}