URL of experiment: Pavlovia
Description of the problem:
When running an online pliot, the following errors appear.
I’m looking for a way to solve this. Help me!
‘TypeError: Cannot read property ‘_psychoJS’ of undefined’
Begin Experiment :
background_sound = sound.Sound(‘english.wav’)
Begin Routine :
if trials.thisN == 0:
background_sound.play()
End Routine :
if trials.thisN == 15:
background_sound.stop()