-
Hi! My experiment uses 3 separate jspsych-html-slider-response variables for which I would like to have 3 different positions on the screen, e.g one in the center of the screen, one 20% upwards, and another 20% downwards. I've figured out that I can change the position for all sliders by changing the margin-top attribute in the slider plugin file, e.g
I wonder if it's possible to specify on_start: function () to each of my sliders, so that they would have different margin-top attributes, e.g 50px, 100px and 150px? Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @j22tis, Check out the custom CSS class per trial feature we added in version 6.3. This should enable you to do this without much trouble. |
Beta Was this translation helpful? Give feedback.
Hi @j22tis,
Check out the custom CSS class per trial feature we added in version 6.3. This should enable you to do this without much trouble.