1.6 KiB
1.6 KiB
jspsych-plugins
Some plugins developed at dBSPLab for jsPsych 6. Mostly they concern audio presentations.
Three versions of jsPsych are supported: 6.1, 6.2 and 6.3. We use branches to maintain the different versions.
Plugins
We've implemented some generic methods for audio testing with jsPsych:
- A plugin to do alternative forced choice with sounds: jspsych-audio-sequence-button-response.
- A plugin to do extend
audio-keyboard-response: jspsych-audio-keyboard-response-wait. - A plugin to do extend
audio-keyboard-response: jspsych-audio-keyboard-response-clickable. - A plugin to display a Coordinate Response Measure interface: jspsych-crm.
- A plugin to do display a loading spinner while waiting for a (possible async) function to complete: jspsych-waitfor-function.
- A plugin where html can be clickable: jspsych-html-keyboard-response-clickable.
- A plugin where images can be clickable: jspsych-image-keyboard-response-clickable.
- A plugin to deal with Safari's quirky behaviour: jspsych-audio-safari-init.
Tools
- A function that generates timelines for adaptive testing using a nAFC interface: jspsych-nafc-adaptive.
- In
js/tools.js, some globally useful functions are available.