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

The Customer decides whether to tip you before you provide the service.

{% elif compensation_type == 'Post_tip' %}

The Customer decides whether to tip you after you provide the service.

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