{% load otree %}
The choices that you and the bot made in all rounds so far (including the round you just played) are shown below:
C = Cooperate, D = Defect
Round | Your choice | Bot's choice | Your payoff | Bot's payoff |
---|---|---|---|---|
{{ round_num }} | {{ all_my_decisions|get_choices:round_num }} | {{ all_bot_decisions|get_choices:round_num }} | {{ all_my_payoffs|get_choices:round_num }} | {{ all_bot_payoffs|get_choices:round_num }} |
The sum of your payoffs and the bot's payoffs in the rounds played so far are shown below:
Your total payoff | Bot's total payoff | |
---|---|---|
Total payoff so far | {{ my_total_payoff }} | {{ bot_total_payoff }} |