Error message: asarray not defined

I managed to get the experiment to get to the introduction slide (followed by a tone). This is what I did: in the code-component code_JS, tab “Before Experiment”, I added the code below:

let asarray=function(something) {
  return something;
}
1 Like