{% extends "global/Page.html" %} {% load otree %} {% block content %}
To what extent do you think the effort you put into the decode task was affected by the amount of fixed wage paid by the Restaurant?
{% for choice in form.EffortSensitivity_Manager %}
{{ forloop.counter }}
{{ choice }}
{% endfor %}
Not at all
Somewhat
Very much
{% with comp=player.session.config.compensation_type %} {% if comp == 'Pre_tip' or comp == 'Post_tip' or comp == 'Service_charge' %}
To what extent do you think the effort you put into the decode task was affected by the amount of {% if comp == 'Service_charge' %} service charge {% else %} tip {% endif %} paid by the Customer?
{% for choice in form.EffortSensitivity_Customer %}
{{ forloop.counter }}
{{ choice }}
{% endfor %}
Not at all
Somewhat
Very much
{% endif %} {% if comp == 'Service_charge' %}
To what extent do you think the service charge paid by the Customer is different from the fixed wage paid by the Restaurant?
{% for choice in form.MentalAccount %}
{{ forloop.counter }}
{{ choice }}
{% endfor %}
Not at all
Somewhat
Very much
{% endif %} {% endwith %}
To what extent do you think the restaurant can observe the quality of your service (i.e., the effort you put into the decode task)?
{% for choice in form.Observability_Manager %}
{{ forloop.counter }}
{{ choice }}
{% endfor %}
Not at all
Somewhat
Very much
To what extent do you think the Customer can observe the quality of your service (i.e., the effort you put into the decode task)?
{% for choice in form.Observability_Customer %}
{{ forloop.counter }}
{{ choice }}
{% endfor %}
Not at all
Somewhat
Very much

Please click ‘Next’ to continue.

{{ next_button }}
{% endblock %}