Millisecond Forums

problem with making sure that each (of 23) stimulus is rated on each (of 7) attribute only once

https://forums.millisecond.com/Topic24444.aspx

By vz29 - 3/20/2018

Hi,

I have two versions of an experiment. The only difference is that version 1 has 20 face images and version 2 has 23 images. For each version, I want Inquisit to present each image once for each attribute to be judged (i.e., in version 1, 20 images x 7 attributes = 140 trials); in version 2, 23 x 7 images = 161 trials). Although my experiment works for version 1, for version 2, the same image is being judged more than once for a given attribute, and other images are not being judged at all. I'm posting the script below. Please let me know where we are going awry.

Thanks,
V

*************************************************************************************************************
**************************************** SNAP JUDGMENT TASK **************************************
*************************************************************************************************************

<instruct>
/ nextkey=(" ")
/ prevlabel = "Press backspace to go back"
/ fontstyle = ("Arial", -16, true, false, false, false, 5, 0)
</instruct>

<defaults>
/ font = ("Arial", -25, 700, 0, 34)
/ screencolor = (255,255,255)
/ txcolor = (0, 0, 0)
/ pretrialpause = 000
/ posttrialpause = 000
/ inputdevice = keyboard
</defaults>

<data>
/columns =[subject, date, time, build, blocknum, blockcode, trialnum, trialcode,
stimulusitem, stimulusitem, stimulusitem, stimulusitem,
stimulusnumber, stimulusnumber, stimulusnumber, stimulusnumber,
stimulusonset, stimulusonset, stimulusonset, stimulusonset,
pretrialpause, posttrialpause, response, latency, trialdata, values.currentpic]
/format=tab
</data>

--------------------------------------------------------------------------------------------------------------------------------
******** COMMON STIMULI FOR FIRST IMPRESSIONS *********
--------------------------------------------------------------------------------------------------------------------------------

<values>
/ currentpic = 0
</values>

<counter tracker1>
/ items = (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43)
/ select = values.currentpic
</counter>


<expt 1 of 2>
/ preinstructions = (welcome)
/ postinstructions = (end)
/ blocks = [1=traitsp1; 2=BFI44; 3=panas_current; 4=demo; 5=debrief]
/ subjects = (1 of 2)
</expt>

<expt 2 of 2>
/ preinstructions = (welcome)
/ postinstructions = (end)
/ blocks = [1=traitsp2; 2=BFI44; 3=panas_current; 4=demo; 5=debrief]
/ subjects = (2 of 2)
</expt>


------------------------------------------------------------------------------------
*** Subjective Trait Questions ***
------------------------------------------------------------------------------------

<text attractivetext>
/ items = ("Attractive")
/ position = (50, 20)
/ size = (3 in, 1 in)
/ vjustify = center
/ fontstyle = ("Arial", -25, true)
</text>

<text trusttext>
/ items = ("Trustworthy")
/ position = (50, 20)
/ size = (3 in, 1 in)
/ vjustify = center
/ fontstyle = ("Arial", -25, true)
</text>

<text domtext>
/ items = ("Socially Dominant")
/ position = (50, 20)
/ size = (3 in, 1 in)
/ vjustify = center
/ fontstyle = ("Arial", -25, true)
</text>

<text happytext>
/ items = ("Happy")
/ position = (50, 20)
/ size = (3 in, 1 in)
/ vjustify = center
/ fontstyle = ("Arial", -25, true)
</text>

<text extratext>
/ items = ("Extraverted")
/ position = (50, 20)
/ size = (3 in, 1 in)
/ vjustify = center
/ fontstyle = ("Arial", -25, true)
</text>

<text liketext>
/ items = ("Likeable")
/ position = (50, 20)
/ size = (3 in, 1 in)
/ vjustify = center
/ fontstyle = ("Arial", -25, true)
</text>

<text aggrotext>
/ items = ("Aggressive")
/ position = (50, 20)
/ size = (3 in, 1 in)
/ vjustify = center
/ fontstyle = ("Arial", -25, true)
</text>



------------------------------------------------------------------------------------
*** Fixation Point ***
------------------------------------------------------------------------------------

<text fixation>
/ items = (" + ")
/ position = (50, 50)
/ fontstyle = ("Arial", -30, true)
</text>

<shape erasepic>
/ color = (255, 255, 255)
/ size = (50%, 50%)
</shape>

