URL of experiment: testversion1 [PsychoPy]
Description of the problem: Slider does not show in Online Experiment.
Build with
Psychopy Ver. 2020 1.3
Windows 10
Hey everyone ,
I have seen some posts about sliders in online experiments, but unfortunateley I havenât found a fix if they do not appear online at all. So if anyone has a solution for that, I would be super grateful!
I also do not get an error from Pavlovia/Psychopy, only when I check the debug mode from Mozilla, I get the following error:
Because it is complaining about the units, I played with them and also tried âpixâ and
âheightâ but for both of them, I got the message âis not definedâ. When I disable the slider, this error does not occur.
In my experiment I want to use a code component for the slider since the response options depend on the syllable that is presented via audio. And local it runs without problems.
slider = visual.Slider(win=win, name='slider',
size=(0.5, 0.05), pos=(0, 0), units= None,
labels=rating, ticks=(1, 2, 3, 4, 5, 6),
granularity=0, style=('radio',),
color='green', font='HelveticaBold',
flip=False)
âratingâ is the name of column of the excel sheet, in which the response options are defined. And below you can see how it looks like local.
I know, that my question is quite specific but I would be very thankful for every hint!