{{ block title }} Result Page {{ endblock }} {{ block content }} {{if player.save_incorrect_attempts_welcome < 3 and player.save_incorrect_attempts_instruction1 < 3 and player.save_incorrect_attempts_instruction2 < 3 }} Thank you very much for your participation. {{if player.is_dictator == True}} You have been the active player. Your choice will be implemented. {{else}} You have been the passive player. Your choice will not be implemented. {{endif}} {{if player.is_Ai == False and player.treatment == 0}} You were in Situation 2. {{endif}} {{if player.is_Ai == True and player.treatment == 0}} You were in Situation 1. {{endif}} {{if player.Choice == 1}} You chose High. {{else}} You chose Low. {{endif}} {{if player.Choice == 1 and player.is_Ai == True and player.is_dictator == True and player.treatment == 0}} The passive player received 10p. {{endif}} {{if player.Choice == 2 and player.is_Ai == True and player.is_dictator == True and player.treatment == 0}} The passive player received 50p. {{endif}} {{if player.Choice == 1 and player.is_Ai == False and player.is_dictator == True and player.treatment == 0}} The passive player received 50p. {{endif}} {{if player.Choice == 2 and player.is_Ai == False and player.is_dictator == True and player.treatment == 0}} The passive player received 10p. {{endif}} {{if player.Choice == 1 and player.is_Ai == True and player.is_dictator == False and player.treatment == 0}} If you would have been the active player, the passive player would have received 10p. {{endif}} {{if player.Choice == 2 and player.is_Ai == True and player.is_dictator == False and player.treatment == 0}} If you would have been the active player, the passive player would have received 50p. {{endif}} {{if player.Choice == 1 and player.is_Ai == False and player.is_dictator == False and player.treatment == 0}} If you would have been the active player, the passive player would have received 50p. {{endif}} {{if player.Choice == 2 and player.is_Ai == False and player.is_dictator == False and player.treatment == 0}} If you would have been the active player, the passive player would have received 10p. {{endif}} You will receive a payment consisting of the following elements.
Thank you very much for your participation.
Unfortunately you have answered the understanding questions wrong too many times.
Therefore, as described earlier, you are not eligible for a payout.Please return your submission!
{{endif}} {{ next_button }} {{endblock}}