ContextLab / brainfit-task

a package for acquiring fitness tracker (Fitbit) and cognitive task (JsPsych) data on the Amazon Mechanical Turk platform
2 stars 0 forks source link

Max Spatial Number Error #5

Open gmnotaro opened 6 years ago

gmnotaro commented 6 years ago

if the maximum number of spatial icons is greater than 6, experiment freezes - likely need to debug code for placing stimuli on screen in custom plugins jspsych-free-sort-static.js and jspsych-free-sort-custom.js

gmnotaro commented 6 years ago

the number of icons you can use before freezing the script depends on the width and height specified in the sort area - presently need to make sure all shapes can fit horizontally when setting this parameter (e.g. with a width of 800 pixels, about 9 or 10 shapes can fit across) - need to debug code