Skip to content

Commit

Permalink
Update rt-task_main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
spoggesi authored Aug 13, 2024
1 parent ba921b1 commit 6d704a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rt-task_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var fixation = {
stimulus: '<div style="font-size:60px;">+</div>',
choices: jsPsych.NO_KEYS,
trial_duration: function () {
return jsPsych.randomization.sampleWithoutReplacement([250, 500, 750, 1000, 1250, 1500, 1750, 2000], 1)[0];
return jsPsych.randomization.sampleWithoutReplacement([1000], 1)[0];
},
data: {
test_part: 'fixation'
Expand Down

0 comments on commit 6d704a1

Please sign in to comment.