{% extends "global/Page.html" %} {% load otree static %} {% block title %} Conclusion {% endblock %} {% block content %}

Information:

On this page, we want to inform you about your earnings. {% if player.experiment == 'BE' %} While the participation fee will be paid immediately, your additional earnings will be paid in the form of a bonus. {% endif %} {% if player.experiment == 'NEE' %} While the participation fee will be paid immediately, your additional earnings will be paid in the the form of a bonus. Hereby, you should note that there may be some slight delays in the payment of the bonus. The reason for this is that your earnings in Part 2 depend on the answers of all other participants. Consequently, we first need to collect all the data we need. {% endif %}

Overview: {% if player.experiment == 'BE' %} {% endif %} {% if player.experiment == 'NEE' %} {% endif %}
Source Earnings Explanation
Participation Fee: {{player.participation_fee}}
Results from Part 1: {{ITG_profit}} {% if ITG_correct == True %}Your answer was correct{% endif %} {% if ITG_correct == False %}Your answer was wrong{% endif %}
Results from Part 3: {{RFT_profit}} You placed {{RFT_balls_in_blue}} balls in the blue bucket ({{player.RFT_blue_bonus}} per ball) and {{RFT_balls_in_yellow}} balls in the yellow bucket ({{player.RFT_yellow_bonus}} per ball)
Results from Part 1: {{ITG_profit}} {% if ITG_correct == True %}Your answer was correct{% endif %} {% if ITG_correct == False %}Your answer was wrong{% endif %}
Results from Part 2: {{0|c}} or {{player.NE_bonus}} Determined after all participants finish the study

Click on the "Continue" button to continue with the study!

{% endblock %}