{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block content %}
⚡ PRACTICE ROUND — This round does not count toward your score.
ROUND {{ current_round }} / {{ num_practice_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 %} {% if current_round_number == 1 %}
Practice tip: watch interview scores arrive one-by-one. The Combined score updates right after each interview result.
{% endif %}
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.
Practice complete for this round. Continue to begin the main task rounds.
{% endif %}
{% endblock %} {% block scripts %} {% if has_advanced %} {% endif %} {% endblock %}