{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block scripts %} {% endblock %} {% block content %}

The HR department not only rated the candidates' position-fit and team-fit but also pre-allocated three candidates to each position. This way, you only have to choose between three candidates for each position. Please take a look at all the candidates presented to you before making your final decision.

Position 1:
Skill Person 1 Person 2 Person 3
Analytics 95 65 70
IT 70 10 30
Languages 75 90 65
Negotiation 60 15 75
Team Compatibility 35 45 25

{% formfield player.choice1 %}


Position 2:
Skill Person 4 Person 5 Person 6
Analytics 100 85 10
IT 55 50 80
Languages 20 10 30
Negotiation 45 55 40
Team Compatibility 45 35 75

{% formfield player.choice2 %}


Position 3:
Skill Person 7 Person 8 Person 9
Analytics 20 45 40
IT 90 55 70
Languages 40 50 85
Negotiation 50 40 55
Team Compatibility 40 60 20

{% formfield player.choice3 %}
{% formfield player.complex_buildPortfolio%}
{% next_button %}

Assume the following situation for the next two tasks:

Your department is allowed to create three new positions. All three positions have the same requirements.
The HR department already sorted all applications and presents you with the final nine candidates. Because all positions have the same requirements, each candidate could be hired for each position.

To help with your decision, the HR department rated the candidates on the four most important skills and their team compatibility factor (TC) based on CVs, cover letters and interviews. The skill items are ranked on a scale from 0% to 100% (0% - low ability, 100% - high ability). This gives the position-fit (PF) of a candidate.

The team compatibility (TC) is also rated on a scale of 0% to 100% and represents how well a candidate works in a team. This gives the team-fit (TF) of a candidate.

The overall-fit (OF) of a candidate is the team-fit multiplied with the position-fit.

OF = PF * TF

{{ form.current_C1.errors }} {{ form.all_C1.errors }} {{ form.all_C2.errors }} {{ form.all_C3.errors }} {% endblock %}