{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %}
Endowment |
|
Contribution |
|
Share from the Group Project |
Earnings for this Round |
|
---|---|---|---|---|---|---|
100 |
- |
{{ player.contribution }} |
+ |
{{ player.individual_share }} |
= |
{{ player.payoff2 }} |
Player |
Endowment |
|
Contribution |
|
Share from the Group Project |
Earnings for this Round |
|
---|---|---|---|---|---|---|---|
Group Member 1 |
100 |
- |
44 |
+ |
{{ player.individual_share }} |
= |
{{ player.p1_payoff2 }} |
Group Member 2 |
100 |
- |
7 |
+ |
{{ player.individual_share }} |
= |
{{ player.p2_payoff2 }} |
Group Member 3 |
100 |
- |
39 | + | {{ player.individual_share }} | = | {{ player.p3_payoff2 }} |
Note: Share from the Group Project = [({{ player.contribution }} + 44 points + 7 points + 39 points) x 2]/4 = {{ player.individual_share }}
(Each Group Member gets the same amount of share regardless of initial contribution)
{% next_button %} {% endblock %}