{% 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 have a new job. Your boss explains your tasks to you as well as the amount of work expected of you. {{ field.label }}

How high is your work motivation at your new workplace?

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