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

Instructions.

This is an ultimatum game with 2 players.
The other player is {{ alias1 }}. 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 A. Now you have {{C.ENDOWMENT}}. How much do you want to offer {{ alias1 }}?

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