{{ extends "global/Page.html" }} {{ load otree } {{ block title }] FinaL Result {{ endblock }} {{ block content }} Your income from Round 1

In Round 1 of the experiment, you were randomly assigned as Player A. In this situation you have decided to send {{ A_sent1 }} points to the other player.
Given your decision, the other player has decided to send you {{ B_sent_back1 }} points.

In this round, you have thus earned a total of {{ A_received1 }} points.


Your income from Round 2

In part 2 of the experiment it was randomly determined that you take on the role In Round 2 of the experiment, you were once again assigned as Player A. In this situation you have decided to send {{ A_sent2 }} points to the other player.
Given your decision, the other player has decided to send you {{ B_sent_back2 }} points.

In this round, you have thus earned a total of {{ A_received2 }} points.



Your overall income

Your total score is calculated as the sum of the points you scored in each of the decision situations.
For each of the points you receive 40 cent. Thus your payout is in dollar:

0.40 * ( {{ A_total }} + {{ A_total }} + {{ payoff_trust_machine }}) = {{ income }}



{% next_button %} {% endblock %}