diff --git a/docs/plugins/initialize-microphone.md b/docs/plugins/initialize-microphone.md index 8d4a0b44..91bb5087 100644 --- a/docs/plugins/initialize-microphone.md +++ b/docs/plugins/initialize-microphone.md @@ -4,7 +4,7 @@ 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. Once access is granted for an experiment you do not need to get permission again. -Once the microphone is selected with this plugin it can be accessed with [`jsPsych.pluginAPI.getMicrophoneRecorder()`](dead-link.md). +Once the microphone is selected with this plugin it can be accessed with [`jsPsych.pluginAPI.getMicrophoneRecorder()`](../reference/jspsych-pluginAPI.md#getmicrophonerecorder). !!! warning When recording from a microphone your experiment will need to be running over `https://` protocol. If you try to run the experiment locally using the `file://` protocol or over `http://` protocol you will not be able to access the microphone because of [potential security problems](https://blog.mozilla.org/webrtc/camera-microphone-require-https-in-firefox-68/). diff --git a/packages/plugin-animation/package.json b/packages/plugin-animation/package.json index 06d9567f..096a31b6 100644 --- a/packages/plugin-animation/package.json +++ b/packages/plugin-animation/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/animation", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-audio-button-response/package.json b/packages/plugin-audio-button-response/package.json index ba42462e..4f957995 100644 --- a/packages/plugin-audio-button-response/package.json +++ b/packages/plugin-audio-button-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/audio-button-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-audio-keyboard-response/package.json b/packages/plugin-audio-keyboard-response/package.json index 5d1a3da8..5bc5b6d0 100644 --- a/packages/plugin-audio-keyboard-response/package.json +++ b/packages/plugin-audio-keyboard-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/audio-keyboard-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-audio-slider-response/package.json b/packages/plugin-audio-slider-response/package.json index 20a40453..a9cf84af 100644 --- a/packages/plugin-audio-slider-response/package.json +++ b/packages/plugin-audio-slider-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/audio-slider-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-browser-check/package.json b/packages/plugin-browser-check/package.json index 0b4e58e8..8f1a4220 100644 --- a/packages/plugin-browser-check/package.json +++ b/packages/plugin-browser-check/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/html-keyboard-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-call-function/package.json b/packages/plugin-call-function/package.json index 6842fe4d..01f327dd 100644 --- a/packages/plugin-call-function/package.json +++ b/packages/plugin-call-function/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/call-function", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-canvas-button-response/package.json b/packages/plugin-canvas-button-response/package.json index 9be44c25..fd590215 100644 --- a/packages/plugin-canvas-button-response/package.json +++ b/packages/plugin-canvas-button-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/canvas-button-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-canvas-keyboard-response/package.json b/packages/plugin-canvas-keyboard-response/package.json index ce715133..c0ecb870 100644 --- a/packages/plugin-canvas-keyboard-response/package.json +++ b/packages/plugin-canvas-keyboard-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/canvas-keyboard-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-canvas-slider-response/package.json b/packages/plugin-canvas-slider-response/package.json index 2145c1fe..bc623efb 100644 --- a/packages/plugin-canvas-slider-response/package.json +++ b/packages/plugin-canvas-slider-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/canvas-slider-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-categorize-animation/package.json b/packages/plugin-categorize-animation/package.json index d7ac62e2..06e44ed8 100644 --- a/packages/plugin-categorize-animation/package.json +++ b/packages/plugin-categorize-animation/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/categorize-animation", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-categorize-html/package.json b/packages/plugin-categorize-html/package.json index f38e366e..39906dba 100644 --- a/packages/plugin-categorize-html/package.json +++ b/packages/plugin-categorize-html/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/categorize-html", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-categorize-image/package.json b/packages/plugin-categorize-image/package.json index e01dcb70..416a4e4c 100644 --- a/packages/plugin-categorize-image/package.json +++ b/packages/plugin-categorize-image/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/categorize-image", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-cloze/package.json b/packages/plugin-cloze/package.json index f4ba59b6..b01a9bd0 100644 --- a/packages/plugin-cloze/package.json +++ b/packages/plugin-cloze/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/cloze", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-external-html/package.json b/packages/plugin-external-html/package.json index 081b67cf..22da4229 100644 --- a/packages/plugin-external-html/package.json +++ b/packages/plugin-external-html/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/external-html", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-free-sort/package.json b/packages/plugin-free-sort/package.json index b3c7083c..71924447 100644 --- a/packages/plugin-free-sort/package.json +++ b/packages/plugin-free-sort/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/free-sort", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-fullscreen/package.json b/packages/plugin-fullscreen/package.json index 6191624a..97e0c362 100644 --- a/packages/plugin-fullscreen/package.json +++ b/packages/plugin-fullscreen/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/fullscreen", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-html-audio-response/package.json b/packages/plugin-html-audio-response/package.json index 9a391103..25dca7cd 100644 --- a/packages/plugin-html-audio-response/package.json +++ b/packages/plugin-html-audio-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/html-audio-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-html-button-response/package.json b/packages/plugin-html-button-response/package.json index 25458c91..4456316d 100644 --- a/packages/plugin-html-button-response/package.json +++ b/packages/plugin-html-button-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/html-button-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-html-keyboard-response/package.json b/packages/plugin-html-keyboard-response/package.json index 31fa1ca2..4e7515bd 100644 --- a/packages/plugin-html-keyboard-response/package.json +++ b/packages/plugin-html-keyboard-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/html-keyboard-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-html-slider-response/package.json b/packages/plugin-html-slider-response/package.json index 3fbcb432..0761d2a3 100644 --- a/packages/plugin-html-slider-response/package.json +++ b/packages/plugin-html-slider-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/html-slider-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-iat-html/package.json b/packages/plugin-iat-html/package.json index c87ee9da..31fbefba 100644 --- a/packages/plugin-iat-html/package.json +++ b/packages/plugin-iat-html/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/iat-html", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-iat-image/package.json b/packages/plugin-iat-image/package.json index 12bd19e2..b2730242 100644 --- a/packages/plugin-iat-image/package.json +++ b/packages/plugin-iat-image/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/iat-image", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-image-button-response/package.json b/packages/plugin-image-button-response/package.json index 8317c302..d0c81ce8 100644 --- a/packages/plugin-image-button-response/package.json +++ b/packages/plugin-image-button-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/image-button-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-image-keyboard-response/package.json b/packages/plugin-image-keyboard-response/package.json index 01af82a0..c3496458 100644 --- a/packages/plugin-image-keyboard-response/package.json +++ b/packages/plugin-image-keyboard-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/image-keyboard-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-image-slider-response/package.json b/packages/plugin-image-slider-response/package.json index 8ab36856..dd603e01 100644 --- a/packages/plugin-image-slider-response/package.json +++ b/packages/plugin-image-slider-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/image-slider-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-initialize-microphone/package.json b/packages/plugin-initialize-microphone/package.json index 3a6d9484..060275c3 100644 --- a/packages/plugin-initialize-microphone/package.json +++ b/packages/plugin-initialize-microphone/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/initialize-microphone", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-instructions/package.json b/packages/plugin-instructions/package.json index f7fa40d5..3a5e16f1 100644 --- a/packages/plugin-instructions/package.json +++ b/packages/plugin-instructions/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/instructions", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-maxdiff/package.json b/packages/plugin-maxdiff/package.json index 571871c2..04e13c30 100644 --- a/packages/plugin-maxdiff/package.json +++ b/packages/plugin-maxdiff/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/maxdiff", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-preload/package.json b/packages/plugin-preload/package.json index 19f9ebec..2db73fec 100644 --- a/packages/plugin-preload/package.json +++ b/packages/plugin-preload/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/preload", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-reconstruction/package.json b/packages/plugin-reconstruction/package.json index 5d36aca9..057347e3 100644 --- a/packages/plugin-reconstruction/package.json +++ b/packages/plugin-reconstruction/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/reconstruction", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-same-different-html/package.json b/packages/plugin-same-different-html/package.json index 1d8d2ead..a78daed3 100644 --- a/packages/plugin-same-different-html/package.json +++ b/packages/plugin-same-different-html/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/same-different-html", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-same-different-image/package.json b/packages/plugin-same-different-image/package.json index 42916ba3..7ad156b6 100644 --- a/packages/plugin-same-different-image/package.json +++ b/packages/plugin-same-different-image/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/same-different-image", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-serial-reaction-time-mouse/package.json b/packages/plugin-serial-reaction-time-mouse/package.json index 64af660a..f0518551 100644 --- a/packages/plugin-serial-reaction-time-mouse/package.json +++ b/packages/plugin-serial-reaction-time-mouse/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/serial-reaction-time-mouse", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-serial-reaction-time/package.json b/packages/plugin-serial-reaction-time/package.json index 2fd7e3c7..a9e4372f 100644 --- a/packages/plugin-serial-reaction-time/package.json +++ b/packages/plugin-serial-reaction-time/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/serial-reaction-time", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-sketchpad/package.json b/packages/plugin-sketchpad/package.json index 3a288d24..fec22f7a 100644 --- a/packages/plugin-sketchpad/package.json +++ b/packages/plugin-sketchpad/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/sketchpad", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-survey-html-form/package.json b/packages/plugin-survey-html-form/package.json index 796736af..1d41172e 100644 --- a/packages/plugin-survey-html-form/package.json +++ b/packages/plugin-survey-html-form/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/survey-html-form", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-survey-likert/package.json b/packages/plugin-survey-likert/package.json index 79b0cedd..1f434665 100644 --- a/packages/plugin-survey-likert/package.json +++ b/packages/plugin-survey-likert/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/survey-likert", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-survey-multi-choice/package.json b/packages/plugin-survey-multi-choice/package.json index 7a6b68d8..3e4357f7 100644 --- a/packages/plugin-survey-multi-choice/package.json +++ b/packages/plugin-survey-multi-choice/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/survey-multi-choice", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-survey-multi-select/package.json b/packages/plugin-survey-multi-select/package.json index efd56379..2f615a7c 100644 --- a/packages/plugin-survey-multi-select/package.json +++ b/packages/plugin-survey-multi-select/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/survey-multi-select", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-survey-text/package.json b/packages/plugin-survey-text/package.json index f667d7e7..3a68faf3 100644 --- a/packages/plugin-survey-text/package.json +++ b/packages/plugin-survey-text/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/survey-text", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-video-button-response/package.json b/packages/plugin-video-button-response/package.json index ae31132b..cbe63ff8 100644 --- a/packages/plugin-video-button-response/package.json +++ b/packages/plugin-video-button-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/video-button-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-video-keyboard-response/package.json b/packages/plugin-video-keyboard-response/package.json index ab414d61..444adab7 100644 --- a/packages/plugin-video-keyboard-response/package.json +++ b/packages/plugin-video-keyboard-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/video-keyboard-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-video-slider-response/package.json b/packages/plugin-video-slider-response/package.json index 8714aa6e..40d45538 100644 --- a/packages/plugin-video-slider-response/package.json +++ b/packages/plugin-video-slider-response/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/video-slider-response", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0", diff --git a/packages/plugin-visual-search-circle/package.json b/packages/plugin-visual-search-circle/package.json index f91600a0..77e2e715 100644 --- a/packages/plugin-visual-search-circle/package.json +++ b/packages/plugin-visual-search-circle/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://www.jspsych.org/latest/plugins/visual-search-circle", "peerDependencies": { - "jspsych": ">=7.0.0" + "jspsych": ">=7.1.0" }, "devDependencies": { "@jspsych/config": "^1.1.0",