{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block content %}
ROUND {{ current_round }} / {{ num_task_rounds }} {% for i in round_indices %} {% endfor %}
{% if condition == 'aware' %}
Stage 2: interview committee scores are combined with your Stage 1 résumé scores.
{% else %}
Stage 2: interview committee scores are combined with your Stage 1 résumé scores.
{% endif %} {% if has_advanced %}
Interviews will be done in order. The system combines résumé and interview scores and makes a hiring decision.
{% for c in candidates %}
{{ c.label }}
Interview
interviewing…
Resume
{{ c.resume_score }}
Combined
{% endfor %}
{% else %}
No candidates reached Stage 2 in this round.
Continue to the next round and allocate your clicks to identify likely top performers.
{% endif %}
{% endblock %} {% block scripts %} {% if has_advanced %} {% endif %} {% endblock %}