{{ block title }}
Part2
{{ endblock }} {{ block content }}

This is the second part of today’s study. Your group will now work on a joint project. Both you and your group member will make a meaningful decision on a joint project. Specifically, your decision will affect your group member’s earnings and your group member’s decision will affect your earnings.

How Each Group Member’s Payment is Determined:
Each group member has a fixed wage of {{Constants.fixed_wage}} points. In this task, each group member can decide whether to keep or contribute some or all of their {{Constants.fixed_wage}} points to the joint project. For every 1 point contributed to the joint project (either by you or by your group member), it will generate a project profit of {{Constants.multiple}} points. The total project profit will be distributed evenly between you and your group member, regardless of each group member’s respective contribution.

As a result, group members’ earnings for the part two is calculated as the following:

Group Members’ earnings
= {{Constants.fixed_wage}} points fixed wage – Individual contribution to the joint project + (Total project profit / {{Constants.players_per_group}})

Recall:
(1) Your role is: Group Member A.
(2) In the first part, your group participated in a competition. The winner is: {{group.Winner}}

{{ formfields }} {{ next_button }} {{ endblock }}