<text instrubreak>
/ items = ("You are halfway through the snap judgment task.

Press the spacebar when you are ready to continue.")
/ position = (50, 40)
/ fontstyle = ("Arial", -30, true)
</text>


------------------------------------------------------------------------------------
*** Seems Like prompt***
------------------------------------------------------------------------------------

<text seemslike>
/ items = ("This seems like the kind of person who is...")
/ position = (50%,10%)
/ size = (8 in, 5 in)
/ vjustify = center
/ fontstyle = ("Arial", -25, true)
/ txcolor = (75, 0, 130)
</text>


************************************************************************************************************************************************* FIRST IMPRESSIONS**********************************************
*************************************************************************************************************


------------------------------------------------------------------------------------
*** Practice Trials ***
------------------------------------------------------------------------------------

<block traitsp1>
/ preinstructions = (intro, intro2, intro3, practice)
/ trials = [1-7=noreplacenorepeat(attractivep, trustp, domp, happyp, extrap, likep, aggrop)]
/ bgstim = (seemslike)
/ branch = [block.traitsSub1]
</block>

<block traitsp2>
/ preinstructions = (intro, intro2, intro3, practice)
/ trials = [1-7=noreplacenorepeat(attractivep, trustp, domp, happyp, extrap, likep, aggrop)]
/ bgstim = (seemslike)
/ branch = [block.traitsSub2]
</block>

<likert attractivep>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = attractivepicsp; 600=blank, attractivetext]
/ trialdata = [practicepics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
</likert>

<likert trustp>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = trustpicsp; 600=blank, trusttext]
/ trialdata = [practicepics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
</likert>

<likert domp>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = dompicsp; 600=blank, domtext]
/ trialdata = [practicepics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
</likert>


<likert happyp>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = happypicsp; 600=blank, happytext]
/ trialdata = [practicepics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
</likert>

<likert extrap>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = extrapicsp; 600=blank, extratext]
/ trialdata = [practicepics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
</likert>

<likert likep>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = likepicsp; 600=blank, liketext]
/ trialdata = [practicepics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
</likert>

<likert aggrop>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = aggropicsp; 600=blank, aggrotext]
/ trialdata = [practicepics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
</likert>

------------------------------------------------------------------------------------
*** Data Trials ***
------------------------------------------------------------------------------------
<block traitsSub1>
/ preinstructions = (readyA)
/ ontrialbegin = [counter.tracker1.selectedvalue]
/ trials = [1-70=noreplacenorepeat(attractive1, trust1, dom1, happy1, extra1, like1, aggro1); 71=instrubreak; 72-141=noreplacenorepeat(attractive1, trust1, dom1, happy1, extra1, like1, aggro1)]
/ bgstim = (seemslike)
/ branch = [block.pacedSub1]
</block>

<block traitsSub2>
/ preinstructions = (readyA)
/ ontrialbegin = [counter.tracker1.selectedvalue]
/ trials = [1-80=noreplacenorepeat(attractive2, trust2, dom2, happy2, extra2, like2, aggro2); 81=instrubreak; 82-162=noreplacenorepeat(attractive2, trust2, dom2, happy2, extra2, like2, aggro2)]
/ bgstim = (seemslike)
/ branch = [block.pacedSub2]
</block>

<block pacedSub1>
/ preinstructions = (readyB)
/ ontrialbegin = [counter.tracker1.selectedvalue]
/ trials = [1-70=noreplacenorepeat(attractiveSP1, trustSP1, domSP1, happySP1, extraSP1, likeSP1, aggroSP1); 71=instrubreak; 72-141=noreplacenorepeat(attractiveSP1, trustSP1, domSP1, happySP1, extraSP1, likeSP1, aggroSP1)]
/ bgstim = (seemslike)
</block>

<block pacedSub2>
/ preinstructions = (readyB)
/ ontrialbegin = [counter.tracker1.selectedvalue]
/ trials = [1-80=noreplacenorepeat(attractiveSP2, trustSP2, domSP2, happySP2, extraSP2, likeSP2, aggroSP2); 81=instrubreak; 82-162=noreplacenorepeat(attractiveSP2, trustSP2, domSP2, happySP2, extraSP2, likeSP2, aggroSP2)]
/ bgstim = (seemslike)
</block>

<trial instrubreak>
/ pretrialpause = 1000
/ posttrialpause = 000
/ stimulustimes = [0 = instrubreak]
/ trialdata = [instrubreak]
/ correctresponse = (" ")
</trial>

------------------------------------------------------------------------------------
*** SNAP Trials ***
------------------------------------------------------------------------------------
<likert attractive1>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = attractivepics; 600=blank, attractivetext]
/ trialdata = [attractivepics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.attractivepics.currentitemnumber]
</likert>

