{% 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 correctly decoded {{ decode }} strings. {% if condition == 3 or condition == 4 %} {% if event == 1 %} An event occurred that caused production difficulty in your division. {% else %} No event occurred that cause production difficulty in your division. {% endif %} {% endif %} Your decoding work generated net income of: 60 + {{ rate }} × {{ decode }} = {{ income }}.
{% if condition == 3 or condition == 4 %} {% if partner_event == 1 %} An event occurred that caused production difficulty in your other group member's division. {% else %} No event occurred that caused production difficulty in your other group member's division. {% endif %} {% endif %} The work your other group member completed generated net income of {{ partner_income }}.

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

{% if condition == 1 or condition == 3 %}

Total firm net income = {{ income }} + {{ partner_income }} = {{ firm_revenue }}

{% endif %} {% if condition == 1 or condition == 3 %} {% endif %}
  Your division:   Your other group
member's division:
Proportion of firm net income generated
(The basis for allocating common costs)
{{ cost }}%    ({{ income }} / {{ firm_revenue }})*   {{ partner_cost }}%    ({{ partner_income }} / {{ firm_revenue }})*
       
Division Profitability:      
Net income from decoding {{ income }}   {{ partner_income }}
- Allocated common costs {{ cost }}   ({{ cost }}% × 100)*   {{ partner_cost }}   ({{ partner_cost }}% × 100)*
= Profit {{ profit }}   {{ partner_profit }}

{% if condition == 1 or condition == 3 %} *As described earlier, your share of the common costs for the period depended on both the net income generated in your division and the net income 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 100. {% endif %}

You have completed all four work periods. Please proceed to complete a brief follow-up questionnaire.


{% next_button %} {% endblock %}