{% extends "global/Page.html" %} {% load otree static %} {% block title %} Embedded Style Sheet {% endblock %} {% block content %}

Bargaining against 1 opponent.

Description:
You have cut the cake, now please select the pieces.
If you choose "Me" for a piece, this piece is kept for yourself.
If you choose "You" for a piece, this piece is left for your opponent.
Please make choices for all pieces (from left to right).
After you send your proposal, your opponent will decide whether to accept it.
In the chat window below you can also leave some words which your opponent will see when he or she is making the decision.

1

2

3

4

Round: {{ R }}

Value of pieces (from left to right)

{{ player.piecevalue_1|json }}point

{{ player.piecevalue_2|json }}point

{{ player.piecevalue_3|json }}point

{{ player.piecevalue_4|json }}point

{% formfields %}
{% chat channel=group.id_in_subsession%}
{% endblock %} {% block styles %} {% endblock %}