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

Last Challenger against 3 opponents.

Description:
Now it's the last stage of this round. The black part has been assigned to the last challengers of the former stages.
You need to divide the remaining cake with 1 opponents.
The first mover has made a cut to the cake. Now it's your turn to decide whether to challenge it.
If you do not challenge, you get the right piece.
If you challenge it, you get the left piece.

Suggestion:
We suggest you to challenge it only when the value of claim piece is at least {{ S }} points.
In this way you guarantee yourself at least {{ S }}points.

{% formfield player.is_challenger_this label="Do you want to challenge this cut? (i.e. to take the left piece?)" %}

Value of claim piece:

Value of remaining piece:

Round {{ R }}

Your score: {{ P }}

{% endblock %} {% block styles %} {% endblock %}