---------------------------------------------------------------------------------------
*** DEFAULTS *****
---------------------------------------------------------------------------------------			

<defaults>
/ screencolor = (0, 0, 0)
/ font = ("Arial", -20, 400, 0, 34)
/ txbgcolor = (0, 0, 0)
/ txcolor = (255,255,255)
/ inputdevice = keyboard
</defaults>

<data> 
/ columns = [date time subject trialcode trialnum trialdata trialdata trialdata latency response] 
</data>

------------------------------------------------------------------------------------
*** TEXS AND TARGETS *****
------------------------------------------------------------------------------------

<text positive>
/ select = noreplace
/ position = (93,50)
/ numitems = 1
/ items = positive
/ font = ("Arial", -16, 700, 0, 49)
/ txbgcolor = (0, 0, 0)
/ color = (255,255,255)
</text>

<item positive>
/1 = "positive"
</item>

<text negative>
/ select = noreplace
/ position = (5,50)
/ numitems = 1
/ items = negative
/ font = ("Arial", -16, 700, 0, 49)
/ txbgcolor = (0, 0, 0)
/ color = (255,255,255)
</text>

<item negative>
/1 = "negative"
</item>

<text positive_adjectives>
/ select = noreplace
/ position = (50,50)
/ numitems = 10
/ items = positive_adjectives
/ font = ("Arial", -20, 700, 0, 49)
/ txbgcolor = (0, 0, 0)
/ color = (255,255,255)
</text>


<item positive_adjectives>
/1 = "appealing"
/2 = "attractive"
/3 = "charming"
/4 = "delightful"
/5 = "desirable"
/6 = "fabulous"
/7 = "favorable"
/8 = "likable"
/9 = "nice"
/10 = "pleasant"
</item>

<text negative_adjectives>
/ select = noreplace
/ position = (50,50)
/ numitems = 10
/ items = negative_adjectives
/ font = ("Arial", -20, 700, 0, 49)
/ txbgcolor = (0, 0, 0)
/ color = (255,255,255)
</text>


<item negative_adjectives>
/1 = "annoying"
/2 = "awful"
/3 = "disturbing"
/4 = "horrible"
/5 = "inferior"
/6 = "irritating"
/7 = "nasty"
/8 = "offensive"
/9 = "repulsive"
/10 = "rotten"
</item>


<text objects>
/ select = noreplace
/ erase = true(0,0,0)
/ position = (50,50)
/ numitems = 16
/ items = objects
/ font = ("Arial", -20, 700, 0, 49)
/ txbgcolor = (0, 0, 0)
/ color = (255,255,255)
</text>

<item objects>
/1 = "aquarium"
/2 = "baby"
/3 = "cake"
/4 = "chocolate"
/5 = "eagle"
/6 = "Friday"
/7 = "parade"
/8 = "silk"
/9 = "divorce"
/10 = "hangover"
/11 = "litter"
/12 = "radiation"
/13 = "recession"
/14 = "toothache"
/15 = "virus"
/16 = "weeds"
</item>

<text target>
/ numitems = 1
/ items = target
/ font = ("Arial", -20, 700, 0, 49)
/ txbgcolor = (0, 0, 0)
/ color = (255,255,255)
/ position = (50, 50)
</text>

<item target>
/1 = "*"
</item>

<shape erase>
/ position = (50, 50)
/ color= (0, 0, 0) 
/ size= (100, 250) 
</shape>


------------------------------------------------------------------------------------
*** INSTRUCTION PAGES *****
------------------------------------------------------------------------------------

<instruct> 
/ nextkey = (" ")
/ lastlabel = "Press the spacebar to continue"
/ nextlabel = "Press the spacebar to continue"
/ font = ("Arial", -18, 400, 0, 34)
/ screencolor = (0,0,0)
/ txcolor = (255,255,255)
</instruct>

<page welcome>
^^^^
                     Welcome to the Lexical Decision Experiment. 
</page>

<page instruction>

Directions: In each trial a memory word will be flashed on the screen followed by an adjective. Your task is to indicate as quickly as possible whether the adjective has a positive or negative connotation and after that to read the memory word aloud.
^^If the adjective has a positive connotation press "q".^
If the adjective has a positive connotation press "p".
 
</page>

<page end>
^^
This is the end. Thank you for participating. 
</page>


------------------------------------------------------------------------------------
*** PICTURE PRIMING TRIALS *****
------------------------------------------------------------------------------------

<trial series>
/ pretrialpause = 2000
/ validresponse = (16,25)
/ stimulustimes = [10=target; 2000 =objects;2200=erase; 2300=noreplace(positive_adjectives,negative_adjectives); ]
/ trialdata = [objects,positive_adjectives,negative_adjectives]
</trial>



------------------------------------------------------------------------------------
*** BLOCKS *****
------------------------------------------------------------------------------------

<block series>
/preinstructions =(instruction)
/ bgstim = (positive,negative)
/ trials = [1-16 =series]
</block>


------------------------------------------------------------------------------------
*** EXPT PRIMING TRIALS *****
------------------------------------------------------------------------------------

<expt>
/ blocks = [1=series]
/ preinstructions = (welcome)
/ postinstructions = (end)
</expt>








