-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Host a MultiStairCase Experiment online #463
Comments
Hi, I'm having the same problem. Did you ever figure out a solution? |
Similar error here - anyone found a fix? |
Staircase-based loops only became available for online use in the 2022 releases of PsychoPy. Have you tried with the latest version of PsychoPy (currently 2022.1.2)? |
I am seeing the same error with StairHandler (rather thanMultiStairHandler) using PsychoPy 2022.1.2 (just upgraded) Error content: Traceback (most recent call last): |
While trying to convert an existing MultiStairCase experiment into online version, psychopy is showing error.
AttributeError: ‘MultiStairHandler’ object has no attribute ‘writeLoopStartCodeJS’
When I searched more I was able to find a file, loops.py, which is having the conversion logic, but it is missing
writeLoopStartCodeJS
inside MultiStairHandler.The text was updated successfully, but these errors were encountered: