{{ extends 'global/Page.html' }} {{ block title }}Phase I: Choose your partner{{ endblock }} {{ block content }}

You are player {{ player.participant.role }} and you scored {{player.participant.points}}/15 on the quiz. You and the partner you choose will need to get at least {{ player.participant.cutoff }} points to get the {{ C.TOTAL_AMOUNT }}.

You don't know how the other players did on the quiz, but you do know the following:

Player Gender Education Income
{{ R1 }} {{ G1 }} {{ E1 }} {{ I1 }}
{{ R2 }} {{ G2 }} {{ E2 }} {{ I2 }}
{{ R3 }} {{ G3 }} {{ E3 }} {{ I3 }}
{{ formfield 'guess_p1' label=guess_p1_label }} {{ formfield 'guess_p2' label=guess_p2_label }}

Now you get to choose your partner. Remember: your added scores must be over {{ player.participant.cutoff }} in order for you two to get {{ C.TOTAL_AMOUNT }}.

{{ formfield 'partner' }} {{ next_button }} {{ endblock }}