<likert trust1>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = trustpics; 600=blank, trusttext]
/ trialdata = [trustpics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.trustpics.currentitemnumber]
</likert>

<likert dom1>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = dompics; 600=blank, domtext]
/ trialdata = [dompics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.dompics.currentitemnumber]
</likert>

<likert happy1>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = happypics; 600=blank, happytext]
/ trialdata = [happypics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.happypics.currentitemnumber]
</likert>

<likert extra1>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = extrapics; 600=blank, extratext]
/ trialdata = [extrapics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.extrapics.currentitemnumber]
</likert>

<likert like1>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = likepics; 600=blank, liketext]
/ trialdata = [likepics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.likepics.currentitemnumber]
</likert>

<likert aggro1>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = aggropics; 600=blank, aggrotext]
/ trialdata = [aggropics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.aggropics.currentitemnumber]
</likert>

<likert attractive2>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = attractivepics2; 600=blank, attractivetext]
/ trialdata = [attractivepics2]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.attractivepics2.currentitemnumber]
</likert>

<likert trust2>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = trustpics2; 600=blank, trusttext]
/ trialdata = [trustpics2]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.trustpics2.currentitemnumber]
</likert>

<likert dom2>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = dompics2; 600=blank, domtext]
/ trialdata = [dompics2]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.dompics2.currentitemnumber]
</likert>

<likert happy2>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = happypics2; 600=blank, happytext]
/ trialdata = [happypics2]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.happypics2.currentitemnumber]
</likert>

<likert extra2>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = extrapics2; 600=blank, extratext]
/ trialdata = [extrapics2]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.extrapics2.currentitemnumber]
</likert>

<likert like2>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = likepics2; 600=blank, liketext]
/ trialdata = [likepics2]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.likepics2.currentitemnumber]
</likert>

<likert aggro2>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = aggropics2; 600=blank, aggrotext]
/ trialdata = [aggropics2]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.aggropics2.currentitemnumber]
</likert>

------------------------------------------------------------------------------------
*** Self Paced Trials ***
------------------------------------------------------------------------------------

<likert attractiveSP1>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = attractivepics, attractivetext]
/ trialdata = [attractivepics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.attractivepics.currentitemnumber]
</likert>

<likert trustSP1>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = trustpics, trusttext]
/ trialdata = [trustpics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.trustpics.currentitemnumber]
</likert>

<likert domSP1>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = dompics, domtext]
/ trialdata = [dompics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.dompics.currentitemnumber]
</likert>

<likert happySP1>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = happypics, happytext]
/ trialdata = [happypics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.happypics.currentitemnumber]
</likert>

<likert extraSP1>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = extrapics, extratext]
/ trialdata = [extrapics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.extrapics.currentitemnumber]
</likert>

<likert likeSP1>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = likepics, liketext]
/ trialdata = [likepics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.likepics.currentitemnumber]
</likert>

<likert aggroSP1>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = aggropics, aggrotext]
/ trialdata = [aggropics]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.aggropics.currentitemnumber]
</likert>

<likert attractiveSP2>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = attractivepics2, attractivetext]
/ trialdata = [attractivepics2]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.attractivepics2.currentitemnumber]
</likert>

<likert trustSP2>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = trustpics2, trusttext]
/ trialdata = [trustpics2]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.trustpics2.currentitemnumber]
</likert>

<likert domSP2>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = dompics2, domtext]
/ trialdata = [dompics2]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.dompics2.currentitemnumber]
</likert>

<likert happySP2>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = happypics2, happytext]
/ trialdata = [happypics2]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.happypics2.currentitemnumber]
</likert>

<likert extraSP2>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = extrapics2, extratext]
/ trialdata = [extrapics2]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.extrapics2.currentitemnumber]
</likert>

<likert likeSP2>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = likepics2, liketext]
/ trialdata = [likepics2]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.likepics2.currentitemnumber]
</likert>

<likert aggroSP2>
/ pretrialpause = 1000
/ posttrialpause = 000
/ anchors = [1="Strongly Disagree"; 2 = ""; 3 = ""; 4 = ""; 5 = ""; 6 = ""; 7 = "Strongly Agree"]
/ stimulustimes = [0 = fixation; 500 = aggropics2, aggrotext]
/ trialdata = [aggropics2]
/ mouse=true
/ position= (50, 80)
/ anchorwidth = 10%
/ numpoints=7
/ ontrialend = [values.currentpic = picture.aggropics2.currentitemnumber]
</likert>

