URL of experiment: PercOnlyNoMic [PsychoPy] (There’s obviously an issue with the experiment fitting to the screen as well, but I’m hoping that shouldn’t be as hard to fix.)
https://gitlab.pavlovia.org/awesson/perceptiononly
Description of the problem: The experiment was built in the PsychoPy 3 builder and has no problem running locally on my laptop, all the way through. But I synced it with Pavlovia through the builder and I’m now running into this issue that stops the study (a popup displaying: ReferenceError: ISI is not defined), so I’m assuming that it has something to do with the JS that was automatically created when synced with Pavlovia.
I tried defining the variable at the beginning of the JS file by simply putting:
ISI = 0.5;
But that did not fix the problem. I’m wondering what else I should try at this point? Is there a better way to define the variable?