{% block title %} {# CUSTOMER VIEW: WORKER COMPENSATION #} {% endblock %} {% block content %}

The Worker must exert effort to correctly complete more decodes. The more decodes the Worker correctly completes, the higher the service quality.

Regardless of how many decodes they complete (i.e., their service quality), the Worker earns a fixed wage from the restaurant.


{% if compensation_type == 'Fixed_wage' or compensation_type == 'fixed_wage' %}

The Worker’s fixed wage is higher than the standard wage at similar restaurants.

{% elif compensation_type == 'Service_charge' or compensation_type == 'service_charge' %}

The Worker’s fixed wage is the standard wage paid at similar restaurants. However, the service charge you pay the Worker increases the Worker’s compensation.

{% elif compensation_type == 'Pre_tip' or compensation_type == 'pre_tip' or compensation_type == 'Post_tip' or compensation_type == 'post_tip' %}

The Worker’s fixed wage is the standard wage paid at similar restaurants. However, the tip you pay the Worker increases the Worker’s compensation.

{% endif %}

Please click ‘Next’ to continue.

{{ next_button }}
{% endblock %}