{% load otree %}

インストラクション

本実験では,以下のようなオークションに参加してもらいます.

オークション参加者(入札者)は3人で2つの異なる非分割財,AとBが配分されます. 各入札者は財Aに対する価値,財Bに対する価値,また財AとBを両方獲得する事に対する価値を持つとします.,

Before bidding, you will learn the value of the object to you. The value of the object differs from participant to participant and is randomly and independently drawn from 0 to {{ Constants.endowment }} for each participant.

Next, you will privately submit a bid for the object. You can bid from 0 to {{ Constants.endowment }}. The participant with the highest bid wins the object and pays the second highest bid. In the event of a die, the winner will be chosen randomly will select the winner in the event of a tie bid and the winner will pay the highest bid other than her or his own bid.

The payoff of the winner is calculated as
Winner’s payoff = {{ Constants.endowment }} + Private value of the object to the winner - Second highest bid
The payoffs for others are the initial {{ Constants.endowment }}.

For your convenience, these instructions will remain available to you on all subsequent screens of this study.