github jspsych/jsPsych v3.0

latest releases: @jspsych/config@2.0.2, @jspsych/plugin-survey@1.0.1, @jspsych/config@2.0.1...
9 years ago

This is a major update that changes the API of the core library, adds several new features, and contains bug fixes.

  • Functions in the core library have been organized into modules. All functions that are critical for running an experiment are still scoped to the base jsPsych object, i.e. jsPsych.init(), while plugins that offer optional features have been moved into modules off the base object. The four modules are: jsPsych.dataAPI, jsPsych.pluginAPI, jsPsych.randomization, and jsPsych.turk. Several new functions were added. More information on the functions contained within the modules is available on the project wiki.
  • A basic style sheet has been added to the project. Adding this CSS file will add minimal styling to make jsPsych experiments look polished without any additional style rules.
  • A new plugin, jspsych-visual-search-circle, has been added. This plugin can be used for running simple visual search experiments where the stimuli are presented equidistant from a fixation point.

Don't miss a new jsPsych release

NewReleases is sending notifications on new releases.