-----------------------------------------------------------------------------------
*** Pictures ***
------------------------------------------------------------------------------------

<picture blank>
/ items = ("blank.bmp")
/ size = (75%, 75%)
/ position = (50, 50)
</picture>

<picture attractivepics>
/ items = picsample1
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture trustpics>
/ items = picsample1
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture dompics>
/ items = picsample1
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture happypics>
/ items = picsample1
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture extrapics>
/ items = picsample1
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture likepics>
/ items = picsample1
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture aggropics>
/ items = picsample1
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture attractivepics2>
/ items = picsample2
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture trustpics2>
/ items = picsample2
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture dompics2>
/ items = picsample2
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture happypics2>
/ items = picsample2
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture extrapics2>
/ items = picsample2
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture likepics2>
/ items = picsample2
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture aggropics2>
/ items = picsample2
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<item picsample1>
/1="images\p01a.jpg"
/2="images\p02a.jpg"
/3="images\p04a.jpg"
/4="images\p06a.jpg"
/5="images\p07a.jpg"
/6="images\p08a.jpg"
/7="images\p13a.jpg"
/8="images\p15ga.jpg"
/9="images\p16ga.jpg"
/10="images\p24a.jpg"
/11="images\p27a.jpg"
/12="images\p28a.jpg"
/13="images\p29a.jpg"
/14="images\p30a.jpg"
/15="images\p34ga.jpg"
/16="images\p36a.jpg"
/17="images\p38a.jpg"
/18="images\p39ga.jpg"
/19="images\p42a.jpg"
/20="images\p43ga.jpg"
</item>

<item picsample2>
/1="images\p03a.jpg"
/2="images\p05a.jpg"
/3="images\p09a.jpg"
/4="images\p10a.jpg"
/5="images\p11a.jpg"
/6="images\p12ga.jpg"
/7="images\p14a.jpg"
/8="images\p17a.jpg"
/9="images\p18ga.jpg"
/10="images\p19a.jpg"
/11="images\p20a.jpg"
/12="images\p21ga.jpg"
/13="images\p22a.jpg"
/14="images\p23a.jpg"
/15="images\p25a.jpg"
/16="images\p26a.jpg"
/17="images\p31ga.jpg"
/18="images\p32a.jpg"
/19="images\p33a.jpg"
/20="images\p35a.jpg"
/21="images\p37ga.jpg"
/22="images\p40a.jpg"
/23="images\p41a.jpg"
</item>


<picture practicepics>
/ items = practicepics
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture attractivepicsp>
/ items = practicepics
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture trustpicsp>
/ items = practicepics
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture dompicsp>
/ items = practicepics
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture happypicsp>
/ items = practicepics
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture extrapicsp>
/ items = practicepics
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture likepicsp>
/ items = practicepics
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<picture aggropicsp>
/ items = practicepics
/ size = (50%, 50%)
/ position = (50, 50)
/ select = noreplacenot(tracker1)
</picture>

<item practicepics>
/1="images\face.jpg"
/2="images\face.jpg"
/3="images\face.jpg"
/4="images\face.jpg"
/5="images\face.jpg"
/6="images\face.jpg"
/7="images\face.jpg"
/8="images\face.jpg"
</item>

------------------------------------------------------------------------------------
*** Task Instructions ***
------------------------------------------------------------------------------------

<page intro>
SNAP JUDGMENT TASK
^^In this part of the experiment, we are interested in how individuals form snap judgments of unknown others
after very brief exposure to their faces.
^^We're interested in YOUR FIRST IMPRESSIONS about each individual presented so you should
trust your GUT FEELINGS and respond VERY QUICKLY. ^^
</page>

<page intro2>
SNAP JUDGMENT TASK (Continued)
^^In this task, you will be presented with a series of trials. In each trial, a "+" symbol
will appear in the center of the screen. Immediately following the
presentation of the “+”, a photograph of a person’s face will be briefly flashed in the center of the screen.
^^Then, you'll be presented with a statement and will be asked to indicate how much you agree or disagree with it.
Each statement completes the phrase "This seems like the kind of person who is...."
^^For example, if you see the word "Intelligent," you should evaluate the entire phrase as,
"This seems like the kind of person who is intelligent."
^^You will need to use your mouse to select your answer on the scale at the bottom of each page.^^
</page>

