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

Please select the statement that correctly compares candidate 1 to candidate 2.

Candidate 1 Candidate 2
Sum Skill Scores 70 80
Team Compatibility 65 65

{% formfield player.control1 %}


Candidate 1 Candidate 2
Sum Skill Scores 100 50
Team Compatibility 50 100

{% formfield player.control2 %}


Candidate 1 Candidate 2
Sum Skill Scores 150 100
Team Compatibility 50 80

{% formfield player.control3 %} {% 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

{% endblock %}