{% extends "global/Page.html" %} {% load otree %} {% block title %} 実験結果 {% endblock %} {% block content %}

このラウンドの結果は以下の通りです。


{% if player.id_in_group == Constants.company1_owner_id %} {% elif player.id_in_group == Constants.company1_manager_id %} {% if c1 == 1 %} {% else %} {% endif %} {% elif player.id_in_group == Constants.company2_owner_id %} {% elif player.id_in_group == Constants.company2_manager_id %} {% if c2 == 1 %} {% else %} {% endif %} {% endif %}
企業1(あなた)の経営者の生産量: {{ company1_production }}個
企業2の経営者の生産量: {{ company2_production }}個

グループの総生産量: {{ total_production }}個

市場価格: 240 - {{ total_production }} = {{ price }}円

あなたの利潤: {{ price }}円 × {{ company1_production }}個 - 30円 × {{ company1_production }}個 = {{player.ritoku}}円
企業1の経営者(あなた)の生産量: {{ company1_production }}個
企業2の経営者の生産量: {{ company2_production }}個

グループの総生産量: {{ total_production }}個

市場価格: 240 - {{ total_production }} = {{ price }}円

あなたの報酬:( {{price}}円 × {{ company1_production }}個 - 30円 × {{ company1_production }}個 )× 0.02 = {{player.ritoku}}円( {{price}}円 × {{ company1_production }}個 )× 0.01 = {{player.ritoku}}円
企業2(あなた)の経営者の生産量: {{ company2_production }}個
企業1の経営者の生産量: {{ company1_production }}個

グループの総生産量: {{ total_production }}個

市場価格: 240 - {{ total_production }} = {{ price }}円

あなたの利潤: {{ price }}円 × {{ company2_production }}個 - 30円 × {{ company2_production }}個 = {{player.ritoku}}円
企業2の経営者(あなた)の生産量: {{ company2_production }}個
企業1の経営者の生産量: {{ company1_production }}個

グループの総生産量: {{ total_production }}個

市場価格: 240 - {{ total_production }} = {{ price }}円

あなたの報酬:( {{price}}円 × {{ company2_production }}個 - 30円 × {{ company2_production }}個 )× 0.02 = {{player.ritoku}}円( {{price}}円 × {{ company2_production }}個 )× 0.01 = {{player.ritoku}}円

{% next_button %}

{% include Constants.instructions_template %} {% endblock %}