<page intro3>
SNAP JUDGMENT TASK (Continued)
^^In each trial, the photograph of the person will flash on and off the screen very rapidly. So that you don't miss
seeing the photograph, make sure that, at the start of each trial, you keep your eyes focused on the center of the screen.
As a reminder, the "+" symbol will appear first immediately prior to the presentation of the photograph.
^^Even if you do not feel like you were able to form a full impression of the person, please use your
GUT FEELINGS and respond as QUICKLY as possible.
^^Also, you'll be asked to evaluate multiple people and there will be many trials in the task. This is necessary to
accurately assess your snap judgments about unknown others.^^
^^Please read each question carefully before responding.
</page>

<page intro4>
SNAP JUDGMENT TASK (Continued)
^^Keep in mind that some of the questions may ask you to answer about something you would NOT do.
So please read each question carefully before responding.
^^Also, you'll be asked to evaluate multiple people and there will be many trials in the task. This is necessary to
accurately assess your snap judgments about unknown others.
^^There are no wrong or right answers.
</page>

<page practice>
SNAP JUDGMENT TASK (Continued)
^^Now you will have a chance to PRACTICE this task.
^^These practice trials are identical to the actual task, so that you can become familiar with the task.
^^The only difference is that for the practice trials we will present you with a drawing of a person (instead of a photograph of an actual person).
^^We will only ask you six types of question during the actual task. You will have a chance to see each of the questions so that you can become familiar with what we will ask you.
^^When you are ready to begin the practice trials, press the spacebar. Remember that the first image will come on screen very quickly, so be ready!
</page>

<page readyA>
SNAP JUDGMENT TASK (Continued)
^^You are now ready to perform the ACTUAL task. After this page, the task will begin.
^^There will be approximately 140 comparisons. Even though this feels like a lot, the task will only take 8-10 minutes.
^^You will also receive a few breaks during the task.
^^Please press Spacebar to start the task. Be ready for the first stimulus when you press Spacebar.
</page>

<page readyB>
SNAP JUDGMENT TASK (Continued)^^
You are now ready to repeat the task one more time, at your own pace. After this page, the task will begin.
^^Again, there will be approximately 140 comparisons. Even though this feels like a lot, the task will only take 8-10 minutes.
^^You will also receive a few breaks during the task.
^^Please press Spacebar to start the task. Be ready for the first stimulus when you press Spacebar.
</page>

------------------------------------------------------------------------------------
*** ID BLOCK ***
------------------------------------------------------------------------------------

<survey IDblock>
/ pages = [1 = IDpage]
/ responsefontstyle = ("Verdana", -12, false, false, false, false, 5, 0)
/ itemfontstyle = ("Verdana", -13, false, false, false, false, 5, 0)
/ itemspacing = 10%
/ showpagenumbers = false
/ finishlabel = "Next"
/ screencolor = white
</survey>

<surveypage IDpage>
/ questions = [1=idnumber]
</surveypage>

<textbox idnumber>
/ caption = "Please enter your SONA ID number."
/ required = true
/ mask = alphanumeric
</textbox>

------------------------------------------------------------------------------------
*** DEMOGRAPHICS ***
------------------------------------------------------------------------------------

<survey demo>
/ pages = [1=demo; 2=demographics1]
/ responsefontstyle = ("Verdana", -12, false, false, false, false, 5, 0)
/ itemfontstyle = ("Verdana", -13, false, false, false, false, 5, 0)
/ itemspacing = 10%
/ showpagenumbers = false
/ finishlabel = "Next"
/ screencolor = white
</survey>

<surveypage demo>
/ caption = "We will now ask you a few questions to learn more about you (e.g., your age, gender, etc.).

Please answer honestly. If any question makes you uncomfortable, you are free to skip it.

Please click on Next to continue."
</surveypage>

<surveypage demographics1>
/ caption = "Please answer the following demographic questions"
/ questions = [1=age; 2=sex; 3=race]
</surveypage>

<dropdown age>
/ caption = "What is your age?"
/ options = ("18", "19", "20", "21", "22", "23", "24", "25", "26", "27","28", "29",
          "30", "31", "32", "33", "34", "35", "36", "37","38", "39",
          "40", "41", "42", "43", "44", "45", "46", "47","48", "49",
          "50", "51", "52", "53", "54", "55", "56", "57","58", "59",
          "60", "61", "62", "63", "64", "65", "66", "67","68", "69",
          "70", "71", "72", "73", "74", "75", "76", "77","78", "79",
          "80", "81", "82", "83", "84", "85", "86", "87","88", "89")
