{% 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 %}
You do various administrative tasks for a small company. Recently, an Internet access has been provided on all PCs, but this access may be used only for business purposes. {{ field.label }}

How high is your work motivation?

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