Looping in combination with slider and conditional button

URL of experiment: Alex1_Test [PsychoPy]

Description of the problem: I have a rating task for a set of stimuli. The rating happens over three sliders. I have also got a button, which allows the participants to go to the next stimulus. The conditional button works only, if all of the three sliders have a rating value.

Everything works as intended in psychopy.
However, in pavlovia, the loop is not working, only the first stimulus is shown. In addition, only the first slider scale is shown correctly, the other two are badly distributed. The conditional settings for the button is not working, I can click on “next” even without setting any of the rating values.

Hi!

For anyone interested in the topic, I have solved the problem by changing the slider Styles from radio to choice. Online it still shows as radio button, and at the correct positions.

I have circumvented the loop-problem by removing the conditional button and using a polygon arrow in combination with mouse-click instead.

Best, Charlotte