/ optionvalues = ("18", "19", "20", "21", "22", "23", "24", "25", "26", "27","28", "29",
          "30", "31", "32", "33", "34", "35", "36", "37","38", "39",
          "40", "41", "42", "43", "44", "45", "46", "47","48", "49",
          "50", "51", "52", "53", "54", "55", "56", "57","58", "59",
          "60", "61", "62", "63", "64", "65", "66", "67","68", "69",
          "70", "71", "72", "73", "74", "75", "76", "77","78", "79",
          "80", "81", "82", "83", "84", "85", "86", "87","88", "89")
/ required = false
</dropdown>

<radiobuttons sex>
/ caption = "What is your sex?"
/ options = ("Female", "Male")
/ optionvalues = ("0", "1")
/ orientation = horizontal
/ required = false
</radiobuttons>

<checkboxes race>
/ caption = "With what race/ethnicity do you identify? (Select ALL that apply)"
/ options = ("Caucasian", "Hispanic or Latino", "Asian", "Black or African American", "Native Hawaiian/Pacific Islander", "American Indian/Alaska Native", "Indian")
/ required = false
</checkboxes>


------------------------------------------------------------------------------------
*** Welcome Instructions ***
------------------------------------------------------------------------------------

<page welcome>
Welcome! ^^Thank you for agreeing to participate in our study. This study will take no more than 30 minutes.
^^All responses provided in this survey will be stored anonymously, attached only to your randomized ID number.
^^No names or other identifying information aside from that provided in this form will accompany the data.
All responses will be private, and will not be released to outside parties for any reason.
</page>

<page end>
You have completed the study!
^^Thank you for your participation.
^^Please let the experimenter know that you have finished.
</page>


------------------------------------------------------------------------------------
**** Probe for Suspicion ****
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
*** DEBRIEF ***
------------------------------------------------------------------------------------

<survey debrief>
/ pages = [1=endquestions1; 2=endquestions2; 3=endquestions4; 4=endquestionsFR]
/ responsefontstyle = ("Verdana", -12, false, false, false, false, 5, 0)
/ itemfontstyle = ("Verdana", -13, false, false, false, false, 5, 0)
/ itemspacing = 2%
/ showpagenumbers = false
</survey>

<surveypage endquestions1>
/ caption = "Please answer the following questions"
/ fontstyle = ("Verdana", -16, true, false, false, false, 5, 0)
/ questions = [1=confusing; 2=what_confusing]
</surveypage>

<dropdown confusing>
/ caption = "Did you find anything confusing during the experiment?"
/ options = ("no", "yes")
/ optionvalues = ("0", "1")
</dropdown>

<textbox what_confusing>
/ caption = "If you found something confusing about the experiment, please write what was confusing below. (Type 'N/A' if you didn't find anything confusing.)"
/ multiline = true
/ textboxsize = (70, 50)
/ size = (70, 50)
</textbox>

<surveypage endquestions2>
/ caption = "Please answer the following questions"
/ fontstyle = ("Verdana", -16, true, false, false, false, 5, 0)
/ questions = [1=distraction; 2=what_distract]
</surveypage>

<dropdown distraction>
/ caption = "Did anything distract you during the experiment?"
/ options = ("no", "yes")
/ optionvalues = ("0", "1")
</dropdown>

<textbox what_distract>
/ caption = "If something distracted you, what was it? (Type 'N/A' if you didn't find anything distracting.)"
/ multiline = true
/ textboxsize = (70, 50)
/ size = (70, 50)
</textbox>

<surveypage endquestions3>
/ caption = "Please answer the following questions"
/ fontstyle = ("Verdana", -16, true, false, false, false, 5, 0)
/ questions = [1=attention; 2=what_attention]
</surveypage>

<dropdown attention>
/ caption = "Were you paying attention throughout the experimental tasks?"
/ options = ("no", "yes")
/ optionvalues = ("0", "1")
</dropdown>

<textbox what_attention>
/ caption = "If you were not paying attention throughout the task, where was your attention?
(Type 'N/A' if your attention was focused on the experiment.)"
/ multiline = true
/ textboxsize = (70, 50)
/ size = (70, 50)
</textbox>

