When trying to run a battery test with (plus_minus, stop_signal, and stroop), the experiment doesnt load because of the following errors
- Uncaught ReferenceError jsPsych is not defined experiment.js:35
- Uncaught ReferenceError jsPsych is not defined experiment.js:167
- Uncaught ReferenceError jsPsych is not defined experiment.js:147
- Uncaught ReferenceError stroop_experiment is not defined load_experiments.js:48
Error 1,2,3 are referencing to the line calling jsPsych.randomization
var numbers = jsPsych.randomization.repeat(numbers, 1, false)
Error 4 references to
case "stroop":
experiments = experiments.concat(stroop_experiment)
break;
When trying to run a battery test with (plus_minus, stop_signal, and stroop), the experiment doesnt load because of the following errors
Error 1,2,3 are referencing to the line calling jsPsych.randomization
var numbers = jsPsych.randomization.repeat(numbers, 1, false)
Error 4 references to
case "stroop":
experiments = experiments.concat(stroop_experiment)
break;