{% extends "global/Page.html" %} {% load otree %} {% block content %}
To what extent do you think your total compensation was affected by the quality of your service (i.e., the effort you put into the decode task)?
{% for choice in form.Controllability1 %}
{{ forloop.counter }}
{{ choice }}
{% endfor %}
Not at all
Somewhat
Very much
To what extent do you think you could influence your total compensation?
{% for choice in form.Controllability2 %}
{{ 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" %}
To what extent do you perceive that the tip you received from the Customer was affected by the quality of your service (i.e., the effort you put into the decode task)?
{% for choice in form.TipReason_Effort_Worker %}
{{ forloop.counter }}
{{ choice }}
{% endfor %}
Not at all
Somewhat
Very much
To what extent do you perceive that the tip you received from the Customer was affected by the social pressure to tip?
{% for choice in form.TipReason_SocialImage_Worker %}
{{ forloop.counter }}
{{ choice }}
{% endfor %}
Not at all
Somewhat
Very much
To what extent do you perceive that the tip you received from the Customer was affected by how they expect other Customers normally tip Workers?
{% for choice in form.TipReason_SocialNorm_Worker %}
{{ forloop.counter }}
{{ choice }}
{% endfor %}
Not at all
Somewhat
Very much
{% endif %} {% endwith %}

Please click ‘Next’ to continue.

{{ next_button }}
{% endblock %}