{{ block title }}Control Answers{{ endblock }} {{ block content }} {% if group.round_number == 1 %}
Answers to Instruction Questions:
{% if player.first_intro_answer == 0.4 and player.second_intro_answer == 2 and player.third_intro_answer == 50 %}Good job, you got all the answers right!
{% else %}You did NOT get all the answers correct. Please review the questions and answers below carefully before beginning.
{% endif %}1. What average amount per round does each player have to invest into the climate account in order for everyone to evade dangerous climate change?"
Correct answer: $0.40 | You answered: {{ player.first_intro_answer }}
2. Please assume that the necessary amount of $10 has been collectively invested into the climate account at the end of the fifth round. If you were endowed with an income of $4 and have invested a total of $2 in the 5 rounds, how much money will you be paid at the end? My payout is ____?
Correct answer: $2.00 | You answered: {{ player.second_intro_answer }}
The answer here is $2.00. The reason why is that if you were allocated $4.00 and you gave away $2.00 for five rounds ($0.40 x 5) you would have given $2.00. $4.00 - $2.00 = $2.00.
3. Please assume that the necessary amount of $10 has NOT been collectively invested into the climate account (i.e. the climate account has less than $10) at the end of the fifth round. With which probability will you lose all your remaining income and end up with no payoff?
Correct answer: 50% | You answered: {{ player.third_intro_answer }}%
{% endif %}
Click the "Next" button to begin the game.
{% next_button %} {{ endblock }}