{{ block title }} Another question {{ endblock }} {{ block content }}

It is important to us that you are paying attention to the questions. For this purpose, we use a so-called attention check. To what extend do you agree with the following statement?

{% for field in form %} {% if field.name not in hidden_fields %} {{ formfield field.name }} {% endif %} {% endfor %}
{% for field in form %} {% if field.name in hidden_fields %} {{ formfield field.name }} {% endif %} {% endfor %}


Exit Survey (Return task) Instructions


{{ endblock }}