Description of the problem:
I want a line to be randomly oriented each trial. I achieved this in the builder by adding “randint(1,360)” to the Layout->Orientation field of the line.
Testing it in Psychopy works but in Pavlovia I get the error " ReferenceError: randint is not defined"
Now the problem is that the buttons do not properly show in pavlovia and if I click on one I get the error: " * TypeError: setting getter-only property “numClicks”".
I understand buttons are a beta feature, does that mean they dont work on Pavlovia at all yet?