Skip to content

Commit

Permalink
fix choices array in replay
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Dec 8, 2021
1 parent a14de28 commit b354576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replay/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
},
{
type: jsPsychSerialReactionTime,
choices: ['null', 'null1', 'null2', 'null3'],
choices: [['null', 'null1', 'null2', 'null3']],
target: [0,0],
target_color: 'white',
trial_duration: 1500,
Expand Down

0 comments on commit b354576

Please sign in to comment.