{% 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' %}
{% if compensation_type == 'Fixed_wage' or compensation_type == 'fixed_wage' %}

You do not pay the Worker additional compensation for them providing the service.

{% else %}

You pay the Worker additional compensation for them providing the service.

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