{% 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: Voting
As a reminder, the employee who will serve as manager for the firm will be chosen by majority vote with ties broken randomly. Information on the time allocated to task
A during this set as well as the quiz score from Part I will be provided when voting takes place.
{% next_button %}
{% endblock %}