Group: Forum Members
Posts: 20,
Visits: 84
|
In my final test phase for my experiment, participants will be presented with two pictures and they have to click on the picture they previously saw in the study phase. However, I have a fixed position order in which I want the pictures presented across trials. In my experiment I have 90 images to present (45 on the left side of the screen, 45 on the right side of the screen), but he is a snippet for what I would like with 6 pictures.
<picture statements_test_picture1> / items = ("Cinderella_Castle_M.png", "Veteran_Suicide_M.png", "Mexican_Border_Crossings_M.png", "Rural_Hospitals_M.png", "Clinton_Nkorea_M.png", "Race_Starbucks_M.png", </picture >
****POSITION for test_picture1**** "Right", "Right", "Left", "Left", "Right", "Left",
<picture statements_test_picture2> / items = ("Cinderella_Castle_C.png", "Veteran_Suicide_C.png", "Mexican_Border_Crossings_C.png", "Rural_Hospitals_C.png", "Clinton_Nkorea_C.png", "Race_Starbucks_M.png", </picture >
****POSITION for test_picture2**** "Left", "Left", "Right", "Right", "Left", "Right".
As you can see they go hand in hand, in that if "test_picture1" is presented on the left side of the screen, "test_picture2" will be presented on the right. I am pretty new to Inquisit and so I am wondering if I need a counter element to enable me to do this?
|