different examples per condition
in OpenSesame
Hi All,
I have created a full factorial loop design with 8 conditions total. I need to have each condition 4 times. However, I cannot simply randomise and repeat as each example (8 conditions x 4 examples) will have to be different, i.e contain a different context sentence and thus also a different target (I am measuring reaction times on whether the target sentence is considered 'good or 'bad'). How can I implement 4 different examples per each condition?
Thank you.
Comments
Hi,
It sounds like you can treat 'example' as a factor in your design, for example through a variable
example_nr. See this tutorial for a similar situation:Does that work for you?
Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Hi Sebastiaan,
Thanks for answering.

My current loop looks like this:
Would this mean that I would have to first multiply each condition by the how many examples I want to have per each condition (say 6) and add the 'exampleN' variable, and specify in the table the text for each example? In my case, this would include the text for the context and the text for the target sentence.
Is there a way to multiply the conditions automatically? Or do I just copy/paste the table N times?
Marta
Yes, I think this is the right thing to do. Basically you need a unique line in your loop table for each example you have.
Eduard