Millisecond Forums

Adding pictures

https://forums.millisecond.com/Topic15541.aspx

By chaberr - 2/17/2015

Hi, I have a problem. While i'm adding pictures, they don't show up in given order, only the first one shows up and thats all. Can someone help me? Best regards;)
By Dave - 2/17/2015

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.