How can I present stimulus in specific order?


Author
Message
ymin1123
ymin1123
Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)
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>


Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 108K
You enter values into the list element in the order you want and use /selectionmode = sequence.

<list somelist>
/ items = (10,20,20,10,30,20,30,30,10=
/ selectionmode = sequence
...
</list>

ymin1123
ymin1123
Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)
Group: Forum Members
Posts: 14, Visits: 80
Thanks, it worked!

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search