Group: Administrators
Posts: 13K,
Visits: 104K
|
You will have to provide the relevant (pieces of) code for that. In general, displaying pictures in the order given goes like this:
<picture mypicture> / items = myitems / select = sequence ... </picture>
<item myitems> / 1 = "A.jpg" / 2 = "B.jpg" / 3 = "C.jpg" </item>
<trial mytrial> / stimulusframes = [1=mypicture] ... </trial>
<block myblock> / trials = [1-3=mytrial] ... </block>
For an introduction to those basics, see the tutorials included in the Inquisit documentation.
|