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

Please indicate how well the following statements describe you.


{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Very untrue Somewhat untrue Neutral Somewhat true Very True
{{ field.label }}{{ choice }}
{% next_button %} {% endblock %} {% block scripts %} {% endblock %}