{% block title %} {# Add title here if needed #} {% endblock %} {% block content %}
  1. As the Customer, you now need to decide how much to tip the Worker in Round {{ subsession.round_number }}.

    You need to decide how much to tip the Worker before they provide the service. The amount of tip can range from zero up to 80 tokens. The Worker will see the tip amount you pay before they provide the service (i.e., start working on the decode task).


  2. {# oTree renders the label and input here; the CSS above ensures the label is 16pt #}

    How much do you want to tip the Worker for their service in Round {{ subsession.round_number }}?

    {{ formfield 'tip' label="" }} Tokens
    Enter a whole number between 0 and 80 tokens.

Please click ‘Next’ to continue.

{{ next_button }}
{% endblock %}