diff --git a/README.md b/README.md index aef2d5a79f71c7d94d81b469271277d5b9c9c534..204e1afa9803b24bdc3f6f9d6e5a6358eeef85d8 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This experiment contains a syntax error in a JavaScript code component. A syntax 8. In the "Sources" tab, you'll see the JavaScript generated by your PsychoPy experiment, with the line 112 lighting up. Line 112 says `this is a syntax error`. That's indeed invalid JavaScript, which prevented our experiment from starting. 10. If you open the experiment in the PsychoPy builder, you'll find a single routine named trial. The invalid JavaScript can be found in the code component named code, at the "Begin Routine" tab. +NB - If you click the error in step 7 but the browser did not take you to line 112, try reloading the page while the Developer Tools are open. + ![Illustration of Developer Tools](./img/developer_tools.png) # More tutorials