{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Questionnaire {% endblock %} {% block content %}
Please imagine how you would react if you found yourself in the described situation and answer conscientiously the corresponding question. 
{% for field in form %}
During your studies, you start working in a small family-owned company. The head of the company explains to you that for cost reasons it is not allowed to use the photocopier or the printer for private purposes. You clearly plan to adhere to this directive. {{ field.label }}

How high is your work motivation?

{{ field }}
{% endfor %}
{% next_button %} {% endblock %}