# SAMPLE ARMY PARAMETER FILE #

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



#### Generic Match Scope Parameters ####
match.0.type=Hide
match.0.groupSize=2
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=random

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

# 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


######### HIDE Specific Match Scope Parameters ############

# describes the positions available for hiding (or finding) and the payoff value associated with that spot
# should be 9 comma-delimited numbers - every non-zero number is shown as a potential hiding and finding place  
match.0.positionPayoffs=3,0,0,6,0,9,0,0,0

match.0.presentImage=..\\plugins\\hide\\images\\present.jpg
match.0.farmerImage=..\\plugins\\hide\\images\\farmer.JPG
match.0.pirateImage=..\\plugins\\hide\\images\\pirate.JPG
match.0.smileImage=..\\plugins\\hide\\images\\smile.JPG
match.0.frownImage=..\\plugins\\hide\\images\\frown.JPG

# whether or not to have the hiding player send a message to the seeking player telling them a message about where they 
# hid the present
match.0.useHideHint=true

# whether or not to show the final update screen at the end of the last round of the match
match.0.showFinalScreen=false

# whether to show visible drawings of tokens under the hiding spots
#   true:  show a representation of tokens
#   false:  show a number
match.0.showTokens=true

# whether to show the "summary" feedback after the last round of the match.  This is the feedback screen with the 
# counts of wins and losses for both roles, summarized as two role images and four total smile/frown images with numbers
match.0.showSummaryFeedback=true
# if showSummaryFeedback=true, whether or not to show the images
match.0.showSummaryImages=true

# whether to show the "accumulating" feedback where the screen shows the specific outcome for each repetition, filling up
# the screen as they accumulate.
match.0.showAccumulatingFeedback=true
match.0.showFacesOnAccumulatingFeedback=false

# whether or not to switch hider and seeker in between repetitions
match.0.switchRoles=false


######### GUI Parameters ##########

# hiding screen
match.0.gui.hideText=<html>Please drag the present to <br>hide it in one of the marked<br>circled locations.</html>
match.0.gui.okButtonLabel=OK
# if useHideHint==true, the text prompting the hide player to send a (not necessarily true) message to the seek player
# about where she hid the present
match.0.gui.hideHintText=<html>Where did you hide?<br> (the other can see it).  <br>Please click one.</html>


# the font size of the numbers inside the circles in the accumulating feedback
match.0.gui.accumulatingSize=20

# waiting-while-hiding screen
match.0.gui.hideWaitText=<html>Please wait while your partner decides where to hide the present.</html>

# seeking screen
match.0.gui.seekText=<html>Please choose a hiding spot by clicking on one of the circles.</html>

# waiting-while-seeking screen
match.0.gui.seekWaitText=<html>Please wait while your partner decides where to look for the present.</html>

# end summary screen
match.0.gui.youHideText=<html><u>You Hide</u></html>
match.0.gui.pointsText=<html><u>Points</u></html>
match.0.gui.otherHideText=<html><u>Other Hide</u></html>
match.0.gui.otherPointsText=<html><u>Points</u></html>
match.0.gui.totalText=<html><p>Total: %totalPay%</p></html>

match.0.repetitions=50
