{% extends "global/Page.html" %} {% load otree static %} {% block title %} 説明&貢献額の決定 {% endblock %} {% block content %}

これは{{ Constants.players_per_group }} 人プレイヤーによる公共財ゲームです。
初期保有ポイントは{{ Constants.endowment }}であり、皆さんが貢献したポイントは実験者側で{{ Constants.multiplier }}倍されます。
すなわち、 {{ Constants.players_per_group }} 人の貢献ポイントの合計を{{ Constants.multiplier }}倍したポイントを{{ Constants.players_per_group }}で割ったポイントが一人ひとりに返されます。

{% formfields player.contribution %} {% next_button %} {% endblock %}