{% extends "global/Page.html" %} {% block title %} Finished! {% endblock %} {% block content %}

You have completed the study. Below you will find results.

Your participant number is: {{ player.participant_id }}

Please write your participant number down and give it to the administrator to receive your compensation.

As described earlier, your pay for the project in stage 1 is $2.00, less what you contributed to the project. Your base pay for the project in stage 2 is $2.00, less what you contributed to the project.

Results:

Stage: Base pay: Less contribution: = Pay:
1 $2.00 {{ player.s1_contribution }} ${{ player.s1_pay }}
2 $2.00 {{ player.s2_contribution }} ${{ player.s2_pay }}
Total Pay for the study: ${{ player.total_pay }}

Please do not discuss the full details of this study with anyone else, as others will be completing it at a later time.

Thank you so much for your participation!


{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}