{% extends "global/Page.html" %} {% load otree %} {% block title %}Questionnaire{% endblock %} {% block content %}
On the following page, you will find a series of statements about you. Please read each statement and decide how much you agree or disagree with that statement. Then indicate your response using the following scale:
| strongly agree | |
| agree | |
| neutral (neither agree nor disagree) | |
| disagree | |
| strongly disagree |
Please answer every statement, even if you're not completely sure of your response.
{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}