Running routines for test purposes?

Hello,

I’m currently designing an experiment in Psychopy Builder (great software - thanks a lot!) and wondering if it’s possible to run routines separately? This would be useful when testing routines, both to see how it looks visually and if it’s running as intended.
A workaround I’ve used so far is to copy the routine into a separate psyexp and running it there.

Thanks.

I think there are two easy solution:

  1. Just add the routine you want to test at the beggining of the flow and launch the experiment

  2. Keep the routine in place, place a loop around all the previous routines and set the loop repetition to 0: this skips all the routines and is very usefull for testing

2 Likes