{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Selection Rule
{% endblock %}
{% block content %}
For this set, the following selection rule will be put in place: Random Selection
As a reminder, all employees of the firm have an equal probability of being chosen as the firm manager for the second part of this set.
{% next_button %}
{% endblock %}