### Experiment Scope Parameters ###
exp.id=50
numOfMatches=20

#### Generic Match Scope Parameters ####
match.0.groupSize=3
match.0.maxRounds=1
match.0.type=Competition
match.0.repetitions=20
match.0.showHistory=true

#[totalrandom|random|zipper|rr|continue|fixed|RiskAversion]
match.0.matching=random
match.0.asyncReauthMode=manual

match.0.gui.matchLabel=Round
match.0.gui.totalPayoffLabel=Final Payoff
match.0.gui.matchPayoffLabel=Round Payoff
match.0.gui.practiceMatchLabel=Practice Round
match.0.gui.normalMatchLabel=Round

#### Competition Specific Match Scope Parameters ####
match.0.treatment=individual
match.0.endBid=5
match.0.auction=bdm
match.0.draws=1,2,3,4,5
match.0.imageOrderType=exogenous

# display related
match.0.gui.showImage=true
match.0.gui.showRemaining=true
match.0.gui.img=/images/competition/food1.png
match.0.gui.feedback=Auction Result: %status%; Draw: %highbid%; Your Bid: %mybid%
match.0.gui.bidPromptLabel=Please use the slider bar above to choose your bid: $%num%.00
match.0.gui.submitButtonLabel=Submit
match.0.gui.itemLabel=Food1
match.0.gui.metaLabel=Match %num% type: %type%
match.0.hist.yourBid=Your Bid
match.0.hist.highBid=Highest Bid
match.0.hist.item=Food Item
match.0.hist.yourStatus=Your Status
match.0.hist.winnerPay=Winner's Payment
match.0.hist.yourPay=Your Payment

### quiz related properties ######
match.0.askQuestions=true
match.0.roundsOfQuestions=1

match.0.round.0.numOfQuestions=1
match.0.round.0.question.0.type=slider
match.0.round.0.question.0=<html><h2>Rate how much you like this food item on a scale from 1-5</h2><img src=\"file:\\C:\\proj\\multistage\\dist\\conf\\images\\competition\\s0.png\"/></html>
match.0.round.0.question.0.min=1
match.0.round.0.question.0.max=5
match.0.round.0.question.0.inc=1

match.1.askQuestions=false
match.1.treatment=competition
match.1.auction=english
# after each round, the bid will increase by the amount incBid
# the first round of bidding will ask for the price startBid + incBid.
# if nobody bids in the first round of bidding, instead of charging
# startBid to a random bidder, we simply decide that no one wins the auction
match.1.startBid=10
match.1.endBid=0
match.1.incBid=-1
# thermometerDisplayType currently has two options: linear and squareroot
# linear will show the thermometer increasing by the same amount after each bid
# while squareroot will increase the thermometer by a larger amount in the beginning
# and smaller amounts as bidding progresses, in the shape of a squareroot curve
match.1.thermometerDisplayType=linear
# timeLimit should be specified in seconds
match.1.timeLimit=15

match.1.gui.bidPromptLabel=Bid at this price? $%num%.00
match.1.gui.thermometerLabelText=Price: $%num%.00
match.1.gui.biddersLabelText=Remaining Bidders
match.1.gui.submitButtonLabel=Yes
match.1.gui.stopButtonLabel=No
match.1.gui.metaLabel=Match %num% type: %type%; Auction: %auction%
match.1.gui.feedback=Auction Result: %status%; Highest Bid: %highbid%; Your Bid: %mybid%
match.1.gui.img=/images/competition/food2.png

# english auctions use their own betting rounds and do not work with the "round"
# function built into multistage, so maxRounds should not exceed 1