Presenting a screen only under certain conditions

@wakecarter
Face stimuli list Giving choices study.xlsx (24.1 KB)

Try if Itemface == 'Face Stimuli (GCS)\Black Screen.png':

@wakecarter this still did not work. It seems like the continueRoutine code is not affecting the experiment at all.

You could add a print statement within the if clause to check whether the continueRoutine line is being read. If you are using an older 2020 version of PsychoPy you may need to put the code in Each Frame.

@wakecarter I have tried in each frame and in begin routine, it doesn’t work either way. I also need to run the experiment on pavolovia and I have read that continueRoutine doesn’t work online, is there a better way to accomplish what I am trying to do?

I use continueRoutine = False online a lot, so I’m not sure where you heard that.

Have you tried adding a print statement in the if clause?

Please could you show your code again?

@wakecarter