<surveypage endquestions4>
/ caption = "Please answer the following question"
/ fontstyle = ("Verdana", -16, true, false, false, false, 5, 0)
/ questions = [1=about]
</surveypage>

<textbox about>
/ caption = "Do you think you have an idea of what this experiment is about?
If so, please write your guess below. (Type 'N/A' if you have no guesses.)"
/ textboxsize = (70, 50)
/ size = (70, 50)
/ multiline = true
</textbox>

<surveypage endquestions5>
/ caption = "Please answer the following question"
/ fontstyle = ("Verdana", -16, true, false, false, false, 5, 0)
/ questions = [1=prevknowledge1]
</surveypage>

<dropdown prevknowledge1>
/ caption = "Have you ever completed an experiment similar to the one you just completed?"
/ options = ("no", "yes")
/ optionvalues = ("0", "1")
</dropdown>

<surveypage endquestionsFR>
/ caption = "Please answer the following questions"
/ fontstyle = ("Verdana", -16, true, false, false, false, 5, 0)
/ questions = [1=know; 2=how_well]
</surveypage>

<dropdown know>
/ caption = "Did you know anyone whose picture you saw in the first portion of the task?"
/ options = ("no", "yes")
/ optionvalues = ("0", "1")
</dropdown>

<textbox how_well>
/ caption = "If you did know someone, please list their name and tell us whether they are a close friend or just an acquatintance.
(Type 'N/A' if you did not know anyone in the photos.)"
/ multiline = true
/ textboxsize = (70, 50)
/ size = (70, 50)
</textbox>


------------------------------------------------------------------------------------
*** BFI-44 ****
------------------------------------------------------------------------------------

------------------------------------------------------------------------------------
*** BLOCK ****
------------------------------------------------------------------------------------

<block BFI44>
/ preinstructions=(BFI44)
/ trials = [1-44 = BFI44trials]
/ bgstim = (BFI44_reminder)
</block>

------------------------------------------------------------------------------------
*** LIKERT TRIALS ****
------------------------------------------------------------------------------------

<likert BFI44trials>
/ anchors = [1="Disagree strongly"; 2 = " Disagree a little"; 3 = " Neither agree nor disagree"; 4 = "Agree a little"; 5 = "Agree strongly"]
/ stimulusframes = [1 = BFI44items]
/ mouse=true
/ numpoints=5
/ position= (50, 80)
/ anchorwidth = 20%
/ fontstyle = ("Arial", -15, true, false, false, false, 5, 0)
</likert>

------------------------------------------------------------------------------------
*** QUESTIONS ****
------------------------------------------------------------------------------------

<text BFI44_reminder>
/ items = ("I see MYSELF as someone who ...")
/ position = (35, 30)
/ size = (8 in, 5 in)
/ vjustify = center
/ fontstyle = ("Verdana", 4.00%, false, false, false, false, 5, 0)
/ txcolor = (0, 0, 0)
</text>

<text BFI44items>
/size = (500, 70)
/items = BFI44items
/position = (50, 50)
/halign = center
/select = sequence
</text>

<item BFI44items>
/1 = "is talkative."
/2 = "tends to find fault with others."
/3 = "does a thorough job."
/4 = "is depressed, blue."
/5 = "is original, comes up with new ideas."
/6 = "is reserved."
/7 = "is helpful and unselfish with others."
/8 = "can be somewhat careless."
/9 = "is relaxed, handles stress well."
/10 = "is curious about many different things."
/11 = "is full of energy."
/12 = "starts quarrels with others."
/13 = "is a reliable worker."
/14 = "can be tense."
/15 = "is ingenious, a deep thinker."
/16 = "generates a lot of enthusiasm."
/17 = "has a forgiving nature."
/18 = "tends to be disorganized."
/19 = "worries a lot."
/20 = "has an active imagination."
/21 = "tends to be quiet."
/22 = "is generally trusting."
/23 = "tends to be lazy."
/24 = "is emotionally stable, not easily upset."
/25 = "is inventive."
/26 = "has an assertive personality."
/27 = "can be cold and aloof."
/28 = "perseveres until the task is finished."
/29 = "can be moody."
/30 = "values artistic, aesthetic experiences."
/31 = "is sometimes shy, inhibited."
/32 = "is considerate and kind to almost everyone."
/33 = "does things efficiently."
/34 = "remains calm in tense situations."
/35 = "prefers work that is routine."
/36 = "is outgoing, sociable."
/37 = "is sometimes rude to others."
/38 = "makes plans and follows through with them."
/39 = "gets nervous easily."
/40 = "likes to reflect, play with ideas."
/41 = "has few artistic interests."
/42 = "likes to cooperate with others."
/43 = "is easily distracted."
/44 = "is sophisticated in art, music or literature."
</item>

