{% extends "_templates/global/Page.html" %} {% load otree %} {{ block title }} What you won {{ endblock }} {{ block content }} {{if correct_check == True}}
Round {{selected_round}} was randomly selected to determine your bonus. In it you were offered the following options:
{{chosen_text}}
Therefore, your bonus is {{player.payoff|to0}}.
Thank you once again for participating.
Unfortunately you answered our comprehension questions incorrectly. The quality of the experimental data is extremely important to us and we cannot let you take part in the experiment. This means your bonus is {{player.payoff|to0}}.
{{endif}} {{ endblock }}