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' %}
You decide whether to tip the Worker before the Worker provides the service.
{% elif compensation_type == 'Post_tip' %}
You decide whether to tip the Worker after the Worker provides the service.