Stuck on Initialising Experiment!

URL of experiment: https://run.pavlovia.org/MSLWPG/slusky-honours-final/html

Description of the problem:

I have run in to the classic “initializing experiment” problem. I honestly don’t really know what the issue could be as I have no coding experience. Any help would be much appreciated.

Please look at my crib sheet (see pinned post in online category) to see how to look at the browser console for the error message.

Are you trying to import a library?

When I look at the developer tools the only error message that pops up is:

Failed to load resource: the server responded with a status of 404 ()

I’ve just had a look and the issue is the name of your experiment:

   <script type='module' src='./Honour's Experiment Final.js'></script>

Can you see that the ’ in Honour’s ends the src parameter? Your experiment is trying to load a file called Honour rather than a JS file.