{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %}

***This is a practice trial***

{% endblock %} {% block content %}

Then your earnings for this round will be:

 

Endowment

 

Contribution

 

Share from the Group Project

 

Earnings for this Round

100

-

{{ player.contribution }}

+

{{ player.individual_share }}

=

{{ player.payoff2 }}


 

Earnings of your other Group Members will be:

 

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 }}

Please look at the table above and examine whether every member received a fair share


 

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 %}