Hi everyone!
I am pretty new to psychopy. Therefore, I need your help.
The code below works fine on psychopy . However, it does not work on Pavlovia. Does anyone know the reason?
if slider1.getRating() is not None and slider1.status==STARTED and passingKey.status==STARTED and len(_passingKey_allKeys):
continueRoutine=False
else:
continueRoutine=True
Pretty sure None is Null in JS - although I without seeing the full context of your exp/error message I can’t guarentee this will be your fix - maybe though!