diff --git a/.changeset/cold-dancers-cover.md b/.changeset/cold-dancers-cover.md deleted file mode 100644 index ef70da33..00000000 --- a/.changeset/cold-dancers-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/plugin-canvas-slider-response": patch ---- - -Fixed a bug where the jspsych-slider class was not applied to the input range element. diff --git a/.changeset/hot-balloons-rush.md b/.changeset/hot-balloons-rush.md deleted file mode 100644 index 67091a3a..00000000 --- a/.changeset/hot-balloons-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/config": minor ---- - -Add the updatePluginVersions gulp task. This task looks at each of the docs/plugins markdown files, finds the page title and "Current version" string, adds the current version number (from the package.json file), and uses the package name as the page title. diff --git a/.changeset/old-dogs-sniff.md b/.changeset/old-dogs-sniff.md deleted file mode 100644 index a9575c40..00000000 --- a/.changeset/old-dogs-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/plugin-survey": minor ---- - -Add `input_type` parameter for questions of type `text` diff --git a/.changeset/perfect-pianos-protect.md b/.changeset/perfect-pianos-protect.md deleted file mode 100644 index 332cee24..00000000 --- a/.changeset/perfect-pianos-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"jspsych": patch ---- - -Use a more efficient method to access the most recent trial's data at the end of each trial. diff --git a/.changeset/quiet-carpets-unite.md b/.changeset/quiet-carpets-unite.md deleted file mode 100644 index 4a36d542..00000000 --- a/.changeset/quiet-carpets-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/config": patch ---- - -Update dependencies, including Jest v27 to v28. The changelogs have been carefully checked and no breaking changes are to be expected in packages using `@jspsych/config`. Check out the [Jest 28 blog post](https://jestjs.io/blog/2022/04/25/jest-28) for a summary of the changes in Jest. diff --git a/.changeset/six-cycles-wait.md b/.changeset/six-cycles-wait.md deleted file mode 100644 index 84fb0237..00000000 --- a/.changeset/six-cycles-wait.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -"@jspsych/extension-mouse-tracking": patch -"@jspsych/extension-webgazer": patch -"jspsych": patch -"@jspsych/plugin-animation": patch -"@jspsych/plugin-audio-button-response": patch -"@jspsych/plugin-audio-keyboard-response": patch -"@jspsych/plugin-audio-slider-response": patch -"@jspsych/plugin-browser-check": patch -"@jspsych/plugin-call-function": patch -"@jspsych/plugin-canvas-button-response": patch -"@jspsych/plugin-canvas-keyboard-response": patch -"@jspsych/plugin-canvas-slider-response": patch -"@jspsych/plugin-categorize-animation": patch -"@jspsych/plugin-categorize-html": patch -"@jspsych/plugin-categorize-image": patch -"@jspsych/plugin-cloze": patch -"@jspsych/plugin-external-html": patch -"@jspsych/plugin-free-sort": patch -"@jspsych/plugin-fullscreen": patch -"@jspsych/plugin-html-audio-response": patch -"@jspsych/plugin-html-button-response": patch -"@jspsych/plugin-html-keyboard-response": patch -"@jspsych/plugin-html-slider-response": patch -"@jspsych/plugin-iat-html": patch -"@jspsych/plugin-iat-image": patch -"@jspsych/plugin-image-button-response": patch -"@jspsych/plugin-image-keyboard-response": patch -"@jspsych/plugin-image-slider-response": patch -"@jspsych/plugin-initialize-microphone": patch -"@jspsych/plugin-instructions": patch -"@jspsych/plugin-maxdiff": patch -"@jspsych/plugin-preload": patch -"@jspsych/plugin-reconstruction": patch -"@jspsych/plugin-resize": patch -"@jspsych/plugin-same-different-html": patch -"@jspsych/plugin-same-different-image": patch -"@jspsych/plugin-serial-reaction-time": patch -"@jspsych/plugin-serial-reaction-time-mouse": patch -"@jspsych/plugin-sketchpad": patch -"@jspsych/plugin-survey": patch -"@jspsych/plugin-survey-html-form": patch -"@jspsych/plugin-survey-likert": patch -"@jspsych/plugin-survey-multi-choice": patch -"@jspsych/plugin-survey-multi-select": patch -"@jspsych/plugin-survey-text": patch -"@jspsych/plugin-video-button-response": patch -"@jspsych/plugin-video-keyboard-response": patch -"@jspsych/plugin-video-slider-response": patch -"@jspsych/plugin-virtual-chinrest": patch -"@jspsych/plugin-visual-search-circle": patch -"@jspsych/plugin-webgazer-calibrate": patch -"@jspsych/plugin-webgazer-init-camera": patch -"@jspsych/plugin-webgazer-validate": patch ---- - -Improve browser compatibility when loading via `unpkg.com`, i.e. when using the `dist/index.browser.min.js` build artifact. diff --git a/.changeset/spicy-carrots-love.md b/.changeset/spicy-carrots-love.md deleted file mode 100644 index 275c9ba1..00000000 --- a/.changeset/spicy-carrots-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/config": patch ---- - -Apply Babel Rollup plugin to `.ts` files in the `index.browser.min.js` build. It was erroneously ignoring transpiled `.ts` files before. diff --git a/.changeset/spicy-lies-sell.md b/.changeset/spicy-lies-sell.md deleted file mode 100644 index 2007bfa3..00000000 --- a/.changeset/spicy-lies-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/plugin-survey": patch ---- - -Export css files in `package.json` diff --git a/docs/demos/eye-tracking-with-webgazer.html b/docs/demos/eye-tracking-with-webgazer.html index 20e33e7b..47931cb5 100644 --- a/docs/demos/eye-tracking-with-webgazer.html +++ b/docs/demos/eye-tracking-with-webgazer.html @@ -1,19 +1,19 @@ - - - - - - - - + + + + + + + + - + diff --git a/docs/demos/jspsych-animation-demo.html b/docs/demos/jspsych-animation-demo.html index e5e5b27f..819fa480 100644 --- a/docs/demos/jspsych-animation-demo.html +++ b/docs/demos/jspsych-animation-demo.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-html-audio-response-demo2.html b/docs/demos/jspsych-html-audio-response-demo2.html index 6822560c..eddca399 100644 --- a/docs/demos/jspsych-html-audio-response-demo2.html +++ b/docs/demos/jspsych-html-audio-response-demo2.html @@ -1,11 +1,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-html-audio-response-demo3.html b/docs/demos/jspsych-html-audio-response-demo3.html index f4c9fc19..27a68781 100644 --- a/docs/demos/jspsych-html-audio-response-demo3.html +++ b/docs/demos/jspsych-html-audio-response-demo3.html @@ -1,12 +1,12 @@ - - - - - - + + + + + + diff --git a/docs/demos/jspsych-html-button-response-demo1.html b/docs/demos/jspsych-html-button-response-demo1.html index 80f2c822..9c2095c6 100644 --- a/docs/demos/jspsych-html-button-response-demo1.html +++ b/docs/demos/jspsych-html-button-response-demo1.html @@ -2,9 +2,9 @@ - - - + + + diff --git a/docs/demos/jspsych-html-keyboard-response-demo1.html b/docs/demos/jspsych-html-keyboard-response-demo1.html index 91535c81..915166a6 100644 --- a/docs/demos/jspsych-html-keyboard-response-demo1.html +++ b/docs/demos/jspsych-html-keyboard-response-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-html-keyboard-response-demo2.html b/docs/demos/jspsych-html-keyboard-response-demo2.html index 025ae0a2..d5d9c8e4 100644 --- a/docs/demos/jspsych-html-keyboard-response-demo2.html +++ b/docs/demos/jspsych-html-keyboard-response-demo2.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-html-slider-response-demo1.html b/docs/demos/jspsych-html-slider-response-demo1.html index c457dea2..576a2628 100644 --- a/docs/demos/jspsych-html-slider-response-demo1.html +++ b/docs/demos/jspsych-html-slider-response-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-iat-html-demo1.html b/docs/demos/jspsych-iat-html-demo1.html index 5e16c70e..99256b2e 100644 --- a/docs/demos/jspsych-iat-html-demo1.html +++ b/docs/demos/jspsych-iat-html-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-iat-image-demo1.html b/docs/demos/jspsych-iat-image-demo1.html index d7768040..ca8ee79d 100644 --- a/docs/demos/jspsych-iat-image-demo1.html +++ b/docs/demos/jspsych-iat-image-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-image-button-response-demo1.html b/docs/demos/jspsych-image-button-response-demo1.html index 095568ea..5c8f865a 100644 --- a/docs/demos/jspsych-image-button-response-demo1.html +++ b/docs/demos/jspsych-image-button-response-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-image-keyboard-response-demo1.html b/docs/demos/jspsych-image-keyboard-response-demo1.html index 7309d22b..4ff4b153 100644 --- a/docs/demos/jspsych-image-keyboard-response-demo1.html +++ b/docs/demos/jspsych-image-keyboard-response-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-image-keyboard-response-demo2.html b/docs/demos/jspsych-image-keyboard-response-demo2.html index 404eb685..906f2a5c 100644 --- a/docs/demos/jspsych-image-keyboard-response-demo2.html +++ b/docs/demos/jspsych-image-keyboard-response-demo2.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-image-slider-response-demo1.html b/docs/demos/jspsych-image-slider-response-demo1.html index d3d1bc02..018adf69 100644 --- a/docs/demos/jspsych-image-slider-response-demo1.html +++ b/docs/demos/jspsych-image-slider-response-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-initialize-microphone-demo1.html b/docs/demos/jspsych-initialize-microphone-demo1.html index ec69673f..6e837e62 100644 --- a/docs/demos/jspsych-initialize-microphone-demo1.html +++ b/docs/demos/jspsych-initialize-microphone-demo1.html @@ -1,10 +1,10 @@ - - - --> - + + + --> + diff --git a/docs/demos/jspsych-instructions-demo-1.html b/docs/demos/jspsych-instructions-demo-1.html index 49f25774..188cdd0a 100644 --- a/docs/demos/jspsych-instructions-demo-1.html +++ b/docs/demos/jspsych-instructions-demo-1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-instructions-demo-2.html b/docs/demos/jspsych-instructions-demo-2.html index 3a4af8e6..ca2b1955 100644 --- a/docs/demos/jspsych-instructions-demo-2.html +++ b/docs/demos/jspsych-instructions-demo-2.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-instructions-demo-3.html b/docs/demos/jspsych-instructions-demo-3.html index 509394f7..28eb39ba 100644 --- a/docs/demos/jspsych-instructions-demo-3.html +++ b/docs/demos/jspsych-instructions-demo-3.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-maxdiff-demo1.html b/docs/demos/jspsych-maxdiff-demo1.html index 16189b0f..a0c77cfd 100644 --- a/docs/demos/jspsych-maxdiff-demo1.html +++ b/docs/demos/jspsych-maxdiff-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-preload-demo1.html b/docs/demos/jspsych-preload-demo1.html index 4db3ff26..b28bbecb 100644 --- a/docs/demos/jspsych-preload-demo1.html +++ b/docs/demos/jspsych-preload-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-preload-demo2.html b/docs/demos/jspsych-preload-demo2.html index 220ab9d7..35da4149 100644 --- a/docs/demos/jspsych-preload-demo2.html +++ b/docs/demos/jspsych-preload-demo2.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-preload-demo3.html b/docs/demos/jspsych-preload-demo3.html index 4fe88eb0..f5388871 100644 --- a/docs/demos/jspsych-preload-demo3.html +++ b/docs/demos/jspsych-preload-demo3.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-preload-demo4.html b/docs/demos/jspsych-preload-demo4.html index ea7ff780..e22af7e4 100644 --- a/docs/demos/jspsych-preload-demo4.html +++ b/docs/demos/jspsych-preload-demo4.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-reconstruction-demo1.html b/docs/demos/jspsych-reconstruction-demo1.html index 755ea417..7887b7a7 100644 --- a/docs/demos/jspsych-reconstruction-demo1.html +++ b/docs/demos/jspsych-reconstruction-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-resize-demo1.html b/docs/demos/jspsych-resize-demo1.html index c3dceff1..ee414885 100644 --- a/docs/demos/jspsych-resize-demo1.html +++ b/docs/demos/jspsych-resize-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-same-different-html-demo1.html b/docs/demos/jspsych-same-different-html-demo1.html index add4ab77..bfe569ca 100644 --- a/docs/demos/jspsych-same-different-html-demo1.html +++ b/docs/demos/jspsych-same-different-html-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-same-different-image-demo1.html b/docs/demos/jspsych-same-different-image-demo1.html index cb775111..7b53915d 100644 --- a/docs/demos/jspsych-same-different-image-demo1.html +++ b/docs/demos/jspsych-same-different-image-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-serial-reaction-time-demo1.html b/docs/demos/jspsych-serial-reaction-time-demo1.html index 399373e8..2dd80b4c 100644 --- a/docs/demos/jspsych-serial-reaction-time-demo1.html +++ b/docs/demos/jspsych-serial-reaction-time-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-serial-reaction-time-demo2.html b/docs/demos/jspsych-serial-reaction-time-demo2.html index 30cd0dde..526b037e 100644 --- a/docs/demos/jspsych-serial-reaction-time-demo2.html +++ b/docs/demos/jspsych-serial-reaction-time-demo2.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-serial-reaction-time-mouse-demo1.html b/docs/demos/jspsych-serial-reaction-time-mouse-demo1.html index 73c349e6..05bf1146 100644 --- a/docs/demos/jspsych-serial-reaction-time-mouse-demo1.html +++ b/docs/demos/jspsych-serial-reaction-time-mouse-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-serial-reaction-time-mouse-demo2.html b/docs/demos/jspsych-serial-reaction-time-mouse-demo2.html index 429de82f..5e19eec6 100644 --- a/docs/demos/jspsych-serial-reaction-time-mouse-demo2.html +++ b/docs/demos/jspsych-serial-reaction-time-mouse-demo2.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-sketchpad-demo1.html b/docs/demos/jspsych-sketchpad-demo1.html index 6b730a22..7dd70ee7 100644 --- a/docs/demos/jspsych-sketchpad-demo1.html +++ b/docs/demos/jspsych-sketchpad-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-sketchpad-demo2.html b/docs/demos/jspsych-sketchpad-demo2.html index 36eae895..6569eac3 100644 --- a/docs/demos/jspsych-sketchpad-demo2.html +++ b/docs/demos/jspsych-sketchpad-demo2.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-sketchpad-demo3.html b/docs/demos/jspsych-sketchpad-demo3.html index 25462956..c9c17007 100644 --- a/docs/demos/jspsych-sketchpad-demo3.html +++ b/docs/demos/jspsych-sketchpad-demo3.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-survey-demo1.html b/docs/demos/jspsych-survey-demo1.html index 38d8da88..40442163 100644 --- a/docs/demos/jspsych-survey-demo1.html +++ b/docs/demos/jspsych-survey-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-survey-demo2.html b/docs/demos/jspsych-survey-demo2.html index f441b043..8c561df1 100644 --- a/docs/demos/jspsych-survey-demo2.html +++ b/docs/demos/jspsych-survey-demo2.html @@ -3,11 +3,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-survey-demo3.html b/docs/demos/jspsych-survey-demo3.html index 76ad2ba0..1829fe98 100644 --- a/docs/demos/jspsych-survey-demo3.html +++ b/docs/demos/jspsych-survey-demo3.html @@ -3,11 +3,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-survey-demo4.html b/docs/demos/jspsych-survey-demo4.html index fc5cd2d5..52342290 100644 --- a/docs/demos/jspsych-survey-demo4.html +++ b/docs/demos/jspsych-survey-demo4.html @@ -3,11 +3,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-survey-html-form-demo1.html b/docs/demos/jspsych-survey-html-form-demo1.html index dcc25eab..a3bff99c 100644 --- a/docs/demos/jspsych-survey-html-form-demo1.html +++ b/docs/demos/jspsych-survey-html-form-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-html-form-demo2.html b/docs/demos/jspsych-survey-html-form-demo2.html index 2be895c9..2dd46ea2 100644 --- a/docs/demos/jspsych-survey-html-form-demo2.html +++ b/docs/demos/jspsych-survey-html-form-demo2.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-likert-demo1.html b/docs/demos/jspsych-survey-likert-demo1.html index 2d6bbee0..eb03511b 100644 --- a/docs/demos/jspsych-survey-likert-demo1.html +++ b/docs/demos/jspsych-survey-likert-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-likert-demo2.html b/docs/demos/jspsych-survey-likert-demo2.html index 2db54bdc..41b4aa65 100644 --- a/docs/demos/jspsych-survey-likert-demo2.html +++ b/docs/demos/jspsych-survey-likert-demo2.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-multi-choice-demo1.html b/docs/demos/jspsych-survey-multi-choice-demo1.html index cd332d7d..1b1f61e2 100644 --- a/docs/demos/jspsych-survey-multi-choice-demo1.html +++ b/docs/demos/jspsych-survey-multi-choice-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-multi-choice-demo2.html b/docs/demos/jspsych-survey-multi-choice-demo2.html index dc086ef0..8872557b 100644 --- a/docs/demos/jspsych-survey-multi-choice-demo2.html +++ b/docs/demos/jspsych-survey-multi-choice-demo2.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-multi-select-demo1.html b/docs/demos/jspsych-survey-multi-select-demo1.html index fb1ef1ff..33ecda6a 100644 --- a/docs/demos/jspsych-survey-multi-select-demo1.html +++ b/docs/demos/jspsych-survey-multi-select-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-text-demo1.html b/docs/demos/jspsych-survey-text-demo1.html index 1a7cc068..af8ec28d 100644 --- a/docs/demos/jspsych-survey-text-demo1.html +++ b/docs/demos/jspsych-survey-text-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-text-demo2.html b/docs/demos/jspsych-survey-text-demo2.html index 21cb7fab..45b4fc32 100644 --- a/docs/demos/jspsych-survey-text-demo2.html +++ b/docs/demos/jspsych-survey-text-demo2.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-text-demo3.html b/docs/demos/jspsych-survey-text-demo3.html index 7ce7bfbf..fad3bfcb 100644 --- a/docs/demos/jspsych-survey-text-demo3.html +++ b/docs/demos/jspsych-survey-text-demo3.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-text-demo4.html b/docs/demos/jspsych-survey-text-demo4.html index fc1e0b52..0c5d06ae 100644 --- a/docs/demos/jspsych-survey-text-demo4.html +++ b/docs/demos/jspsych-survey-text-demo4.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-video-button-response-demo1.html b/docs/demos/jspsych-video-button-response-demo1.html index 0b6e4d99..6fc03282 100644 --- a/docs/demos/jspsych-video-button-response-demo1.html +++ b/docs/demos/jspsych-video-button-response-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-video-keyboard-response-demo1.html b/docs/demos/jspsych-video-keyboard-response-demo1.html index 168b6db3..3b2efa14 100644 --- a/docs/demos/jspsych-video-keyboard-response-demo1.html +++ b/docs/demos/jspsych-video-keyboard-response-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-video-slider-response-demo1.html b/docs/demos/jspsych-video-slider-response-demo1.html index d5ee9742..c6998ffb 100644 --- a/docs/demos/jspsych-video-slider-response-demo1.html +++ b/docs/demos/jspsych-video-slider-response-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-virtual-chinrest-demo1.html b/docs/demos/jspsych-virtual-chinrest-demo1.html index 4df4ccc7..8aa7fa96 100644 --- a/docs/demos/jspsych-virtual-chinrest-demo1.html +++ b/docs/demos/jspsych-virtual-chinrest-demo1.html @@ -2,12 +2,12 @@ - - - - + + + + - + diff --git a/docs/demos/jspsych-virtual-chinrest-demo2.html b/docs/demos/jspsych-virtual-chinrest-demo2.html index 52698703..949d8fc0 100644 --- a/docs/demos/jspsych-virtual-chinrest-demo2.html +++ b/docs/demos/jspsych-virtual-chinrest-demo2.html @@ -2,12 +2,12 @@ - - - - + + + + - + diff --git a/docs/demos/jspsych-virtual-chinrest-demo3.html b/docs/demos/jspsych-virtual-chinrest-demo3.html index 804ff81c..435e0e4d 100644 --- a/docs/demos/jspsych-virtual-chinrest-demo3.html +++ b/docs/demos/jspsych-virtual-chinrest-demo3.html @@ -2,12 +2,12 @@ - - - - + + + + - + diff --git a/docs/demos/jspsych-visual-search-circle-demo1.html b/docs/demos/jspsych-visual-search-circle-demo1.html index 61265886..5f825aab 100644 --- a/docs/demos/jspsych-visual-search-circle-demo1.html +++ b/docs/demos/jspsych-visual-search-circle-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-visual-search-circle-demo2.html b/docs/demos/jspsych-visual-search-circle-demo2.html index ae7e6dff..8842f7e8 100644 --- a/docs/demos/jspsych-visual-search-circle-demo2.html +++ b/docs/demos/jspsych-visual-search-circle-demo2.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/overview/extensions.md b/docs/overview/extensions.md index 0fb91b24..00b4bf5d 100644 --- a/docs/overview/extensions.md +++ b/docs/overview/extensions.md @@ -8,7 +8,7 @@ To use an extension in an experiment, you'll load the extension file via a ` - + ``` diff --git a/docs/overview/eye-tracking.md b/docs/overview/eye-tracking.md index cbe701a5..c2e03b19 100644 --- a/docs/overview/eye-tracking.md +++ b/docs/overview/eye-tracking.md @@ -14,7 +14,7 @@ Instead, it can be found on the jsdelivr.net CDN at: "https://cdn.jsdelivr.net/g ```html - + ``` @@ -33,9 +33,9 @@ The [webgazer extension](../extensions/webgazer.md) adds functionality to jsPsyc ```html - + - + ``` @@ -167,19 +167,19 @@ If you have tips based on your own experience please consider sharing them on ou - - - - - - - - + + + + + + + + - + @@ -176,9 +176,9 @@ In the example below, the CSS selector `.left-align #stimulus` selects the eleme ```html - - - + + +