{{ extends "global/Page.html" }} {{ block title }}Review{{ endblock }} {{ block content }}

Key Concepts

{% if is_condition_1 %}

Your Decision Process: In each round, you will see all 10 candidates and go through three gates:

{% else %}

Your Decision Process: In each round, you will see all 3 finalists with scores across all gates (Resume, Zoom, and In-person) displayed. You will directly select one candidate to hire based on all available information.

{% endif %}

Parameter Summary:

Bonus Payment: Your final bonus will be calculated based on ONE randomly selected main round. For that round, your bonus will be: $4.00 + 0.05 × (true quality of hired candidate), capped at $10.00.


Comprehension Check

{% if is_condition_1 %}

{{ form.Q_advance_candidate.label }}

{{ form.Q_advance_candidate }}

{{ form.Q_bonus_calculation.label }}

{{ form.Q_bonus_calculation }}
{% endif %} {% if is_condition_2 %}

{{ form.Q_decision_process.label }}

{{ form.Q_decision_process }}

{{ form.Q_bonus_calculation.label }}

{{ form.Q_bonus_calculation }}
{% endif %} {{ next_button }} {{ endblock }}