You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsPsych.pluginAPI.getKeyboardResponse has been redesigned to enable prevention of held down keys if desired. Plugins have been adjusted to take advantage of this new feature. The parameters for the method have been changed, and plugin developers should consult the documentation.
New method jsPsych.data.addDataToLastTrial allows data to be added to the most recently recorded trial.
New method jsPsych.randomization.shuffleNoRepeats shuffles an array with the constraint the neighboring items cannot be identical.
Extra parameters added to jspsych-categorize to implement a timeout if subject takes too long to respond.
New parameters for survey-text to allow for control over the size of the text fields.