{{ extends "global/Page.html" }} {{ block title }}Practice Round - Resume Screening{{ endblock }} {{ block content }} {{ if form_error }}

{{ form_error }}

{{ endif }}
{% for candidate in candidates %} {% endfor %} {% for candidate in candidates %} {% endfor %} {% for candidate in candidates %} {% endfor %}
Score Type Candidates
{{ candidate.label }}
Resume
click to reveal
Select {% if candidate.label in form_post_gate1_choices %} {% else %} {% endif %}

Practice Round - Resume Screening: Each Resume score is hidden initially. Click an individual score cell to reveal that candidate's Resume score. Revealing one candidate's score does not reveal other candidates' scores. Select exactly {{ required_count }} candidates to advance to the Zoom interview screening.

You do NOT need to click open every score before making a selection.
Selected: 0 / {{ required_count }}
{{ next_button }}
{{ endblock }}