{% extends "global/Page.html" %} {% load static otree %} {% block styles %} {% endblock %} {% block title %}Final Results Feedback{% endblock %} {% block content %}

REAL FINANCIAL INVESTMENT GAME RESULTS


{% if goal_meet %} {% else %} {% endif %}
YOUR FINAL RESULTS: Energy tokens US Dollars
Total contributions to the group conservation account: ​ {{ player.group.all_rounds_contribution }}
Your group’s donation to Carbonfund.org to reduce air pollution: ​ {{ carbonfund }}
Congratulations, you met the 60% group energy conservation goal of 1,584 energy tokens.
Sorry, you did not meet the 60% group energy conservation goal of 1,584 energy tokens.
Each player’s bonus for meeting the group conservation goal: {% if goal_meet %} {{ group.bonus }} {% else %} {{ Constants.no_bonus }} {% endif %} {% if goal_meet %} {{ group.bonus_in_dollars }} {% endif %}
Energy tokens in your personal account: {{ player.all_tokens_left }} {{ player.remaining_tokens_in_dollars }}
Additional pay for correct answers on the quiz: {{ quiz }}
Your participation pay: $0.50
TOTAL PAY TO YOU: {{ player.total_pay}}

NOTE: Before you receive your pay, you will need to answer a brief survey.

{% endblock %}