{% extends "global/Page.html" %} {% load otree %} {% block title %} {% endblock %} {% block content %}

Please select the most appropriate answer to the following questions. You will not be able to continue until you have answered each question correctly.


{% for field in form %} {% if field.name != 'consent' and field.name != 'role' %}

The number of correctly completed decodes represents the effort you put into providing the service and the quality of your service.

{{ formfield field.name label="" }} {{ formfield_errors field.name }}
{% endif %} {% endfor %}
{{ next_button }}
{% endblock %}