ROUND
{{ current_round }}
/ {{ num_task_rounds }}
{% for i in round_indices %}
{% endfor %}
{% if condition == 'aware' %}
{% else %}
{% endif %}
Task reminder
• Each click reveals one noisy résumé signal; more clicks make the résumé score more reliable.
• You have {{ total_clicks }} clicks this round; unused clicks do not carry over.
• Candidates with 0 clicks are screened out and do not reach interviews.
• In Stage 2, an independent interview committee adds interview scores; the system combines résumé and interview scores, giving more weight to more reliable scores.
• Bonus is based on your top-catching rate: only rounds where the true top candidate is hired count.
• You have {{ total_clicks }} clicks this round; unused clicks do not carry over.
• Candidates with 0 clicks are screened out and do not reach interviews.
• In Stage 2, an independent interview committee adds interview scores; the system combines résumé and interview scores, giving more weight to more reliable scores.
• Bonus is based on your top-catching rate: only rounds where the true top candidate is hired count.
UNDER REVIEW
NOT YET REVIEWED
{% for r in rows %}
{% endfor %}
{{ r.label }}
{% if r.clicks == 0 %}—{% else %}{{ r.score }}{% endif %}
{% if r.clicks > 0 %}
{{ r.clicks }}×
{% endif %}