Round {{ current_main_round }} of {{ total_main_rounds }}
{{ endif }}
{{ block content }}{{ endblock }}
{{ if show_instruction_recap }}
Instruction Recap
Hiring Task and Funnel
Imagine you are a member of the hiring committee at a mid-sized company hiring a Junior Analyst. Your goal is to hire the candidate with the highest true quality in each round.
True quality follows a normal distribution with mean {{ mu }} and standard deviation {{ sigma }}.
{{ if is_condition_1 }}
You will evaluate {{ num_candidates }} candidates through a 3-gate funnel: {{ num_candidates }} -> {{ gate1_select }} -> {{ gate2_select }} -> {{ final_select }}.
Gate 1: select {{ gate1_select }} candidates based on Resume scores.
Gate 2: select {{ gate2_select }} candidates based on Resume and Zoom scores.
Gate 3: select {{ final_select }} final hire based on Resume, Zoom, and In-person scores.
{{ else }}
You will see {{ gate2_select }} finalists selected by another participant and choose {{ final_select }} candidate to hire.
{{ endif }}
Score Interpretation and Noise
Resume, Zoom, and In-person scores are noisy signals of a candidate's true quality.
Higher scores are better, but no score is perfectly accurate.
Resume score noise standard deviation: {{ sigma_resume }}
Zoom score noise standard deviation: {{ sigma_zoom }}
In-person score noise standard deviation: {{ sigma_inperson }}
The noise at each stage is independent. This means that a candidate may perform better than their true quality in one stage, and worse than their true quality in another stage—each stage’s error is drawn fresh.
Click-to-Reveal
{{ if is_standard }}
Each score cell is hidden initially.
Click an individual score cell to reveal that candidate's score for that stage.
Revealing one score cell does not reveal other candidates' scores.
When moving to the next stage, score cells start hidden again.
You may re-reveal any score cells you want in the new stage.
You do NOT need to click open every score before making a selection.
Hidden cells say click to reveal.
{{ else }}
{{ if is_blind }}
Each score cell is hidden initially.
Click an individual score cell to reveal that candidate's score for that stage.
Revealing one score cell does not reveal other candidates' scores.
You are making the final hiring decision from the finalist set shown on the page. There is no additional screening stage after this page.
You do NOT need to click open every score before making a selection.
Hidden cells say click to reveal.
{{ endif }}
{{ endif }}
Bonus Payment
Your final bonus is based on one randomly selected main round. The bonus depends on the true quality of the candidate hired in that selected round, so your goal in every round is to maximize the true quality of the final hire.