<page BFI44>
Next, we want to learn a little more about your personality.

^^On the next screens, you will be shown a number of statements that
describe personality characteristics that may or may not apply to you.
For example, do you agree that you are someone who "likes to spend time with others"?
For each characteristic, please use the scale provided to indicate (using your mouse)
the extent to which you agree or disagree with that statement.

^^There are no right or wrong answers. Just answer truthfully.
</page>

------------------------------------------------------------------------------------
*** PANAS (Hours) ***
------------------------------------------------------------------------------------
<page PANAS>
Now, we would like to learn about how you are currently feeling right now.

^^On the next screens, you will be asked about the extent to which you are currently feeling a variety of emotions.

^^Please answer truthfully. There are no right or wrong answers.
</page>

<block panas_current>
/ preinstructions = (PANAS)
/ bgstim = (panas_current_instruct)
/ trials = [1-20=sequence(panas_current)]
</block>

<text panas_current_instruct>
/ items = ("At the present moment, I am feeling...")
/ fontstyle = ("Arial", 20pt, true, true, false, false, 5)
/ position = (40,22.5)
/ erase = false
</text>

<trial panas_current>
/ stimulusframes = [1=pscale, pb1, pb2, pb3, pb4, pb5, pt1, pt2, pt3, pt4, pt5, panas_question]
/ validresponse = (pb1, pb2, pb3, pb4, pb5)
/ inputdevice = mouse
</trial>

*****BUTTONS, DESCRIPTORS, and QUESTIONS for **BOTH** PANAS TRIALS*****

<text pt1>
/ items = ("very slightly or not at all")
/ position = (22%, 62.5%)
/ size = (12%, 5%)
/ erase = false
/ fontstyle = ("Arial", 14pt, true, false, false, false, 5)
</text>

<text pt2>
/ items = ("a little")
/ position = (36%, 62.5%)
/ size = (10%, 5%)
/ erase = false
/ fontstyle = ("Arial", 14pt, true, false, false, false, 5)
</text>

<text pt3>
/ items = ("moderately")
/ position = (50%, 62.5%)
/ size = (10%, 5%)
/ erase = false
/ fontstyle = ("Arial", 14pt, true, false, false, false, 5)
</text>

<text pt4>
/ items = ("quite a bit")
/ position = (64%, 62.5%)
/ size = (10%, 5%)
/ erase = false
/ fontstyle = ("Arial", 14pt, true, false, false, false, 5)
</text>

<text pt5>
/ items = ("extremely")
/ position = (78%, 62.5%)
/ size = (10%, 5%)
/ erase = false
/ fontstyle = ("Arial", 14pt, true, false, false, false, 5)
</text>

<picture pb1>
/ items = ("b1.jpg")
/ position = (22%, 55%)
/ size = (5%, 5%)
/ erase = false
</picture>

<picture pb2>
/ items = ("b2.jpg")
/ position = (36%, 55%)
/ size = (5%, 5%)
/ erase = false
</picture>

<picture pb3>
/ items = ("b3.jpg")
/ position = (50%, 55%)
/ size = (5%, 5%)
/ erase = false
</picture>

<picture pb4>
/ items = ("b4.jpg")
/ position = (64%, 55%)
/ size = (5%, 5%)
/ erase = false
</picture>

<picture pb5>
/ items = ("b5.jpg")
/ position = (78%, 55%)
/ size = (5%, 5%)
/ erase = false
</picture>

<picture pscale>
/ items = ("scale.jpg")
/ position = (50%, 55%)
/ size = (55%, 40%)
/ erase = false
</picture>

<text panas_question>
/ items = panas_items
/ fontstyle = ("Arial", 24pt, true, false, false, false, 5)
/ position = (50,33)
/ erase = true(255, 255, 255)
/ select = noreplace
</text>

<item panas_items>
/1="interested"
/2="distressed"
/3="excited"
/4="upset"
/5="strong"
/6="guilty"
/7="scared"
/8="hostile"
/9="enthusiastic"
/10="proud"
/11="irritable"
/12="alert"
/13="ashamed"
/14="inspired"
/15="nervous"
/16="determined"
/17="attentive"
/18="jittery"
/19="active"
/20="afraid"