{% extends "global/Page.html" %} {% load otree static %} {% block title %} Manager Selection {% endblock %} {% block content %}
Your group's manager will now be randomly selected among all group members.
As a reminder, any group member is equally likely to be selected as the manager
Additionally, here were the following payoffs earned by the members of your group in the individual task, as well as the number of times searched by each player, along with their individual quiz score:
| Employee ID | Correct Answers in Stage I | Task Payoff | Times Searched |
|---|---|---|---|
| {{ player.id_in_group }} (You) | {{ player.quizScore }} | {{ player.current_payoff }} | {{ player.numberOfClicks }} |
| {{ p.id_in_group }} | {{ p.quizScore }} | {{ p.current_payoff }} | {{ p.numberOfClicks }} |