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