MWorks Stimulus on variation

Hi Chris,

I hope you are well! I’m wondering if you know of a way to run this experiment without creating videos for every image. We want to show 300 images randomly, but for each image we want to show a 17ms, 50ms, and 200ms version (900 image presentations of varying lengths). We would want one image per trial and the order of the images and the order of the presentations times for each image should be randomized. Is there a simple way to do this in MWorks, or would you suggest creating videos of each image at different presentation times?

Thanks so much,
Sarah

Hi Sarah,

There’s no need to create videos. I recommend wrapping the image in a frame list and controlling the duration via the repeats parameter. (Using a frame list is also an explicit reminder that the duration of any stimulus presentation is constrained to be a multiple of the display’s refresh period.)

I’ve attached an example that demonstrates this approach. If you have any questions, please let me know.

Cheers,
Chris
duration_variation.zip (26.5 KB)

Thanks Chris! Tried it out today and works perfectly so far!