{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block content %}
PRACTICE SUMMARY
Completed {{ num_practice_rounds }} practice rounds
Practice top-catching rate {{ practice_top_catch_rate }}%
Practice hits {{ practice_total_correct }} / {{ num_practice_rounds }}
Does practice affect bonus? No — main rounds only
PER-ROUND OUTCOME
Round Result Hired Best avail. Quality gap Hit?
{% for r in rounds %}
{{ r.round_number }} {% if r.is_correct_hire %}Hit{% else %}Miss{% endif %} {{ r.hired_label }} {{ r.best_label }} {{ r.quality_loss }} {% if r.is_correct_hire %}✓{% else %}✗{% endif %}
{% endfor %}
Key learningScores with more signals are more reliable
In Stage 2Interview scores can move rankings
Final hireUses both résumé and interview evidence
{% endblock %}