{% extends "global/Page.html" %} {% load otree %} {% block title %} Thank You! {% endblock %} {% block content %}
Earnings

Study completed: {{ Constants.payment_completing_experiment |c}}

PART 1 / resource allocation Determined once all participants finish
As mentioned in the instructions,
when all participants similarly recruited in Prolific have submitted their answers:
  • 10 participants will be randomly selected;
  • 5 of those 10 participants will have one of their allocation choices implemented
    (also chosen at random) earning what they defined in "You receive",
  • while the other 5 will be matched in pairs with them and earn what was defined in
    "Other receives" in those same allocation choices.
  • The equivalence between points and pounds is £1 for 100 points.

PART 2 / matching pairs - Your star rating was {{ player.participant.vars.num_correct }}. Each star is worth £0.05. {{ player.participant.vars.payoff_memory_rounded |c}}

PART 3 / the bomb - {% if player.bomb_consequential == 0 %} One round was randomly determined for payment. In that round, you collected {{ player.boxes_collected_consequential }} box(es) and it didn't (none) contain(ed) the bomb. For each box collected you earned £0.02. {% else %} One round was randomly determined for payment. In that round, you collected the bomb and all your earnings in this task were destroyed. {% endif %} {{ participant.vars.my_bret_payoff }}

PART 4 / the jar - Determined once all participants finish
As mentioned in the instructions,
when all participants similarly recruited in Prolific have submitted their answers:
  • {{ player.participant.vars.size }} participants that made decisions in the same conditions as you will be selected at random to form a group
  • each selected participant is randomly allocated to one of the positions in the decision queue (1st, 2nd, ..., or last)
  • a ball will be drawn for each participant from the jar described (containing {{player.participant.vars.blue_balls}} blue ball(s) and {{player.participant.vars.red_balls}} orange ball(s)) determining which group decision is associated to a payoff of £{{ Constants.higher_payoff_AP }} for them
  • if you are one of the selected participants, your decision and that of other members of your group are combined to define the group decision
  • yours and others' payoffs are determined by comparing the color of the ball drawn for each person and that of the group decision: if the colors match, £{{ Constants.higher_payoff_AP }}; if not, £{{ Constants.lower_payoff_AP }}.

Total earned:{{ player.participant.vars.payoff_of_study }}
+ an extra to be defined from PARTS 1 & 4


Lastly, we would like to thank you for taking part in this study. Note that it may take up to 3 weeks to receive your payment. Please click "Next" to be redirected to the Prolific site where the completion code will be automatically recorded.

{% next_button %} {% endblock %}