{{ extends "global/Page.html" }} {{ block title }}Your Final Score{{ endblock }} {{ block content }}

Two rounds determined your game score: one round drawn at random from rounds 1–10, and round 11 using the choices you made for the game with the majority of votes ({{ winning_game_label }}).

Randomly drawn round — Round {{ pre_round }}

Your score from that round

{{ payoff_pre }}

Voting round — Round 11 ({{ winning_game_label }})

Your score from the game with the majority of votes

{{ payoff_vote }}

Total game score

{{ total_action_payoff }}

Two rounds were drawn to score your guesses about how many others would choose strategy A. A correct guess scores {{ C.BELIEF_BONUS }}; an incorrect guess scores nothing.

{{ for result in belief_results }}

{{ result.label }}

Your guess: {{ result.guessed }} Actual number: {{ result.actual }}

{{ result.bonus }}

{{ if result.correct }}Correct{{ else }}Incorrect{{ endif }}

{{ endfor }}

Total belief score

{{ total_belief_bonus }}

Total score

Game score + belief score

{{ total_payoff }}

{{ next_button }}
{{ endblock }}