{% extends "global/Page.html" %} {% load otree %} {% block title %} Survey {% endblock %} {% block content %}

Think about when you were deciding how many bonus points to award to the employee. Please indicate how much you agree with each of the following statements:

{% if participant.vars.treatment_noG != 1 %} {{ formfield player.s_importance_guideline}} {% endif %} {{ formfield player.s_importance_balls}} {{ formfield player.s_importance_fair}} {{ formfield player.s_importance_e_fair}}
{{ form.s_bi_effort }}
{{ form.s_bi_outcome }}
{{ form.s_bi_other }}
{% formfield player.s_bi_text %}

{% next_button %} {% endblock %} {% block scripts %} {% endblock %}