{% extends "global/Page.html" %} {% load otree static %} {% block title %} Manager Selection {% endblock %} {% block content %}
Your group's managerF will now be chosen by selecting the group member with the highest payoff from your individual search task.
As a reminder, 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 }} |