{% 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' %}

In each round, the Customer will be informed of the number of decodes you completed.

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