{{ extends "global/Page.html" }} {{ load otree static }} {{ block title }} Debriefing {{ endblock }} {{ block content }}
| Part 1 - Guessing Task | ||||
| relevant assessment | {{ if subsession.relevant_guess_opinion == 1 }}opinion | {{ endif }} {{ if subsession.relevant_guess_opinion == 0 }}behavior | {{ endif }}||
| your guess | {{ if subsession.relevant_guess_opinion == 1 }} {{ if player.opinion_guess == 1 }} majority said A is ok {{ endif }} {{ if player.opinion_guess == 0 }} majority said B is ok {{ endif }} {{ endif }} {{ if subsession.relevant_guess_opinion == 0 }} {{ if player.behavior_guess == 1 }} majority chose A {{ endif }} {{ if player.opinion_guess == 0 }} majority chose B {{ endif }} {{ endif }} | |||
| payoff | will be revealed within 24hrs | |||
| Part 2 - Decision-Making Task | ||||
| your role | {{ if player.id_in_group == 1 }}Player X | {{ endif }} {{ if player.id_in_group == 2 }}Player Y | {{ endif }}||
| player X's choice | {{ if player.id_in_group == 1 }} {{ if player.dictator_payoff == 0.6 }}allocation A | {{ endif }} {{ if player.dictator_payoff == 0.5 }}allocation B | {{ endif }} {{ endif }} {{ if player.id_in_group == 2 }} {{ if player.dictator_payoff == 0.1 }}allocation A | {{ endif }} {{ if player.dictator_payoff == 0.5 }}allocation B | {{ endif }} {{ endif }}
| payoff | {{ player.dictator_payoff }} | |||
| Participation Fee | {{ C.Participation_Fee }} | |||
| Total Payoff (without Part 1): | {{participant.payoff_plus_participation_fee}} | |||