Come back to previous routine

Hi everyone,

I am trying to add a code to let participants come back to the previous routine and read the instructions as many times as they need, but somethings goes wrong with my code.

I use this:

if ((key_resp_9.keys === "space")) {
    come_back.finished = true;
}

“come_back” is my loop.

In a previous version it worked fine, no problem, and I added the same function to other 2 routines and it works, but particularly in these 2 routine it doesn’t work and the error pops up:

Do you know why?

Thanks!

Daniela

True needs a capital T