{{ extends "global/Page.html" }} {{ block title }}Round {{ round_num }} - Performance So Far{{ endblock }} {{ block content }}

Round {{ round_num }} - Performance So Far

Last Round Results

Hired Candidate True Quality: {{ last_round_true_q }}

Performance History

{% for entry in history %} {% endfor %}
Round Hired Candidate True Quality Reward if Chosen
{{ entry.round }} {{ entry.hired_candidate }} {{ entry.true_q }} {{ entry.reward }}

Next: You have completed Round {{ round_num }}. Continue to the next round.

{{ next_button }} {{ endblock }}