{% block title %} {% endblock %} {% block content %}
  1. {% if compensation_type == 'Fixed_wage' or compensation_type == 'Service_charge' %}

    In each round, after you complete the decode task, you will see your compensation for that round.

    {% elif compensation_type == 'Pre_tip' %}

    In each round, before you complete the decode task, you will be told how much the Customer has chosen to tip you. Then, after you complete the decode task, you will see your compensation for that round.

    {% elif compensation_type == 'Post_tip' %}

    In each round, after you complete the decode task, you will be told how much the Customer has chosen to tip you. You will also see your compensation for that round.

    {% endif %}

    Please note that the Customer will see the number of decodes you correctly complete each round, which represents the quality of your service. They will not see the wage you receive from the restaurant or your total compensation.

  2. End of Round Feedback

    At the end of each round, you will receive feedback showing:

    • your compensation for that round,
    • the individual components that make up your compensation, and
    • your cumulative compensation up to that round.

    Similarly, the Customer will receive feedback showing:

    • their payoff for that round,
    • the individual components that make up their payoff, and
    • their cumulative payoff up to that round.


    Next, you will take a short quiz to test your understanding of your role and the instructions.

Please click ‘Next’ to continue.

{{ next_button }}
{% endblock %}