{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Finished! {% endblock %} {% block content %}

You have completed the experiment. Thank you for your participation. Please remain in your seat momentarily, until the administrator notifies you that you may leave.

Your participant number is: {{ player.id }}. Please write this number down on the notecard provided. You will use this number to receive your compensation.

Extra Credit:

As explained earlier, you will receive extra credit for your participation today. The administrators of the experiment will contact your Professor directly with attendance records to verify your participation.


Compensation:

In addition to your extra credit, you will receive the following compensation:

Compensation from your decision-making task:

The period randomly chosen for compensation for you was period #{{ player.pay_period }} and in that period you kept the following from your discretionary budget.
${{ decision_comp|floatformat:2 }}
Participation Fee:    $1.00
Total Compensation:    ${{ comp_total|floatformat:2 }}

Payments to Charity

{% if pay_period_investment > 0 %}

In the same period randomly chosen for compensation and payments, you chose to invest ${{ pay_period_investment|floatformat:2 }} in socially responsible projects, and allocated {{ local_percentage }}% to the local project (3/3 chance of success), {{ state_percentage }}% to the state project (2/3 chance of success), and {{ national_percentage }}% to the national project (1/3 chance of success). Based on a random draw, the state project {% if player.state_project_payoff == 1 %}was{% else %}was not{% endif %} successful and the national project {% if player.national_project_payoff == 1 %}was{% else %}was not{% endif %} successful. The local project was successful. Therefore, the outcomes of your investment are as follows:

Project: Social Impact Multiplier (if successful): Project Outcome: Your Investment: Return Generated:
National 6 {% if player.national_project_payoff == 1 %}Successful{% else %}Not Successful{% endif %} $ {{ national_investment|floatformat:2 }} $ {{ national_outcome|floatformat:2 }}
State 3 {% if player.state_project_payoff == 1 %}Successful{% else %}Not Successful{% endif %} $ {{ state_investment|floatformat:2 }} $ {{ state_outcome|floatformat:2 }}
Local 2 Successful $ {{ local_investment|floatformat:2 }} $ {{ local_outcome|floatformat:2 }}
Total payment generated to your charity, {{ player.charity_selection }} ${{ player.charity_payment|floatformat:2 }}


{% else %}

In the same randomly-chosen period, you did not invest in socially responsible projects. Thus, no payment to charity was generated.

{% endif %}

If you wish to confirm payments made to charities resulting from this study, please make note of your participant number above. An email confirming results by participant number will be sent to all study participants. Thank you again for your participation!


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