{{ extends 'global/Page.html' }} {{ block title }}Ultimatum Game: Results{{ endblock }} {{ block content }} {{ if player.id_in_group == 1 }}

You offered {{ alias1 }} {{ group.offer_amount }} points. {{ alias1 }} chose to {{ response_text }} the offer.

{{ else }}

{{ alias2 }} offered you {{ group.offer_amount }} points. You chose to {{ response_text }} the offer.

{{ endif }}

Therefore, your total payoff for this round is {{ player.payoff }}. Your total points so far is: {{ participant.payoff }} {{ next_button }}

Instructions

This is an ultimatum game with 2 players.

To start, participant A receives 10 points; participant B receives nothing. Participant A can offer some or all of his 10 points to participant B.

Participant B decides to accept or reject the offer.

The game will be played for {{C.NUM_ROUNDS}} rounds. The rules and the other player are the same for all {{C.NUM_ROUNDS}} rounds. This is round: {{player.round_number}}.

{{ endblock }}