Hi!
URL of experiment:
Description of the problem:
In my experiment, the participants need to rate the pictures from the International Affective Picture System (IAPS). Therefore, I want to use the rating scale from the original study (see first picture).
In the local experiment, I used the following code (Begin Routine) and it works out pretty well:
slider.line.tex = 'arousal.jpg'
slider.line.sf = 1
slider.line.size = (0.90, .14)
and i also changed the size of the marker by using this:
slider.marker.size=(0.03,0.03)
slider2.marker.size=(0.03,0.03)
However, on Pavlovia it looks like this:
And unfortunately, the marker is not even visible.
I already tried the solution from this thread: Type error with code component on Pavlovia and used the following code online:
slider._bartex = "arousal.jpg";
slider._barsf = 1;
slider._barsize = [0.9, 0.14];
slider._markersize = [0.03, 0.03];
Iād be really happy, if you have any advise for me!
Thank you
Kind regards
Max