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

    In each round, after the Worker completes the decode task, you will see the quality of their service (i.e., the number of correct decodes they completed). You will also see your payoff for that round.

    {% elif compensation_type == 'Pre_tip' %}

    In each round, before the Worker completes the decode task, you will decide how much to tip the Worker. Then, you will see the quality of their service (i.e., the number of correct decodes they completed). You will also see your payoff for that round.

    {% elif compensation_type == 'Post_tip' %}

    In each round, after the Worker completes the decode task, you will see the quality of their service (i.e., the number of correct decodes they completed). Then, you will decide how much to tip the Worker. You will also see your payoff for that round.

    {% endif %}

    Please note that the Worker will not see your level of satisfaction with their service or your payoff for each round.

    {% if compensation_type == 'Service_charge' %}

    However, the Worker will be informed of the amount of service charge you pay them.

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

    However, the Worker will be informed of the amount of tip you pay them.

  2. {% endif %}
  3. End of Round Feedback

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

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

    Similarly, the Worker will receive feedback showing:

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


    Next, you will take a short quiz to test your comprehension of the instructions.

Please click ‘Next’ to continue.

{{ next_button }}
{% endblock %}