{% extends "global/Page.html" %} {% load otree static %} {% load otree static otree_tools %} {% block title %} Bonus payment information {% endblock %} {% block content %} {% tracking_time %} {% tracking_focus %}
As mentioned in the first part of the study, one of the two games you played will be randomly chosen and implemented. In your case, game {{ player.implemented_game }} was chosen to be implemented.
{% if player.implemented_game == "DG" %}In this game, you decided to keep {{ player.dg_kept }} points and give {{ dg_recipient }} points to the recipient. The bonus payment is thus £{{ dg_payoff_pound }} from this game.
{% else %} {% if player.option_to_pay == "B" %}In this game, you had to indicate how much you value playing the game. Based on this valuation, an option where you decided not to play the game was selected. This option payed {{ player.mpl_private_payoff }} points . This is equal to £{{ dg_exit_exit_payoff_pound }}, which is your bonus payment from the game.
{% else %} In this game, you had to indicate how much you value playing the game. Based on this valuation, an option where you decided to play the game was selected. You kept {{ player.kept_dg_bdm_private}} points and allocated {{ dg_exit_play_recipient_payoff}} points to Individual B. Your bonus payment is thus £{{ dg_exit_play_pound }}. {% endif %} {% endif %} {% endblock %}