{% 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:
|
|
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:
|
|
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 %}