{% extends "global/Page.html" %} {% load otree %} {% block title %} Phase 2: Results {% endblock %} {% block content %}

Your team attempted {{ team_questions_answered }} questions.

{{ group.team_total_correct }} out of the {{ team_questions_answered }} attempts were correct. This results in a penalty to you of £{{ team_penalty }}.

The other two teams completed a total of {{ player.other_teams_correct }} questions correctly.

Overall, the group answered a total of {{ subsession.group_total_correct }} questions correctly, earning £{{ subsession.shared_income|to2 }} for each team member.

You spent {{ player.total_time_played|to2 }} seconds in the Game screen, earning £{{ player.total_game_income|to2 }} for yourself.

Your total payoff from Phase 2 is £{{ player.player_payoff|to2 }}.

Click 'Next' when you are ready to see your overall payoff for today's experiment.

{% next_button %} {% endblock %}