Description of the problem: TypeError: Cannot set properties of undefined (setting ‘zIndex’)
Hi,
I added screen scale experiment (Wakefield Morys-Carter / ScreenScale · GitLab) in my experiment. The code is working. After the scale arrangement, I presented pictures with an attention task. And I also arranged pictures of the scale, like this:
size: $(9.4 * x_scale, 7.2 * y_scale)
position: $(0 * x_scale, cue_pos * y_scale)
When the presentiton of pictures started I was getting this Error: Cannot set properties of undefined (setting ‘zIndex’).
I guess this problem caused by
position: $(0 * x_scale, cue_pos * y_scale).
I indicated “cue position” in the excel file . I guess, code is not reading this code because it is not an integer.
What should I do?
Thank in advance