{% extends "global/Page.html" %} {% load otree static %} {% block content %}

Round Results

Your action: {{ my_decision }}

Partner's action: {{ other_decision }}

Your payoff for this round: {{ player.payoff }}

The Other Participant
Action 1 Action 2
You Action 1 {{ C.PayoffCC }}, {{ C.PayoffCC }} {{ C.PayoffCD }}, {{ C.PayoffDC }}
Action 2 {{ C.PayoffDC }}, {{ C.PayoffCD }} {{ C.PayoffDD }}, {{ C.PayoffDD }}

Game Continuation Condition:

The 6-sided dice roll needs to be at most {{ player.group.probability }} for the game to continue.

{% endblock %}