{% extends "global/Page.html" %} {% load otree static %} {% block title %} Manager Selection {% endblock %} {% block content %}
Selection of the Manager: We will now select which participant will be the manager for each firm.
The manager will be selected based on a vote by the employees in the firm. Additionally, you may find below a summary about the other members of your firm, which include the number of correct answers in Stage I and their average amount of time on Activity A in the first part of Stage II for this set (the previous four rounds).

As a reminder, you are Employee {{ player.id_in_group }}

{% for p in players %} {% endfor %}
Employee ID Correct Answers in Stage I Average Time Spent on Activity A
{{ p.id_in_group }} {{ p.quizScore }} {{ p.averageEffort }}

{% formfield player.vote_choice label="Please select which employee you would like to vote for:" %}
Using the buttons under the table, please elect which participant you wish to play the role of manager for your firm. The participant who receives the most votes will be selected as the manager. Ties will be broken randomly.


{% next_button %} {% endblock %}