guidance in designing loops -conditioning experiment-
Hello!
I am trying to program a conditioning experiment and I need some guidance in arranging the loops. So basically I have two CS image categories composed of 8 exemplar images. I want to randomly show 4 of the exemplars from each CS category with 5 aversive UCS images (each exemplar paired with each UCS image once in random order) and the rest of the 4 exemplars in each CS category with 5 neutral UCS images. Should I be using an inline script to make this work? I thought of using the random function but I was not sure whether I should embed the randomized exemplars into seperate lists and if so how to put the non-picked ones into another list. This also confused me while preparing the block loop trial sequence as in, should I specify each UCS image in there and if yes how should I define the CS variable since I want them all randomized for each participant.
Any guidance regarding this matter is very appreciated. It is the first time I'm trying to program in OpenSesame and I could not proceed beyond due to this confusion.
Thank you in advance!
Comments
Hi,
I would, but I generally prefer
inline_scripts. Maybe you can accomplish your design also withloop tables, but I can't think of an easy way to do that.One thing, I'm not sure I get correctly:
That is, 20 trials with the all 4 CS images in random order?
So, here is a little example, that should get you started.
Hope this helps,
eduard