Hello Dave, thanks a lot for your time! It has been really useful but I haven't done it yet, could you please tell me what am I doing wrong? Because when I run it, doesn't matther what group number you write, it shows all of the images: negative, neutral and positive, in this order.
<variables>
/ group = (1 of 3) (item.negativo=negativo)
/ group = (2 of 3) (item.positivo=positivo)
/ group = (3 of 3) (item.neutral=neutral)
/ groupassignment = groupnumber
</variables>
<picture NEG>
/items = negativo
/halign = center
/select = noreplacenorepeat
</picture>
<picture POS>
/items = item.positivo
/halign = center
/select = noreplacenorepeat
</picture>
<picture NEU>
/items = item.neutral
/halign = center
/select = noreplacenorepeat
</picture>
<item negativo>
/1="Negativas\1.jpg"
...
</item>
<item positivo>
/1="Positivas\1.jpg"
...
</item>
<item neutral>
/1="Neutrales\1.jpg"
...
</item>
Probably it's a really dumb and simple mistake, sorry