OS: Windows 11 (latest Home build)
PsychoPy version: 2024.2.5 Py 3.10
Standard Standalone Installation? (y/n): y
Do you want it to also run locally? (y/n): It runs with no issues locally.
What are you trying to achieve?: that the routine skips whenever the trial ends (see below for more details).
Experiment code link: Here.
What did you try to make it work?: What’s been suggested in the comment here.
Link to the most relevant existing thread you have found: See link above.
What specifically went wrong when you tried that?:
See videos below to see expected vs. current behaviour.
In the code, I have an if/else statement that runs whenever the cursor gets inside a circle, then sets continueRoutine = false to move forward.
Nothing goes wrong, until I set time limits for the stimuli on screen from unlimited duration to 5 seconds in the Builder.
Here is the behaviour on Pavlovia when stimuli don’t have a set duration in the Builder. This is also the expected behaviour. The video includes the Builder screenshot.
Here is the behaviour on Pavlovia when stimuli have a 5 second set duration in the Builder. The video includes the Builder screenshot.
It appears the non-slip timing issue might still occur when stimuli on screen have a defined duration. I couldn’t find a solution to circumvent it.