Currently, I am trying to add more routine into my experiment. I have successfully uploaded my local Python code to online JavaScript many times before but this time, after many tries, the online version stayed the same as my last upload last week.
OS : MacOS 10.13.6
PsychoPy version : v2021.1.2
Standard Standalone? (y/n) y
What are you trying to achieve?:
I have my main experiment completed (and uploaded to online as well) and I am now adding some routines for a brief Line Bisection Task using sliders in between the two blocks. Each routine includes some text, a slider, and a code component that defines the start of the marker position and allows the participant to move the marker from right to left using keys.
What did you try to make it work?:
It works locally and it showed up on my Python code when I inspect the coding view; however, when it is synced the routine doesn’t show up on Pavlovia and to look more into it I specifically convert it to the JS view, none of the newly added routines are in there. I also tried to convert it to JS and upload it to Pavlovia but the line bisection component didn’t show up. I also made sure that I clear any keyboard events at the end of a routine preceding these newly added ones but it didn’t make much of a change.
I have searched through the forums and double-checked that I am using the latest version of PsychoPy (and also set it in the experiment setting as well). I checked the PsychoPy Crib Sheet for anything specific to sliders and read through the links referenced on there too. There are some discussion on that forms works locally but disappears on Pavlovia. I wasn’t sure if that is the case happening with the slider?
What specifically went wrong when you tried that?:
The newly added routine still didn’t show up after multiple tries of just uploading single trials to troubleshoot. The experiment just continues to run without showing the added routine and it just seems similar to the code from several commits ago.
Any help would be appreciated,
and thank you very much!