Experiment stuck on 'initialising experiment' on pavlovia

URL of experiment: Pavlovia
Project page: Benedetta La Rosa / EWMT_Pilot · GitLab
Description of the problem: I am completely ignorant to coding so please bear with me. I am trying to run this experiment online and I am stuck on ‘initialising the experiment’, while it works perfectly on psychopy. If I look at the developer tools I see an error: Uncaught SyntaxError: Unexpected token ‘,’ Pilot.js:232
I have tried everything, by editing the .js file, but I think I’m only making it worse.
How can I fix this?

I do not suggest editing the .js file–once you do that, you can’t really go back to using builder. But you can look at the .js code to see where the issue is. What happens on line 232?

My guess is that you’re having issues with the python → js translation. Check out this crib sheet for help with that. It will become your best friend.