{{ extends 'global/Page.html' }} {{ block title }}Ultimatum Game: Response{{ endblock }} {{ block content }}

Instructions.

This is an ultimatum game with 2 players.
The other player is {{ alias2 }}. This is an alias, which has been assigned randomly from a list of names to ensure confidentiality.

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}}.

You are Participant B.
{{ alias2 }} offered you {{ group.offer_amount }} points and kept {{ kept_amount }}.

{{ formfields }} {{ next_button }} {{ endblock }}