{% 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_13 }} resources to the joint project, and {{ player.individual_project_13 }} resources to your individual project. Your other group member assigned {{ player.partner_joint_13 }} resources to the joint project, and {{ player.partner_individual_13 }} 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_13 }}   {{ player.partner_joint_rev_13 }}
Revenue from individual project {{ player.individual_revenue_13 }}   {{ player.partner_ind_rev_13 }}
Total {{ player.total_revenue_13 }}   {{ player.partner_tot_rev_13 }}
Portion of total firm revenue generated: {{ player.rev_portion_13 }}%
( {{ player.total_revenue_13 }} / ({{ player.total_revenue_13 }} + {{ player.partner_tot_rev_13 }} ) )
  {{ player.partner_rev_portion_13 }}%
( {{ player.partner_tot_rev_13 }} / ({{ player.total_revenue_13 }} + {{ player.partner_tot_rev_13 }} ) )


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_13 }}   {{ player.partner_tot_rev_13 }}
- Allocated common costs {{ player.cost_13 }} {% if condition == 2 %}    ({{ player.rev_portion_13 }}% × 500) {% endif %}   {{ player.partner_cost_13 }} {% if condition == 2 %}    ({{ player.partner_rev_portion_13 }}% × 500) {% endif %}
= Profit {{ player.profit_13 }}   {{ player.partner_profit_13 }}

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