{{ block title }} Please submit your bid: first stage {{ endblock }} {{ block content }}
This is Round {{ subsession.round_number }}.
{{ if subsession.is_practice_round }} This round is a Practice round. Your decisions and your payoff in this round do not affect your final payoff. {{ endif }}
{{ if player.id_in_group > 1 }}Your are endowed with {{subsession.endowment}} points.
{{ if subsession.auction == 'common' }}You are a buyer. In this auction, the value of the product only includes the common value, which is the same for all the buyers. Each buyer's common signal is randomly and uniformly drawn between {{ subsession.c }} and {{ subsession.d }}. Your common signal is {{ player.item_common_value_signal }}.
If you win the product, your round payoff is the AVERAGE of the common signals of all the buyers - your bid + endowment.
{{ endif}} {{ if subsession.auction == 'private' }}You are a buyer. In this auction, the value of the product only includes the private value, which differs between buyers. Each buyer's private value is randomly and uniformly drawn between {{ subsession.a }} and {{ subsession.b }}. Your private value is {{ player.item_private_value }}.
If you win the product, your round payoff is your private value - your bid + endowment.
{{ endif}} {{ if subsession.auction == 'both' }}You are a buyer. In this auction, the value of the product has both the private value and the common value:
The private value differs between buyers. Each buyer's private value is randomly and uniformly drawn between {{ subsession.a }} and {{ subsession.b }}. Your private value is {{ player.item_private_value }}.
The common value is the same for all the buyers. Each buyer's common signal is randomly and uniformly drawn between {{ subsession.c }} and {{ subsession.d }}. Your common signal is {{ player.item_common_value_signal }}.
If you win the product, your round payoff is your private value + the AVERAGE of the common signals of all the buyers - your bid + endowment.
{{ endif}}Please submit your bid between {{ player.min_bid }} and {{ player.max_bid }} (inclusive).
{{ formfield 'bid_amount1' }} {{else}} {{ if subsession.auction == 'common' }}You are the seller. In this auction, the value of the product only includes the common value, which is the same for all the buyers. Each buyer's common signal is randomly and uniformly drawn between {{ subsession.c }} and {{ subsession.d }}.
Your round payoff = the winning bid.
{{ endif}} {{ if subsession.auction == 'private' }}You are the seller. In this auction, the value of the product only includes the private value, which differs between buyers. Each buyer's private value is randomly and uniformly drawn between {{ subsession.a }} and {{ subsession.b }}.
Your round payoff = the winning bid
{{ endif}} {{ if subsession.auction == 'both' }}You are the seller. In this auction, the value of the product has both the private value and the common value:
The private value differs between buyers. Each buyer's private value is randomly and uniformly drawn between {{ subsession.a }} and {{ subsession.b }}.
The common value is the same for all the buyers. Each buyer's common signal is randomly and uniformly drawn between {{ subsession.c }} and {{ subsession.d }}.
Your round payoff = the winning bid
{{ endif}}Please press next and wait for the buyers to submit their bids.
{{endif}} {{ next_button }} {{ include C.INSTRUCTIONS_TEMPLATE }} {{ endblock }}