# SAMPLE COORDINATION PARAMETER FILE #

### Experiment Scope Parameters ###
exp.id=60
numOfMatches=1

#### Generic Match Scope Parameters ####
match.0.type=MatchingTest
match.0.groupSize=1
match.0.maxRounds=1
match.0.exchangeRate=1.0

# show total payoff on the history panel[true|false]
match.0.showTotalPayoff=false

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

# show the match ending display dialog [true|false]
match.0.displayFinishedInfo=true

# History panel display mode [full|tabbed]
match.0.defaultView=full

# Whether to allow user switch history panel display modes [true|false]
match.0.viewSwitchable=true

# Whether to show the round number in the history panel (generally turn off if running single round matches)
match.0.showRoundNumber=false

# Whether or not the 0th match is a practice match or not.  Payoffs for 
# practice matches are not included in a participant's total
match.0.practice=false


######### COORDINATION Specific Match Scope Parameters ############

match.0.testNumSubjects=12
match.0.testGroupSize=3
match.0.testNumMatches=1000000
match.0.testMatching=random

match.0.repetitions=500