Group: Forum Members
Posts: 14,
Visits: 80
|
Hi I'm tying to present stimulus in specific order, so every subjects could see stimulus in the exactly same order. Following script is part of 'Go-nogo task' which I downloaded on inquisit webpage. How can I select 'soa' in specific order I want? (not in sequence)
************************************************************************************************************************************************************************** ************************************************************************************************************************************************************************** Lists ************************************************************************************************************************************************************************** ************************************************************************************************************************************************************************** Note: Factorial design with 5 x SOA (100,200,300,400,500) 2 x Cue (1=vertical,2=horizontal) 2 x Target (Go, No-Go) Vertical cue go / no-go ratio is 4:1 (80% go trials, 20% no-go trials) Horizontal cue go / no-go ratio is 1:4 (20% go trials, 80% no-go trials)
Minimum number of trials required to fulfill the above conditions is 50. Task runs 250 trials, i.e., each factor combination is repeated 5 times. ************************************************************************************************************************************************************************** ************************************************************************************************************************************************************************** SOAs in ms ************************************************************************************************************************************************************************** ************************************************************************************************************************************************************************** <list soa> / items = ( 100,100,100,100,100, 200,200,200,200,200, 300,300,300,300,300, 400,400,400,400,400, 500,500,500,500,500, 100,100,100,100,100, 200,200,200,200,200, 300,300,300,300,300, 400,400,400,400,400, 500,500,500,500,500, 100,100,100,100,100, 200,200,200,200,200, 300,300,300,300,300, 400,400,400,400,400, 500,500,500,500,500, 100,100,100,100,100, 200,200,200,200,200, 300,300,300,300,300, 400,400,400,400,400, 500,500,500,500,500, 100,100,100,100,100, 200,200,200,200,200, 300,300,300,300,300, 400,400,400,400,400, 500,500,500,500,500,
100,100,100,100,100, 200,200,200,200,200, 300,300,300,300,300, 400,400,400,400,400, 500,500,500,500,500, 100,100,100,100,100, 200,200,200,200,200, 300,300,300,300,300, 400,400,400,400,400, 500,500,500,500,500, 100,100,100,100,100, 200,200,200,200,200, 300,300,300,300,300, 400,400,400,400,400, 500,500,500,500,500, 100,100,100,100,100, 200,200,200,200,200, 300,300,300,300,300, 400,400,400,400,400, 500,500,500,500,500, 100,100,100,100,100, 200,200,200,200,200, 300,300,300,300,300, 400,400,400,400,400, 500,500,500,500,500) </list>
************************************************************************************************************************************************************************** ************************************************************************************************************************************************************************** Cues (1=vertical (go) cue, 2=horizontal (nogo) cue) ************************************************************************************************************************************************************************** ************************************************************************************************************************************************************************** <list cuetype> / items = ( 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1,
2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2, 2,2,2,2,2) / selectionmode = list.soa.currentindex </list>
|