{{ block title }} Results {{ endblock }} {{ block content }}
{{ if my_decision == 'Protest'}} You chose to protest, {{ if outcome }} and so did all the other citizens {{ else }} but {{ if others > 0 }} only {{ others }} of the other citizens also chose to protest {{ else }} no other citizens chose to protest {{ endif }} {{ endif }} (so {{ protesters }} {{ if protesters > 1 }} citizens {{ else }} citizen {{ endif }} chose to protest in total). {{ else }} You chose not to protest, {{ if others > 0 and others < 3 }} although {{ others }} of the other citizens chose to protest. {{ elif others == 3 }} although all 3 other citizens chose to protest. {{ else }} and no other citizens chose to protest. {{ endif }} {{ endif }}
{{ if outcome }} This means that your protest was successful, and you will earn $30 from the main tasks if this round is drawn from the main task rounds. {{ else }} {{ if my_decision == 'Protest' }} This means that your protest was unsuccessful; if this round is drawn from the main task rounds, you will earn $0 from the main tasks. {{ else }} This means that no successful protest occurred; however, since you didn't protest, you will earn $10 from the main tasks if this round is drawn from the main task rounds. {{ endif }} {{ endif }}
Regardless of the outcome drawn from the main tasks, you will get the participation fee of $10, and any bonus payoff from the additional task.
{{ if prob_show == True }}The table below shows your estimates of the likelihoods from this round alongside what the other citizen actually chose:
Your estimate | Other player's action/estimate | Probability of winning bonus $1? | Bonus $1 won? | |
---|---|---|---|---|
Q1 | {{ player.HOB1 }}% chance that they chose to protest | {{ if opponent_decision == 'Do not protest'}} Do not protest {{ else }} Protest {{ endif }} | {{ prob100_1 }}% | {{ if HOB1_success == True }} Yes {{ else }} No {{ endif }} |
Q2 | {{ player.HOB2 }}% chance that they think I chose to protest | {{ opponent_p1 }}% chance that you chose to protest | {{ prob100_2 }}% | {{ if HOB2_success == True }} Yes {{ else }} No {{ endif }} |
Q3 | {{ player.HOB3 }}% chance that they think I think they chose to protest | {{ opponent_p2 }}% chance that you think they chose to protest | {{ prob100_3 }}% | {{ if HOB3_success == True }} Yes {{ else }} No {{ endif }} |
This means that your bonus payoff for this round of the additional task is ${{ bonus_payout }}. This will be added to your payments from the other parts of the experiment if this additional task round is drawn.
{{ endif }} {{ next_button }} {{ endblock }}