-
Notifications
You must be signed in to change notification settings - Fork 16
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
Pavlovia Compatibility #5
Comments
I've managed to fix the issue but now I am encountering a problem when participants have to input the letters recalled. No letters typed are showing up. |
Hi @rabs2 thanks for reaching out! Can you share with me the repository of the experiment on the pavlovia (if it is publicly viewable)? |
Thanks for your reply! Here it is: https://gitlab.pavlovia.org/rmif/ospan andhttps://pavlovia.org/rmif/ospan |
Hi @rabs2 sorry for the late reply, I've been really occupied with other work and just got around to looking at your repo briefly. Sadly, I don't have the time to do a thorough debugging now, but I found a digit span task on pavlovia which differs in the way key presses are initialized and shown so perhaps you could take a look to see if it's helpful to adapt some of the code for the JS version of complex span. Alternatively, you might have better luck raising an issue on PsychoPy (see similar issue raised). Do keep me in the loop about this issue, am interested to know what is the source of the incompatibility! |
I am trying to run this experiment online through Pavlovia, however, I am getting a number of errors. The first of which is:
ReferenceError: stimuli_count not defined.
I tried using different versions of Psychopy and it runs perfectly well locally, however, the issue seems to be when the code is translated to JS for online implementation on Pavlovia.
Any help on this would be greatly appreciated.
The text was updated successfully, but these errors were encountered: