Skip to content

v1.7

Compare
Choose a tag to compare
@jodeleeuw jodeleeuw released this 07 Dec 20:09

Two major features are added with this release:

  • The core library has a new method, jsPsych.turkInfo(), which simplifies some of the coding involved in creating a mechanical turk experiment. See the core library api wiki page for documentation.
  • The categorize-animation plugin has moved out of the /dev folder and into the main plugins folder, reflecting a set of changes to make the plugin ready for release.

A few minor bug fixes as well, including:

  • The same-different plugin was recording stimulus paths using a_path and b_path as labels. Updated this to the more descriptive names stimulus and stimulus_2.
  • Problems in the single-stim plugin when continue_after_response was set to false have been resolved. This behavior now works as intended.