Recent Releases of jsPsych
jsPsych - @jspsych/config@3.3.0
Minor Changes
- #3561
a25c47256c61a5fea67acf4a1fdf29024fe1ab21Thanks @becky-gilbert! - Add the minified version of the survey plugin CSS file,survey.min.css, to the dist archive.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 6 months ago
jsPsych - jspsych@8.2.2
Patch Changes
- #3495
1f535826a296556252d5c0c8da5cb6aaa8fec656Thanks @jadeddelta! - add a defaultmimeTypeof"video/webm" toinitializeCameraRecorder()`
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 6 months ago
jsPsych - @jspsych/plugin-survey@3.0.0
Major Changes
#3554
c5ccbd35786c9d9f92d3f3806d6d3900e7b6f8abThanks @becky-gilbert! - This release updates the SurveyJS version from 1.9.138 to 2.2.0. See the SurveyJS release notes and list of breaking changes for complete information. This update includes some bug fixes and improvements to SurveyJS that, while mostly minor, could change the appearance and functionality of existing jsPsychsurveytrials in unexpected ways. It also includes major (breaking) changes to the SurveyJS form library API that could affect users. Please test your experiments carefully when updating this plugin, and consult the SurveyJS release notes and other documentation for specifics.- New SurveyJS features:
- New slider and range slider question types.
- Support for recursive question numbering.
- In dynamic panels, the new
templateQuestionTitleWidthproperty allows you to align question titles and input fields. - In dropdown and tag box questions, you can now allow user-defined choice options.
- New loop and merge feature allows you to repeat a group of questions and combine the responses into one data object. It can be used to present a fixed set of questions, or dynamically repeat questions in response to the participant's responses.
- New
round()andtrunc()functions that can be used for calculations in expressions. - The
dateDiff()function now includes hours and minutes. - In checkbox questions, you can create a custom exclusive option that clears all other selected choices in the same question when selected.
- Breaking changes that affect plugin users:
- Survey element titles no longer use HTML heading tags (
<h1>-<h6>). You may need to make changes if you use these tags as selectors for custom code/CSS. - Question numbering is disabled by default. If you use question numbering, you may need to add
showQuestionNumbers: trueto your top-level survey JSON, orsurvey.showQuestionNumbers = true;to your survey function. - The default logo sizes in the survey header have changed from 200 px H x 300 px W, to 40 px H x "auto" W (preserving original aspect ratio).
- When multiple choice and checkbox items are presented in multiple columns, they are now laid out column-by-column instead of row-by-row.
- In image picker questions, the images were previously capped in size but now fill the available space. You can set an upper limit on the image height/width with the
maxImageWidthandmaxImageHeightparameters. - There have been a number of form library API members (properties, methods, events) that have been deprecated or removed.
- Survey element titles no longer use HTML heading tags (
- Developer-facing changes:
- SurveyJS UI package changed from survey-knockout-ui (removed in survey-core v2) to survey-js-ui (i.e. the Vanilla JS option).
- SurveyJS v1 -> v2 code migration changes.
- Hides a rollup build warning due to the use of top-level 'this' by SurveyJS.
- Adds a
resizeObservermock to fix broken tests caused by SurveyJS's dependence onresizeObserver. - Creates a new survey container div on the display element to render into, to fix a rendering bug introduced by the SurveyJS update.
- Other plugin changes:
- Adds a minified version of the plugin's CSS file,
survey.min.css, and loads it in the plugin example files. - In the docs and example files, (1) updates the
button_htmlparameter value from a string to a function (for*-button-responsev2 migration), (2) removesshowQuestionNumbers: false, as that is now the default. - Adds a new "slider_scale.html" example to the plugin's examples folder. Thanks @Max-Lovell!
- Adds a minified version of the plugin's CSS file,
- New SurveyJS features:
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 6 months ago
jsPsych - @jspsych/plugin-html-audio-response@2.1.1
Patch Changes
- #2991
5ab4cc7a0f8750735b88e87df3bb692f140b3c53Thanks @bbonf! - uses mimetype of audio recorded for playback instead of defaulting to webm
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 11 months ago
jsPsych - jspsych@8.2.1
Patch Changes
- #3484
e710cb01e8ab2f992d0be902016e3e6540197f67Thanks @jadeddelta! - Patches some edge cases forgetCitationsand the build process that reads CITATION.CFF files to include citation info
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 11 months ago
jsPsych - @jspsych/config@3.2.2
Patch Changes
#3488
64a01292c350b5f6fd9f3f2e0dad5124262d53c9Thanks @jodeleeuw! - Replaces the dependency oncanvasin@jspsych/configwithjest-canvas-mock.#3484
e710cb01e8ab2f992d0be902016e3e6540197f67Thanks @jadeddelta! - Patches some edge cases forgetCitationsand the build process that reads CITATION.CFF files to include citation info
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 11 months ago
jsPsych - @jspsych/config@3.2.1
Patch Changes
- #3486
ad1d854f43c1e25ba988a3aa2a23a8ab22be3535Thanks @jadeddelta! - remove DOM clearing after each individual test, fixes issues with testing in other repositories
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-webgazer-validate@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-webgazer-init-camera@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-webgazer-calibrate@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-virtual-chinrest@3.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-visual-search-circle@2.2.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-video-slider-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-video-button-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-video-keyboard-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-survey-likert@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-survey-text@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-survey-multi-select@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-survey-multi-choice@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-sketchpad@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-survey@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-survey-html-form@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-serial-reaction-time-mouse@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-serial-reaction-time@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-same-different-image@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-resize@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-same-different-html@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-reconstruction@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-preload@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-instructions@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-mirror-camera@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-maxdiff@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-initialize-microphone@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-initialize-camera@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-image-slider-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-image-keyboard-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-image-button-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-iat-html@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-html-video-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-iat-image@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-html-slider-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-html-keyboard-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-fullscreen@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-html-button-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-external-html@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-html-audio-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-free-sort@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-cloze@2.2.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-categorize-image@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-categorize-animation@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-categorize-html@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-canvas-slider-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-canvas-button-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-call-function@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-canvas-keyboard-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/extension-webgazer@1.2.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-browser-check@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-audio-slider-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-audio-keyboard-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - jspsych@8.2.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Patch Changes
#3477
d8653b076008807b382f002ae0215c887ad6db13Thanks @rkilpadi! - Add informative error message when a trial is missing thetypeparameter#3479
2f8413970e06ef23dd0dd03059e2f88da396136bThanks @alexrockhill! - Modify import of seedrandom to fix build issue with some configurations of webpack
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-audio-button-response@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-animation@2.1.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/extension-record-video@1.2.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/extension-mouse-tracking@1.2.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/config@3.2.0
Minor Changes
- #3385
3948fdc0ac176584fe4b8fe0b9cca5ed6e8b3afcThanks @cherriechang! - Added citations property to info field of all plugins/extensions in two citation formats (apa, bibtex); added getCitations() as function in jsPsych package allowing user to generate citations by passing an array of plugins/extensions by name as first input and citation format as string as second input; changed template of plugins/extensions to contain citations field by default; citations for each plugin/extension are automatically generated from .cff file (if any) at its folder's root during build process; getCitations() prints out citations in the form of a string separating each citation with newline character, and always prints the jsPsych library citation first.
Patch Changes
- #3482
a733fc685c8d1a3f1a9dea25bd4c70940885c6e9Thanks @jodeleeuw! - Fixes gulp build process that was attempting to use glob v10 by adding glob v7 as explicit dependency. glob v9+ changed the API and would require some rewrites and testing before implementing
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] 12 months ago
jsPsych - @jspsych/plugin-survey-multi-choice@2.0.2
Patch Changes
- #3444
996d403aThanks @crava2199! - The plugin will now work in cases where there are multiple forms on the page.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/plugin-survey-multi-choice@2.0.1
Patch Changes
- #3451
7ffc644dThanks @jadeddelta! - fixresponsedata type to be justParameterType.OBJECT
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/plugin-survey-text@2.0.1
Patch Changes
- #3451
7ffc644dThanks @jadeddelta! - fixresponsedata type to be justParameterType.OBJECT
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/plugin-cloze@2.1.0
Minor Changes
- #2846
703b7243Thanks @jadeddelta! - adds support for multiple correct answers, case sensitivity, and autofocus.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/plugin-survey-html-form@2.0.1
Patch Changes
- #3451
7ffc644dThanks @jadeddelta! - fixresponsedata type to be justParameterType.OBJECT
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/plugin-survey-multi-select@2.0.1
Patch Changes
- #3451
7ffc644dThanks @jadeddelta! - fixresponsedata type to be justParameterType.OBJECT
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/plugin-survey-likert@2.0.1
Patch Changes
- #3451
7ffc644dThanks @jadeddelta! - fixresponsedata type to be justParameterType.OBJECT
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/plugin-survey@2.0.1
Patch Changes
- #3451
7ffc644dThanks @jadeddelta! - fixresponsedata type to be justParameterType.OBJECT
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/plugin-html-button-response@2.0.1
Patch Changes
- #3364
cb0d13e0Thanks @levigoldberg! - Change broken selection in enablebuttonafter parameter
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/config@3.1.1
Patch Changes
#3396
d683396eThanks @bjoluc! - Update dependencies for config.-
@rollup/plugin-common-jsupdated to 26.0.1 -
esbuildupdated to 0.23.1 -
gulpupdated to 5.0.0 -
gulp-cliupdated to 3.0.0 -
rollupupdated to 4.21.2 -
rollup-plugin-dtsupdated to 6.1.1 -
rollup-plugin-esbuildupdated to 6.1.1 -
rollup-plugin-node-externalsupdated to 7.1.3
-
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/plugin-visual-search-circle@2.1.0
Minor Changes
- #2897
8759217fThanks @jodeleeuw! - Add options (randomize_item_locationsandlocation_first_item) to allow for fixed locations of the item array across trials.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/config@3.1.0
Minor Changes
- #3435
3de5aad4Thanks @jadeddelta! - update to force the dom to clear after each individual test
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/plugin-audio-button-response@2.0.2
Patch Changes
- #3443
13731787Thanks @jadeddelta! - annotate missing stimulus data field
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - jspsych@8.1.0
Minor Changes
- #3426
bfeeea3aThanks @bjoluc! - We added a feature that allows users to dynamically add or remove trials or nested timelines to a timeline array during runtime.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/plugin-sketchpad@2.0.2
Patch Changes
- #3432
484300c4Thanks @jadeddelta! - fix data values withCOMPLEXtype to use proper metadata syntax
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/plugin-maxdiff@2.0.2
Patch Changes
- #3432
484300c4Thanks @jadeddelta! - fix data values withCOMPLEXtype to use proper metadata syntax
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/plugin-instructions@2.0.1
Patch Changes
- #3432
484300c4Thanks @jadeddelta! - fix data values withCOMPLEXtype to use proper metadata syntax
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/plugin-free-sort@2.0.2
Patch Changes
- #3432
484300c4Thanks @jadeddelta! - fix data values withCOMPLEXtype to use proper metadata syntax
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/plugin-animation@2.0.1
Patch Changes
- #3432
484300c4Thanks @jadeddelta! - fix data values withCOMPLEXtype to use proper metadata syntax
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - jspsych@8.0.3
Patch Changes
- #3384
860bbaf1Thanks @joshunrau! - Improve type definitions for randomization module
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/config@3.0.1
Patch Changes
- #3401
db7bcf82Thanks @jadeddelta! - allow JSON resolution in contrib repository for usage of package.json in versioning
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] about 1 year ago
jsPsych - @jspsych/plugin-maxdiff@2.0.1
Patch Changes
- #3368
115a3b3dThanks @Max-Lovell! - Remove uses of Array.from() to improve Qualtrics compatibility
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] over 1 year ago
jsPsych - @jspsych/plugin-free-sort@2.0.1
Patch Changes
- #3368
115a3b3dThanks @Max-Lovell! - Remove uses of Array.from() to improve Qualtrics compatibility
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] over 1 year ago
jsPsych - @jspsych/plugin-sketchpad@2.0.1
Patch Changes
- #3368
4b080ca4Thanks @Max-Lovell! - Fixed broken event handlers in the sketchpad plugin.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] over 1 year ago
jsPsych - jspsych@8.0.2
Patch Changes
- #3368
115a3b3dThanks @Max-Lovell! - Remove uses of Array.from() to improve Qualtrics compatibility
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] over 1 year ago
jsPsych - jspsych@8.0.1
Patch Changes
- #3352
07835730Thanks @Bankminer78! - ExtensionManager correctly uses extension instantiation data to produce version and type, and warns users if fields are missing.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] over 1 year ago
jsPsych - @jspsych/extension-webgazer@1.1.0
Minor Changes
- #3352
b94d961fThanks @Bankminer78! - Extensions now return an extensiontype and extensionversion when returning data (metadata purposes).
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] over 1 year ago
jsPsych - @jspsych/extension-record-video@1.1.0
Minor Changes
- #3352
b94d961fThanks @Bankminer78! - Extensions now return an extensiontype and extensionversion when returning data (metadata purposes).
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] over 1 year ago
jsPsych - @jspsych/extension-mouse-tracking@1.1.0
Minor Changes
- #3352
b94d961fThanks @Bankminer78! - Extensions now return an extensiontype and extensionversion when returning data (metadata purposes).
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] over 1 year ago
jsPsych - @jspsych/plugin-audio-slider-response@2.0.1
Patch Changes
- #3348
5552e48bThanks @Bankminer78! - Fixed negative response times being recorded by ensuring if the AudioContext object exists, startTime is recorded with respect to that.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] over 1 year ago
jsPsych - @jspsych/plugin-audio-button-response@2.0.1
Patch Changes
- #3348
5552e48bThanks @Bankminer78! - Fixed negative response times being recorded by ensuring if the AudioContext object exists, startTime is recorded with respect to that.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] over 1 year ago
jsPsych - @jspsych/test-utils@1.2.0
Minor Changes
- #3342
6717e00cThanks @Bankminer78! - clickTarget method now respects disabled tag on form elements.
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] over 1 year ago
jsPsych - @jspsych/plugin-webgazer-validate@2.0.0
Major Changes
- #3339
74b4adc7Thanks @jodeleeuw! -finishTrial()now clears the display and any timeouts set withpluginApi.setTimeout()
Minor Changes
- #3326
c5a0dbb1Thanks @vzhang03! - Updated all plugins to implement new pluginInfo standard that contains version, data generated and new documentation style to match migration of docs to be integrated with the code and packages themselves"
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] over 1 year ago
jsPsych - @jspsych/plugin-webgazer-calibrate@2.0.0
Major Changes
- #3339
74b4adc7Thanks @jodeleeuw! -finishTrial()now clears the display and any timeouts set withpluginApi.setTimeout()
Minor Changes
- #3326
c5a0dbb1Thanks @vzhang03! - Updated all plugins to implement new pluginInfo standard that contains version, data generated and new documentation style to match migration of docs to be integrated with the code and packages themselves"
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] over 1 year ago
jsPsych - @jspsych/plugin-webgazer-init-camera@2.0.0
Major Changes
- #3339
74b4adc7Thanks @jodeleeuw! -finishTrial()now clears the display and any timeouts set withpluginApi.setTimeout()
Minor Changes
- #3326
c5a0dbb1Thanks @vzhang03! - Updated all plugins to implement new pluginInfo standard that contains version, data generated and new documentation style to match migration of docs to be integrated with the code and packages themselves"
Scientific Software - Peer-reviewed
- TypeScript
Published by github-actions[bot] over 1 year ago