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

For each of the traits below, if you wanted to change how much of that trait you possess (as you indicated in the previous question), are you confident that you could change it?

{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Yes, I am confident No, I think it would be hard to change it I don't want to change
{{ field.label }}{{ choice }}
{% next_button %}
{% endblock %}