URL of experiment: https://gitlab.pavlovia.org/NathaciaLR/understanding-input-information
Description of the problem:
Again, I’ve seen several similar posts, but I’m still struggling with finding a working solution.
I have centre aligned instructions in my local experiment. But it goes left aligned in JS.
I tried manually cutting the sentences instead of allowing the program to wrap them… still left-aligned (the first line is centered, all the others follow the left edge of the first to left aligning). I tried using the text.alignHoriz = ‘center’; I tried text.setAlignHoriz(‘center’) (I used the code component in the builder bc I have no idea on how to edit the JS code); I tried text.alignText = ‘center’…
None of this worked.
Any Ideas?