I’m also trying to add pictures to the instruction page, but somethingis not working. Pictures appear in the middle of the screen instead of where Iwould like them to be. I used the approach avoidance template that is online andthe instructions are counterbalanced by group member. So the pictures presentedshould differ depending on the experimental condition. Is it possible?
<item instructions>
/1 ="In the following task, you will be presented images either inlandscape or portrait format.
~n~nYour task is to:
~n* PULL the joystick towards you if you see an image in<%values.format1%> format <%values.picture1%>
* PUSH the joystick away from you if you see an image in<%values.format2%> format <%values.picture2%> ."
</item>
<picture picture1>
/ items = ("grayrectangle_L.jpg")
/ size = (10%, 10%)
</picture>
<picture picture2>
/ items = ("grayrectangle_P.jpg")
/ size = (10%,10%)
</picture>
<item picture1>
/1 = "grayrectangle_L.jpg"
</item>
<item picture2>
/1 = "grayrectangle_P.jpg"
</item>
<text instructions>
/items = instructions
/select = sequence
/position = (50%, 50%)
/ fontstyle = ("Arial", 3%, false, false, false, false, 5, 0)
/txcolor = black
/txbgcolor = (transparent)
/resetinterval = 3
/size = (80%, 80%)
</text>
<trial instructions>
/stimulusframes = [1 = instructions, picture1, picture2]
/validresponse = ("left")
/recorddata = false
/branch = [trial.instruct_joystickrest]
</trial>
<block instructions>
/bgstim = (picture1, picture2)
/trials = [1 = instructions]
/recorddata = false
</block>
********************************
EXPERIMENT
*********************************
<expt >
/ onexptbegin = [values.expcondition = 1]
/ onexptbegin = [values.format1 = "PORTRAIT"; values.format2= "LANDSCAPE"]
/ onexptbegin = [values.picture1 = picture2; values.picture2 = picture1]
/ subjects = (1 of 2)
/groupassignment = groupnumber
/ onexptbegin = [values.startheight_A =values.Startheight_ratioA*values.Maxheight_px]
/ onexptbegin = [values.startheight_B = values.Startheight_ratioB*values.Maxheight_px]
/ blocks = [1 = SequenceGenerator; 2 = id; 3 = practice_AAT; 4 = AAT]
/ postinstructions = (End)
</expt>
<expt >
/ onexptbegin = [values.expcondition = 2]
/ onexptbegin = [values.format2 = "PORTRAIT"; values.format1= "LANDSCAPE"]
/ onexptbegin = [values.picture2 = picture2; values.picture1 = picture1]
/ subjects = (2 of 2)
/groupassignment = groupnumber
/ onexptbegin = [values.startheight_A =values.Startheight_ratioA*values.Maxheight_px]
/ onexptbegin = [values.startheight_B =values.Startheight_ratioB*values.Maxheight_px]
/ blocks = [1 = SequenceGenerator; 2 = id; 3 = practice_AAT; 4 = AAT]
/ postinstructions = (End)
</expt>