From 262cc1cd899e3510b9290dc6293b45ed2f47cba6 Mon Sep 17 00:00:00 2001 From: Becky Gilbert Date: Tue, 3 May 2022 14:16:26 -0700 Subject: [PATCH] update current plugin version via gulp updatePluginVersion task --- docs/plugins/animation.md | 2 +- docs/plugins/audio-button-response.md | 2 +- docs/plugins/audio-keyboard-response.md | 2 +- docs/plugins/audio-slider-response.md | 2 +- docs/plugins/browser-check.md | 2 +- docs/plugins/call-function.md | 2 +- docs/plugins/canvas-button-response.md | 2 +- docs/plugins/canvas-keyboard-response.md | 2 +- docs/plugins/canvas-slider-response.md | 2 +- docs/plugins/categorize-animation.md | 2 +- docs/plugins/categorize-html.md | 2 +- docs/plugins/categorize-image.md | 2 +- docs/plugins/cloze.md | 2 +- docs/plugins/external-html.md | 4 ++-- docs/plugins/free-sort.md | 4 ++-- docs/plugins/fullscreen.md | 4 ++-- docs/plugins/html-audio-response.md | 2 +- docs/plugins/html-button-response.md | 2 +- docs/plugins/html-keyboard-response.md | 2 +- docs/plugins/html-slider-response.md | 2 +- docs/plugins/iat-html.md | 4 ++-- docs/plugins/iat-image.md | 2 +- docs/plugins/image-button-response.md | 2 +- docs/plugins/image-keyboard-response.md | 2 +- docs/plugins/image-slider-response.md | 2 +- docs/plugins/initialize-microphone.md | 2 +- docs/plugins/instructions.md | 4 ++-- docs/plugins/maxdiff.md | 4 ++-- docs/plugins/preload.md | 2 +- docs/plugins/reconstruction.md | 4 ++-- docs/plugins/resize.md | 2 +- docs/plugins/same-different-html.md | 4 ++-- docs/plugins/same-different-image.md | 4 ++-- docs/plugins/serial-reaction-time-mouse.md | 4 ++-- docs/plugins/serial-reaction-time.md | 4 ++-- docs/plugins/sketchpad.md | 4 ++-- docs/plugins/survey-html-form.md | 4 ++-- docs/plugins/survey-likert.md | 4 ++-- docs/plugins/survey-multi-choice.md | 4 ++-- docs/plugins/survey-multi-select.md | 4 ++-- docs/plugins/survey-text.md | 4 ++-- docs/plugins/survey.md | 2 +- docs/plugins/video-button-response.md | 6 +++--- docs/plugins/video-keyboard-response.md | 4 ++-- docs/plugins/video-slider-response.md | 4 ++-- docs/plugins/virtual-chinrest.md | 2 +- docs/plugins/visual-search-circle.md | 4 ++-- docs/plugins/webgazer-calibrate.md | 2 +- docs/plugins/webgazer-init-camera.md | 2 +- docs/plugins/webgazer-validate.md | 4 ++-- 50 files changed, 73 insertions(+), 73 deletions(-) diff --git a/docs/plugins/animation.md b/docs/plugins/animation.md index 75adfbe2..2b1136cc 100644 --- a/docs/plugins/animation.md +++ b/docs/plugins/animation.md @@ -1,6 +1,6 @@ # animation -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-animation/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-animation/CHANGELOG.md). This plugin displays a sequence of images at a fixed frame rate. The sequence can be looped a specified number of times. The subject is free to respond at any point during the animation, and the time of the response is recorded. diff --git a/docs/plugins/audio-button-response.md b/docs/plugins/audio-button-response.md index 14d7d766..809604bd 100644 --- a/docs/plugins/audio-button-response.md +++ b/docs/plugins/audio-button-response.md @@ -1,6 +1,6 @@ # audio-button-response -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-audio-button-response/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-audio-button-response/CHANGELOG.md). This plugin plays audio files and records responses generated with a button click. diff --git a/docs/plugins/audio-keyboard-response.md b/docs/plugins/audio-keyboard-response.md index 096384cd..ac341f8f 100644 --- a/docs/plugins/audio-keyboard-response.md +++ b/docs/plugins/audio-keyboard-response.md @@ -1,6 +1,6 @@ # audio-keyboard-response -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-audio-keyboard-response/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-audio-keyboard-response/CHANGELOG.md). This plugin plays audio files and records responses generated with the keyboard. diff --git a/docs/plugins/audio-slider-response.md b/docs/plugins/audio-slider-response.md index a499cf41..5c4615af 100644 --- a/docs/plugins/audio-slider-response.md +++ b/docs/plugins/audio-slider-response.md @@ -1,6 +1,6 @@ # audio-slider-response -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-audio-slider-response/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-audio-slider-response/CHANGELOG.md). This plugin plays an audio file and allows the subject to respond by dragging a slider. diff --git a/docs/plugins/browser-check.md b/docs/plugins/browser-check.md index 1c601606..1a197930 100644 --- a/docs/plugins/browser-check.md +++ b/docs/plugins/browser-check.md @@ -1,6 +1,6 @@ # browser-check -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-browser-check/CHANGELOG.md). +Current version: 1.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-browser-check/CHANGELOG.md). This plugin measures and records various features of the participant's browser and can end the experiment if defined inclusion criteria are not met. diff --git a/docs/plugins/call-function.md b/docs/plugins/call-function.md index b4436d92..d22b3dab 100644 --- a/docs/plugins/call-function.md +++ b/docs/plugins/call-function.md @@ -1,6 +1,6 @@ # call-function -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-call-function/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-call-function/CHANGELOG.md). This plugin executes a specified function. This allows the experimenter to run arbitrary code at any point during the experiment. diff --git a/docs/plugins/canvas-button-response.md b/docs/plugins/canvas-button-response.md index 9a125501..43276ff7 100644 --- a/docs/plugins/canvas-button-response.md +++ b/docs/plugins/canvas-button-response.md @@ -1,6 +1,6 @@ # canvas-button-response -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-canvas-button-response/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-canvas-button-response/CHANGELOG.md). This plugin can be used to draw a stimulus on a [HTML canvas element](https://www.w3schools.com/html/html5_canvas.asp), and record a button click response and response time. The canvas stimulus can be useful for displaying dynamic, parametrically-defined graphics, and for controlling the positioning of multiple graphical elements (shapes, text, images). The stimulus can be displayed until a response is given, or for a pre-determined amount of time. The trial can be ended automatically if the subject has failed to respond within a fixed length of time. One or more button choices will be displayed under the canvas, and the button style can be customized using HTML formatting. diff --git a/docs/plugins/canvas-keyboard-response.md b/docs/plugins/canvas-keyboard-response.md index ab759d41..559ecaa4 100644 --- a/docs/plugins/canvas-keyboard-response.md +++ b/docs/plugins/canvas-keyboard-response.md @@ -1,6 +1,6 @@ # canvas-keyboard-response -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-canvas-keyboard-response/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-canvas-keyboard-response/CHANGELOG.md). This plugin can be used to draw a stimulus on a [HTML canvas element](https://www.w3schools.com/html/html5_canvas.asp) and record a keyboard response. The canvas stimulus can be useful for displaying dynamic, parametrically-defined graphics, and for controlling the positioning of multiple graphical elements (shapes, text, images). The stimulus can be displayed until a response is given, or for a pre-determined amount of time. The trial can be ended automatically if the subject has failed to respond within a fixed length of time. diff --git a/docs/plugins/canvas-slider-response.md b/docs/plugins/canvas-slider-response.md index bed60db7..6e65c83d 100644 --- a/docs/plugins/canvas-slider-response.md +++ b/docs/plugins/canvas-slider-response.md @@ -1,6 +1,6 @@ # canvas-slider-response -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-canvas-slider-response/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-canvas-slider-response/CHANGELOG.md). This plugin can be used to draw a stimulus on a [HTML canvas element](https://www.w3schools.com/html/html5_canvas.asp) and collect a response within a range of values, which is made by dragging a slider. The canvas stimulus can be useful for displaying dynamic, parametrically-defined graphics, and for controlling the positioning of multiple graphical elements (shapes, text, images). The stimulus can be displayed until a response is given, or for a pre-determined amount of time. The trial can be ended automatically if the subject has failed to respond within a fixed length of time. diff --git a/docs/plugins/categorize-animation.md b/docs/plugins/categorize-animation.md index c51d337c..f3743710 100644 --- a/docs/plugins/categorize-animation.md +++ b/docs/plugins/categorize-animation.md @@ -1,6 +1,6 @@ # categorize-animation -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-categorize-animation/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-categorize-animation/CHANGELOG.md). The categorize animation plugin shows a sequence of images at a specified frame rate. The subject responds by pressing a key. Feedback indicating the correctness of the response is given. diff --git a/docs/plugins/categorize-html.md b/docs/plugins/categorize-html.md index 2977f6b4..ffea0317 100644 --- a/docs/plugins/categorize-html.md +++ b/docs/plugins/categorize-html.md @@ -1,6 +1,6 @@ # categorize-html -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-categorize-html/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-categorize-html/CHANGELOG.md). The categorize html plugin shows an HTML object on the screen. The subject responds by pressing a key. Feedback indicating the correctness of the response is given. diff --git a/docs/plugins/categorize-image.md b/docs/plugins/categorize-image.md index 0a4b53d6..08545329 100644 --- a/docs/plugins/categorize-image.md +++ b/docs/plugins/categorize-image.md @@ -1,6 +1,6 @@ # categorize-image -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-categorize-image/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-categorize-image/CHANGELOG.md). The categorize image plugin shows an image object on the screen. The subject responds by pressing a key. Feedback indicating the correctness of the response is given. diff --git a/docs/plugins/cloze.md b/docs/plugins/cloze.md index 6438530d..e1ab1c0a 100644 --- a/docs/plugins/cloze.md +++ b/docs/plugins/cloze.md @@ -1,6 +1,6 @@ # cloze -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-cloze/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-cloze/CHANGELOG.md). This plugin displays a text with certain words removed. Participants are asked to replace the missing items. Responses are recorded when clicking a button. Optionally, responses are evaluated and a function is called in case of differences, making it possible to inform participants about mistakes. diff --git a/docs/plugins/external-html.md b/docs/plugins/external-html.md index e141475f..1b8c22f7 100644 --- a/docs/plugins/external-html.md +++ b/docs/plugins/external-html.md @@ -1,6 +1,6 @@ -# external-html plugin +# external-html -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-external-html/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-external-html/CHANGELOG.md). The HTML plugin displays an external HTML document (often a consent form). Either a keyboard response or a button press can be used to continue to the next trial. It allows the experimenter to check if conditions are met (such as indicating informed consent) before continuing. diff --git a/docs/plugins/free-sort.md b/docs/plugins/free-sort.md index eab6d8e6..152da386 100644 --- a/docs/plugins/free-sort.md +++ b/docs/plugins/free-sort.md @@ -1,6 +1,6 @@ -# free-sort plugin +# free-sort -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-free-sort/CHANGELOG.md). +Current version: 1.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-free-sort/CHANGELOG.md). The free-sort plugin displays one or more images on the screen that the participant can interact with by clicking and dragging with a mouse, or touching and dragging with a touchscreen device. When the trial starts, the images can be positioned outside or inside the sort area. All images must be moved into the sorting area before the participant can click a button to end the trial. All of the moves that the participant performs are recorded, as well as the final positions of all images. This plugin could be useful when asking participants to position images based on similarity to one another, or to recall image spatial locations. diff --git a/docs/plugins/fullscreen.md b/docs/plugins/fullscreen.md index 17a52314..890ca195 100644 --- a/docs/plugins/fullscreen.md +++ b/docs/plugins/fullscreen.md @@ -1,6 +1,6 @@ -# fullscreen plugin +# fullscreen -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-fullscreen/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-fullscreen/CHANGELOG.md). The fullscreen plugin allows the experiment to enter or exit fullscreen mode. For security reasons, all browsers require that entry into fullscreen mode is triggered by a user action. To enter fullscreen mode, this plugin has the user click a button. Exiting fullscreen mode can be done without user input. diff --git a/docs/plugins/html-audio-response.md b/docs/plugins/html-audio-response.md index ad0fd8ba..252f5c59 100644 --- a/docs/plugins/html-audio-response.md +++ b/docs/plugins/html-audio-response.md @@ -1,6 +1,6 @@ # html-audio-response -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-html-audio-response/CHANGELOG.md). +Current version: 1.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-html-audio-response/CHANGELOG.md). This plugin displays HTML content and records audio from the participant via a microphone. diff --git a/docs/plugins/html-button-response.md b/docs/plugins/html-button-response.md index 32f8676e..17a8e45e 100644 --- a/docs/plugins/html-button-response.md +++ b/docs/plugins/html-button-response.md @@ -1,6 +1,6 @@ # html-button-response -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-html-button-response/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-html-button-response/CHANGELOG.md). This plugin displays HTML content and records responses generated by button click. The stimulus can be displayed until a response is given, or for a pre-determined amount of time. The trial can be ended automatically if the subject has failed to respond within a fixed length of time. The button itself can be customized using HTML formatting. diff --git a/docs/plugins/html-keyboard-response.md b/docs/plugins/html-keyboard-response.md index ff217e20..43618531 100644 --- a/docs/plugins/html-keyboard-response.md +++ b/docs/plugins/html-keyboard-response.md @@ -1,6 +1,6 @@ # html-keyboard-response -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-html-keyboard-response/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-html-keyboard-response/CHANGELOG.md). This plugin displays HTML content and records responses generated with the keyboard.The stimulus can be displayed until a response is given, or for a pre-determined amount of time. The trial can be ended automatically if the subject has failed to respond within a fixed length of time. diff --git a/docs/plugins/html-slider-response.md b/docs/plugins/html-slider-response.md index 2cfbe408..555a9cba 100644 --- a/docs/plugins/html-slider-response.md +++ b/docs/plugins/html-slider-response.md @@ -1,6 +1,6 @@ # html-slider-response -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-html-slider-response/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-html-slider-response/CHANGELOG.md). This plugin displays HTML content and allows the subject to respond by dragging a slider. diff --git a/docs/plugins/iat-html.md b/docs/plugins/iat-html.md index c9679f74..ff92ab42 100644 --- a/docs/plugins/iat-html.md +++ b/docs/plugins/iat-html.md @@ -1,6 +1,6 @@ -# iat-html plugin +# iat-html -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-iat-html/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-iat-html/CHANGELOG.md). This plugin runs a single trial of the [implicit association test (IAT)](https://implicit.harvard.edu/implicit/iatdetails.html), using HTML content as the stimulus. diff --git a/docs/plugins/iat-image.md b/docs/plugins/iat-image.md index 4971ba16..90b0ef70 100644 --- a/docs/plugins/iat-image.md +++ b/docs/plugins/iat-image.md @@ -1,6 +1,6 @@ # iat-image -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-iat-image/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-iat-image/CHANGELOG.md). This plugin runs a single trial of the [implicit association test (IAT)](https://implicit.harvard.edu/implicit/iatdetails.html), using an image as the stimulus. diff --git a/docs/plugins/image-button-response.md b/docs/plugins/image-button-response.md index 5499bd80..0960a52f 100644 --- a/docs/plugins/image-button-response.md +++ b/docs/plugins/image-button-response.md @@ -1,6 +1,6 @@ # image-button-response -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-image-button-response/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-image-button-response/CHANGELOG.md). This plugin displays an image and records responses generated with a button click. The stimulus can be displayed until a response is given, or for a pre-determined amount of time. The trial can be ended automatically if the subject has failed to respond within a fixed length of time. The button itself can be customized using HTML formatting. diff --git a/docs/plugins/image-keyboard-response.md b/docs/plugins/image-keyboard-response.md index 4a055417..c57b50f3 100644 --- a/docs/plugins/image-keyboard-response.md +++ b/docs/plugins/image-keyboard-response.md @@ -1,6 +1,6 @@ # image-keyboard-response -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-image-keyboard-response/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-image-keyboard-response/CHANGELOG.md). This plugin displays and image and records responses generated with the keyboard. The stimulus can be displayed until a response is given, or for a pre-determined amount of time. The trial can be ended automatically if the subject has failed to respond within a fixed length of time. diff --git a/docs/plugins/image-slider-response.md b/docs/plugins/image-slider-response.md index b02cca3a..517f7f74 100644 --- a/docs/plugins/image-slider-response.md +++ b/docs/plugins/image-slider-response.md @@ -1,6 +1,6 @@ # image-slider-response -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-image-slider-response/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-image-slider-response/CHANGELOG.md). This plugin displays and image and allows the subject to respond by dragging a slider. diff --git a/docs/plugins/initialize-microphone.md b/docs/plugins/initialize-microphone.md index 499e5bec..af2567c2 100644 --- a/docs/plugins/initialize-microphone.md +++ b/docs/plugins/initialize-microphone.md @@ -1,6 +1,6 @@ # initialize-microphone -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-initialize-microphone/CHANGELOG.md). +Current version: 1.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-initialize-microphone/CHANGELOG.md). This plugin asks the participant to grant permission to access a microphone. If multiple microphones are connected to the participant's device, then it allows the participant to pick which device to use. diff --git a/docs/plugins/instructions.md b/docs/plugins/instructions.md index 900435f9..46175ec3 100644 --- a/docs/plugins/instructions.md +++ b/docs/plugins/instructions.md @@ -1,6 +1,6 @@ -# instructions plugin +# instructions -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-instructions/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-instructions/CHANGELOG.md). This plugin is for showing instructions to the subject. It allows subjects to navigate through multiple pages of instructions at their own pace, recording how long the subject spends on each page. Navigation can be done using the mouse or keyboard. Subjects can be allowed to navigate forwards and backwards through pages, if desired. diff --git a/docs/plugins/maxdiff.md b/docs/plugins/maxdiff.md index dc7f7311..daf31574 100644 --- a/docs/plugins/maxdiff.md +++ b/docs/plugins/maxdiff.md @@ -1,6 +1,6 @@ -# maxdiff plugin +# maxdiff -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-maxdiff/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-maxdiff/CHANGELOG.md). The maxdiff plugin displays a table with rows of alternatives to be selected for two mutually-exclusive categories, typically as 'most' or 'least' on a particular criteria (e.g. importance, preference, similarity). The participant responds by selecting one radio button corresponding to an alternative in both the left and right response columns. The same alternative cannot be endorsed on both the left and right response columns (e.g. 'most' and 'least') simultaneously. diff --git a/docs/plugins/preload.md b/docs/plugins/preload.md index 066a113d..76361e40 100644 --- a/docs/plugins/preload.md +++ b/docs/plugins/preload.md @@ -1,6 +1,6 @@ # preload -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-preload/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-preload/CHANGELOG.md). This plugin loads images, audio, and video files. It is used for loading files into the browser's memory before they are needed in the experiment, in order to improve stimulus and response timing, and avoid disruption to the experiment flow. We recommend using this plugin anytime you are loading media files, and especially when your experiment requires large and/or many media files. See the [Media Preloading page](../overview/media-preloading/) for more information. diff --git a/docs/plugins/reconstruction.md b/docs/plugins/reconstruction.md index 6ae47248..941434d6 100644 --- a/docs/plugins/reconstruction.md +++ b/docs/plugins/reconstruction.md @@ -1,6 +1,6 @@ -# reconstruction plugin +# reconstruction -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-reconstruction/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-reconstruction/CHANGELOG.md). This plugin allows a subject to interact with a stimulus by modifying a parameter of the stimulus and observing the change in the stimulus in real-time. diff --git a/docs/plugins/resize.md b/docs/plugins/resize.md index 01671009..9dc71bb3 100644 --- a/docs/plugins/resize.md +++ b/docs/plugins/resize.md @@ -1,6 +1,6 @@ # resize -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-resize/CHANGELOG.md). +Current version: 1.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-resize/CHANGELOG.md). This plugin displays a resizable div container that allows the user to drag until the container is the same size as the item being measured. Once the user measures the item as close as possible, clicking the button sets a scaling factor for the div containing jsPsych content. This causes the stimuli that follow to have a known size, independent of monitor resolution. diff --git a/docs/plugins/same-different-html.md b/docs/plugins/same-different-html.md index ca17a2b2..6d2225e8 100644 --- a/docs/plugins/same-different-html.md +++ b/docs/plugins/same-different-html.md @@ -1,6 +1,6 @@ -# same-different-html plugin +# same-different-html -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-same-different-html/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-same-different-html/CHANGELOG.md). The same-different-html plugin displays two stimuli sequentially. Stimuli are HTML objects. The subject responds using the keyboard, and indicates whether the stimuli were the same or different. Same does not necessarily mean identical; a category judgment could be made, for example. diff --git a/docs/plugins/same-different-image.md b/docs/plugins/same-different-image.md index c5d3fbbd..0c2964f4 100644 --- a/docs/plugins/same-different-image.md +++ b/docs/plugins/same-different-image.md @@ -1,6 +1,6 @@ -# same-different-image plugin +# same-different-image -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-same-different-image/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-same-different-image/CHANGELOG.md). The same-different-image plugin displays two stimuli sequentially. Stimuli are images. The subject responds using the keyboard, and indicates whether the stimuli were the same or different. Same does not necessarily mean identical; a category judgment could be made, for example. diff --git a/docs/plugins/serial-reaction-time-mouse.md b/docs/plugins/serial-reaction-time-mouse.md index 967bb89c..777a25b1 100644 --- a/docs/plugins/serial-reaction-time-mouse.md +++ b/docs/plugins/serial-reaction-time-mouse.md @@ -1,6 +1,6 @@ -# serial-reaction-time-mouse plugin +# serial-reaction-time-mouse -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-serial-reaction-time-mouse/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-serial-reaction-time-mouse/CHANGELOG.md). The serial reaction time mouse plugin implements a generalized version of the SRT task [(Nissen & Bullmer, 1987)](https://doi.org/10.1016%2F0010-0285%2887%2990002-8). Squares are displayed in a grid-based system on the screen, and one square changes color. The participant must click on the square that changes color. diff --git a/docs/plugins/serial-reaction-time.md b/docs/plugins/serial-reaction-time.md index 9bcbee5d..829b2505 100644 --- a/docs/plugins/serial-reaction-time.md +++ b/docs/plugins/serial-reaction-time.md @@ -1,6 +1,6 @@ -# serial-reaction-time plugin +# serial-reaction-time -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-serial-reaction-time/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-serial-reaction-time/CHANGELOG.md). The serial reaction time plugin implements a generalized version of the SRT task [(Nissen & Bullemer, 1987)](https://doi.org/10.1016%2F0010-0285%2887%2990002-8). Squares are displayed in a grid-based system on the screen, and one square changes color. The participant presses a key that corresponds to the darkened key. Feedback is optionally displayed, showing the participant which square the key they pressed matches. diff --git a/docs/plugins/sketchpad.md b/docs/plugins/sketchpad.md index ee39d661..79b4f34e 100644 --- a/docs/plugins/sketchpad.md +++ b/docs/plugins/sketchpad.md @@ -1,6 +1,6 @@ -# sketchpad plugin +# sketchpad -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-sketchpad/CHANGELOG.md). +Current version: 1.0.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-sketchpad/CHANGELOG.md). This plugin creates an interactive canvas that the participant can draw on using their mouse or touchscreen. It can be used for sketching tasks, like asking the participant to draw a particular object. diff --git a/docs/plugins/survey-html-form.md b/docs/plugins/survey-html-form.md index 19cf6378..517ee5ef 100644 --- a/docs/plugins/survey-html-form.md +++ b/docs/plugins/survey-html-form.md @@ -1,6 +1,6 @@ -# survey-html-form plugin +# survey-html-form -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-html-form/CHANGELOG.md). +Current version: 1.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-html-form/CHANGELOG.md). The survey-html-form plugin displays a set of `` from a HTML string. The type of input can be freely chosen, for a list of possible input types see the [MDN page on inputs](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input). The subject provides answers to the input fields. diff --git a/docs/plugins/survey-likert.md b/docs/plugins/survey-likert.md index 2b8e0e5c..760fd703 100644 --- a/docs/plugins/survey-likert.md +++ b/docs/plugins/survey-likert.md @@ -1,6 +1,6 @@ -# survey-likert plugin +# survey-likert -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-likert/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-likert/CHANGELOG.md). The survey-likert plugin displays a set of questions with Likert scale responses. The subject responds by selecting a radio button. diff --git a/docs/plugins/survey-multi-choice.md b/docs/plugins/survey-multi-choice.md index 4ce4f734..4201c57e 100644 --- a/docs/plugins/survey-multi-choice.md +++ b/docs/plugins/survey-multi-choice.md @@ -1,6 +1,6 @@ -# survey-multi-choice plugin +# survey-multi-choice -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-multi-choice/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-multi-choice/CHANGELOG.md). The survey-multi-choice plugin displays a set of questions with multiple choice response fields. The subject selects a single answer. diff --git a/docs/plugins/survey-multi-select.md b/docs/plugins/survey-multi-select.md index 386cba38..ff546909 100644 --- a/docs/plugins/survey-multi-select.md +++ b/docs/plugins/survey-multi-select.md @@ -1,6 +1,6 @@ -# survey-multi-select plugin +# survey-multi-select -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-multi-select/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-multi-select/CHANGELOG.md). The survey-multi-select plugin displays a set of questions with multiple select response fields. The subject could select multiple answers. diff --git a/docs/plugins/survey-text.md b/docs/plugins/survey-text.md index 077b0a59..44ff0f3b 100644 --- a/docs/plugins/survey-text.md +++ b/docs/plugins/survey-text.md @@ -1,6 +1,6 @@ -# survey-text plugin +# survey-text -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-text/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey-text/CHANGELOG.md). The survey-text plugin displays a set of questions with free response text fields. The subject types in answers. diff --git a/docs/plugins/survey.md b/docs/plugins/survey.md index 69e53b50..f4c2dbe9 100644 --- a/docs/plugins/survey.md +++ b/docs/plugins/survey.md @@ -1,6 +1,6 @@ # survey -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey/CHANGELOG.md). +Current version: 0.1.1. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-survey/CHANGELOG.md). The survey plugin displays one or more questions of different types, on one or more pages that the participant can navigate. This plugin is built on top of the [SurveyJS](https://surveyjs.io/) library. diff --git a/docs/plugins/video-button-response.md b/docs/plugins/video-button-response.md index 597277e1..ef0e7607 100644 --- a/docs/plugins/video-button-response.md +++ b/docs/plugins/video-button-response.md @@ -1,6 +1,6 @@ -# video-button-response plugin +# video-button-response -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-video-button-response/CHANGELOG.md). +Current version: 9.9.9. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-video-button-response/CHANGELOG.md). This plugin plays a video and records responses generated by button click. The stimulus can be displayed until a response is given, or for a pre-determined amount of time. The trial can be ended automatically when the subject responds, when the video file has finished playing, or if the subject has failed to respond within a fixed length of time. You can also prevent a button response from being made before the video has finished playing. The button itself can be customized using HTML formatting. @@ -52,7 +52,7 @@ This may change in a future version as we improve the simulation modes. Using the CDN-hosted JavaScript file: ```js - + ``` Using the JavaScript file downloaded from a GitHub release dist archive: diff --git a/docs/plugins/video-keyboard-response.md b/docs/plugins/video-keyboard-response.md index 3cc9c1d7..ddfabc80 100644 --- a/docs/plugins/video-keyboard-response.md +++ b/docs/plugins/video-keyboard-response.md @@ -1,6 +1,6 @@ -# video-keyboard-response plugin +# video-keyboard-response -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-video-keyboard-response/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-video-keyboard-response/CHANGELOG.md). This plugin plays a video file and records a keyboard response. The stimulus can be displayed until a response is given, or for a pre-determined amount of time. The trial can be ended automatically when the subject responds, when the video file has finished playing, or if the subject has failed to respond within a fixed length of time. You can also prevent a keyboard response from being recorded before the video has finished playing. diff --git a/docs/plugins/video-slider-response.md b/docs/plugins/video-slider-response.md index 63f6ab7e..ee888751 100644 --- a/docs/plugins/video-slider-response.md +++ b/docs/plugins/video-slider-response.md @@ -1,6 +1,6 @@ -# video-slider-response plugin +# video-slider-response -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-video-slider-response/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-video-slider-response/CHANGELOG.md). This plugin plays a video and allows the subject to respond by dragging a slider. The stimulus can be displayed until a response is given, or for a pre-determined amount of time. The trial can be ended automatically when the subject responds, when the video file has finished playing, or if the subject has failed to respond within a fixed length of time. You can also prevent the slider response from being made before the video has finished playing. diff --git a/docs/plugins/virtual-chinrest.md b/docs/plugins/virtual-chinrest.md index 68f892ec..90dd4afd 100644 --- a/docs/plugins/virtual-chinrest.md +++ b/docs/plugins/virtual-chinrest.md @@ -1,6 +1,6 @@ # virtual-chinrest -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-virtual-chinrest/CHANGELOG.md). +Current version: 2.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-virtual-chinrest/CHANGELOG.md). This plugin provides a "virtual chinrest" that can measure the distance between the participant and the screen. It can also standardize the jsPsych page content to a known physical dimension (e.g., ensuring that a 200px wide stimulus is 2.2cm wide on the participant's monitor). This is based on the work of [Li, Joo, Yeatman, and Reinecke (2020)](https://doi.org/10.1038/s41598-019-57204-1), and the plugin code is a modified version of [their implementation](https://github.com/QishengLi/virtual_chinrest). We recommend citing their work in any paper that makes use of this plugin. diff --git a/docs/plugins/visual-search-circle.md b/docs/plugins/visual-search-circle.md index 3fdab7bd..750c153c 100644 --- a/docs/plugins/visual-search-circle.md +++ b/docs/plugins/visual-search-circle.md @@ -1,6 +1,6 @@ -# visual-search-circle plugin +# visual-search-circle -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-visual-search-circle/CHANGELOG.md). +Current version: 1.1.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-visual-search-circle/CHANGELOG.md). This plugin presents a customizable visual-search task modelled after [Wang, Cavanagh, & Green (1994)](http://dx.doi.org/10.3758/BF03206946). The subject indicates whether or not a target is present among a set of distractors. The stimuli are displayed in a circle, evenly-spaced, equidistant from a fixation point. Here is an example using normal and backward Ns: diff --git a/docs/plugins/webgazer-calibrate.md b/docs/plugins/webgazer-calibrate.md index 2f158755..2cbddb14 100644 --- a/docs/plugins/webgazer-calibrate.md +++ b/docs/plugins/webgazer-calibrate.md @@ -1,6 +1,6 @@ # webgazer-calibrate -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-webgazer-calibrate/CHANGELOG.md). +Current version: 1.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-webgazer-calibrate/CHANGELOG.md). This plugin can be used to calibrate the [WebGazer extension](../extensions/webgazer.md). For a narrative description of eye tracking with jsPsych, see the [eye tracking overview](../overview/eye-tracking.md). diff --git a/docs/plugins/webgazer-init-camera.md b/docs/plugins/webgazer-init-camera.md index 7fe345c1..568c6ed1 100644 --- a/docs/plugins/webgazer-init-camera.md +++ b/docs/plugins/webgazer-init-camera.md @@ -1,6 +1,6 @@ # webgazer-init-camera -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-webgazer-init-camera/CHANGELOG.md). +Current version: 1.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-webgazer-init-camera/CHANGELOG.md). This plugin initializes the camera and helps the participant center their face in the camera view for using the the [WebGazer extension](../extensions/webgazer.md). For a narrative description of eye tracking with jsPsych, see the [eye tracking overview](../overview/eye-tracking.md). diff --git a/docs/plugins/webgazer-validate.md b/docs/plugins/webgazer-validate.md index cddb93f7..0dc2098f 100644 --- a/docs/plugins/webgazer-validate.md +++ b/docs/plugins/webgazer-validate.md @@ -1,6 +1,6 @@ # webgazer-validate -Current version: current-plugin-version. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-webgazer-validate/CHANGELOG.md). +Current version: 1.0.0. [See version history](https://github.com/jspsych/jsPsych/blob/main/packages/plugin-webgazer-validate/CHANGELOG.md). This plugin can be used to measure the accuracy and precision of gaze predictions made by the [WebGazer extension](../extensions/webgazer.md). For a narrative description of eye tracking with jsPsych, see the [eye tracking overview](../overview/eye-tracking.md). @@ -40,7 +40,7 @@ This plugin does not yet support [simulation mode](../overview/simulation.md). Using the CDN-hosted JavaScript file: ```js - + ``` Using the JavaScript file downloaded from a GitHub release dist archive: