{% extends "global/Page.html" %} {% load otree static %} {% block title %} Personality Survey {% endblock %} {% block content %}
Please indicate how well the following statements describe you.
| Very untrue | Somewhat untrue | Neutral | Somewhat true | Very True | |
| {{ field.label }} | {% for choice in field %}{{ choice }} | {% endfor %}