URL of experiment: https://run.pavlovia.org/Sysmus/test_25
Description of the problem:
I had to make a change in the JavaScript-code because of an error in the automatic translation. The old error message dissapeard and there was a new one saying: ReferenceError: thisExp is not defined.
Here: ReferenceError: thisExp is not defined error in Pavlovia - Online experiments - PsychoPy
I found that changing ‘thisExp’ into ‘psychoJS.experiment’ might help so I replaced the command everywhere in the code. According to my search function ‘thisExp’ doesn’t appear in the code any more now but when I run the experiment I still get the same error message.
Does anyone have an Idea what might be the reason?
Thank you very much in advance for your response!