Hello,
I am experiencing an issue with component display and Routine-end conditions and would appreciate your support.
The problem involves a JavaScript file that was generated by PsychoPy and then manually corrected. The code runs on Pavlovia without any errors; however, some components are not displaying as expected. Specifically, the screen should show images and sliders, and the routine should be ended after selecting the values from the sliders and validating the choice using a button. However, only the background appears and after a few seconds the experiment ends without any interaction from the user. According to the browser console, the image files are correctly uploaded and loaded, so the issue does not seem to be related to missing resources.
The slider settings in PsychoPy are configured correctly:
-
“Force end of routine” is unchecked
-
The start value is set to null
And these settings are verified in the JavaScript version (both startValue: undefined, and startValue: null, have been tested).
Despite this, it seems the slider is behaving as if a start value is defined and is automatically ending the routine without user interaction.
Besides Pavlovia side issues, the experiment runs correctly in local (on PsychoPy).
Could you please help me identify what might be causing this behavior?
Thank you