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 == 'Service_charge' %}
The customer cannot decide how much to pay you for providing the service.
{% elif compensation_type == 'Pre_tip' or compensation_type == 'Post_tip' %}
The customer decides how much to tip you for providing the service.