{% extends "global/Page.html" %} {% load otree static %} {% block title %} Set Threshold for Agents {% endblock %} {% block content %}
As the Principal in this experiment, you have the important task of setting a control threshold for your group. This threshold, expressed as a percentage (0-100), will determine the proportion of tasks that will be assessed for work performance.
Please note that a lower threshold (closer to 0) may grant more autonomy to the agents, whereas a higher threshold (closer to 100) might lead to stricter oversight.
Enter a number between 0 and 100 to set the threshold percentage:
{{ formfield player.threshold }}After setting the threshold, click the 'Next' button to proceed.
{{ next_button }} {% endblock %}