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

Your supervisor had the opportunity to choose a guideline for their bonus decision. Your supervisor has chosen the following guideline for their evaluations:

{% if participant.vars.selected_effort == 1 %}

Supervisors will use the bonus decision to reward employees only based on how many winning balls they buy.

{% endif %} {% if participant.vars.selected_profit == 1 %}

Supervisors will use the bonus decision to reward employees only based on the profit level they generate.

{% endif %}

This guideline will apear in the performence reports that both you and the supervisor will see every period. Please see an example of the performence report below:

{% if participant.vars.selected_effort == 1 %} {% endif %} {% if participant.vars.selected_profit == 1 %} {% endif %}
{% next_button %} {% endblock %}