{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% load humanize %} {% block scripts %} {% endblock %} {% block title %} Results {% endblock %} {% block content %}

The period has ended. For the period, the following results were attained by your division and your other group member’s division.

You assigned {{ player.joint_project_12 }} resources to the joint project, and {{ player.individual_project_12 }} resources to your individual project. Your other group member assigned {{ player.partner_joint_12 }} resources to the joint project, and {{ player.partner_individual_12 }} resources to their individual project.

Therefore, the following revenue was generated by each division:

{% if condition == 2 %} {% endif %}
  Your division:   Your other group member's division:
Share of revenue from joint project {{ player.joint_revenue_12 }}   {{ player.partner_joint_rev_12 }}
Revenue from individual project {{ player.individual_revenue_12 }}   {{ player.partner_ind_rev_12 }}
Total {{ player.total_revenue_12 }}   {{ player.partner_tot_rev_12 }}
Portion of total firm revenue generated: {{ player.rev_portion_12 }}%
( {{ player.total_revenue_12 }} / ({{ player.total_revenue_12 }} + {{ player.partner_tot_rev_12 }} ) )
  {{ player.partner_rev_portion_12 }}%
( {{ player.partner_tot_rev_12 }} / ({{ player.total_revenue_12 }} + {{ player.partner_tot_rev_12 }} ) )


The profitability of your division and your other group member’s division was therefore determined as follows:

  Your division:   Your other group member's division:
Revenue {{ player.total_revenue_12 }}   {{ player.partner_tot_rev_12 }}
- Allocated common costs {{ player.cost_12 }} {% if condition == 2 %}    ({{ player.rev_portion_12 }}% × 500) {% endif %}   {{ player.partner_cost_12 }} {% if condition == 2 %}    ({{ player.partner_rev_portion_12 }}% × 500) {% endif %}
= Profit {{ player.profit_12 }}   {{ player.partner_profit_12 }}

{% if condition == 2 or condition == 4 %} *As described earlier, your share of the common costs for the period depended on both the revenue generated in your division and the revenue generated in your other group member’s division. {% else %} *As described earlier, your share of the common costs for the period were an equal split of the firm’s total common costs of 500. {% endif %}

Please proceed to the next period.


{% next_button %} {% endblock %}