Hi again,
I’m putting my hands up here and telling you I’m really not confident with the code elements and js.
- I think I have done this, but I could be completely wrong.
The join command in python is
# Store each response in list allResponses.append(correct)
and in JS
allResponses.prototype.append = [].push;
Am I missing something there? Based on the crib sheet I have also added a code_JS file on the first routine with
thisExp=psychoJS.experiment;
win=psychoJS.window;
event=psychoJS.eventManager;
Array.prototype.append = [].push;
- Is fixed
- So if I understand correctly, I do not need to do this? I’ve not specified an output for html now based on this understanding.
- I’ve changed that, thanks
It is still not finding the .wav stimuli.
Experiment URL
Git Repo
I know I am a pain in the rear end, but I have reached my own limits with this one.
EDIT : done this and it works in Safari now (well begins to run at least and says all resources downloaded Wav file issue in safari but still nada in chrome/Firefox