Select only a specific number of items from loop for testing
in OpenSesame
I'm currently building an experiment with 200 items in the loop, which I have entered into the table in the loop item.
To test my experiments, I'd rather not click through all 200 items every time. Is there a simple way to only display about 5 out of the 200 items, without deleting anything from the existing table?
So far I've tried to set the number of cycles in the script view to 5, but that deleted everything else in my table :(
Comments
Hi @mariee ,
You can (temporarily) set the repeat value of the
loopto a value less than 1. For example, if you set it to .02, then yourloopwill only run .02 × 200 = 4 cycles.Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Thanks! Do I add this in the script of the loop item? Currently there is no
set loop 1or anything there@Marie No need for scripting! You can adjust the repeat value in the controls of the
loopitem.Check out SigmundAI.eu for our OpenSesame AI assistant!
Ah, that seems to do the trick, thanks! :)