{{ extends 'global/Page.html' }} {{ block title }}Final Results{{ endblock }} {{ block content }} {{if subsession.round_number == 1}}
This was the first match and it ended after six rounds.
{{endif}} {{if subsession.round_number == 2}}This was the second match and it ended after ten rounds.
{{endif}} {{if subsession.round_number == 3}}This was the third match and it ended after three rounds.
{{endif}}Your final score for this match was {{player.Total_payoff}}.
{{if Constants.num_rounds > subsession.round_number }}You will now be randomly paired with another student for the next match. After every round in the next match, the match has a 4/5 probability of continuing and a 1/5 propobability of ending. The match could be longer or shorter than {{subsession.round_number}} rounds that you played in this match.
{{ next_button }} {{endif}} {{if Constants.num_rounds == subsession.round_number }}This was your final match.
{{endif}} {{ endblock }}