Skip to content

Commit

Permalink
Torch
Browse files Browse the repository at this point in the history
  • Loading branch information
TOOPRICEYY committed Jul 10, 2023
1 parent c1fe079 commit fdc3c5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function* mathGen() {
// }
// });

let stroopTest = new experimentGenerator(jsPsych,mathGen(),instructions = instructions,feedBack = true, timeLimit=30,trialCountLimit=20)
let stroopTest = new experimentGenerator(jsPsych,stroopGen(),instructions = instructions,feedBack = true, timeLimit=30,trialCountLimit=20)
stroopTest.run()
// js
// jsPsych.data.displayData('csv')

0 comments on commit fdc3c5a

Please sign in to comment.