{% 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 a job interview, you presented your knowledge, experience, and qualifications truthfully. You provide your previous employer as a reference who could confirm your information. {{ field.label }}

How high is your work motivation?

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