{% extends "global/Page.html" %} {% load otree static %} {% block title %} 実験終了 {% endblock %} {% block content %}

グループ番号は{{ participant.id_in_session }}番です.
グループ番号は必ずしもZoomのブレイクアウトルーム番号とは一致しません.


全てのラウンドが終了しました.
グループの結果は以下のようになりました.

ラウンド 1 2
グループの入札額{{ bids_1 }} {{ bids_2 }}
調査結果の値{{ estimated_values_1 }} {{ estimated_values_2 }}
油田の価値額の予測値{{ forecast_values_1 }} {{ forecast_values_2 }}
最高入札額{{ highest_values_1 }} {{ highest_values_2 }}
油田の価値{{ true_values_1 }} {{ true_values_2 }}
グループの利得{{ utilities_1 }} {{ utilities_2 }}
{% endblock %}