Compare commits

...

48 Commits

Author SHA1 Message Date
Josh de Leeuw
861cd1e646
Merge pull request #3495 from jspsych/camera-recorder-default-mimetype
add default `mimeType` if none is specified
2025-03-07 09:52:24 -05:00
Josh de Leeuw
51aefac75b
Merge pull request #3507 from jspsych/changeset-release/main
Version Packages
2025-02-13 14:22:35 -05:00
jade
54a9014cf7 expand docs to clarify common mimetypes 2025-02-12 22:29:37 -05:00
github-actions[bot]
86c1ff4587 chore(release): version packages 2025-02-12 15:04:02 +00:00
Josh de Leeuw
7dee88ca01
Merge pull request #2991 from bbonf/fix-audio-mimetype
fix for wrong audio mimetype preventing playback in Safari
2025-02-12 10:00:12 -05:00
jade
5ab4cc7a0f add changeset 2025-02-08 11:11:35 -05:00
jade
d258a29aae implement compatible mimetype searching if no mimetype provided 2025-02-08 10:18:36 -05:00
cchang-vassar
ce30fca573 Revert "reorder fields in jsPsych citation file; add citation file for extension-webgazer"
This reverts commit 2feebbf9c4.

Applying changes to point-templates-to-dev branch instead.
2025-02-06 15:20:27 -05:00
cchang-vassar
715092030a Revert "Update new plugin and extension template mentions to point to jspsych-dev"
This reverts commit b243de6735.

Changes to be applied in point-templates-to-dev branch instead.
2025-02-06 15:09:59 -05:00
cchang-vassar
2feebbf9c4 reorder fields in jsPsych citation file; add citation file for extension-webgazer 2025-02-06 14:25:48 -05:00
cchang-vassar
b243de6735 Update new plugin and extension template mentions to point to jspsych-dev 2025-02-06 13:51:39 -05:00
Josh de Leeuw
c4f11e29e2
Merge pull request #3128 from jspsych/docs-add-utils-reference
Document the `utils` module and reference it in the randomization docs
2025-02-04 15:11:02 -05:00
jade
1f535826a2 add default mimeType if none is specified 2025-01-31 17:29:37 -05:00
Josh de Leeuw
81612ff171
Merge pull request #3493 from jspsych/changeset-release/main
Version Packages
2025-01-28 17:02:30 -05:00
github-actions[bot]
7fe6cd06cb chore(release): version packages 2025-01-28 21:23:07 +00:00
Josh de Leeuw
313231cae6
Merge pull request #3488 from jspsych/remove-canvas-dependency-from-config
Replace `canvas` dependency in`@jspsych/config` with `jest-canvas-mock`
2025-01-28 16:19:27 -05:00
Josh de Leeuw
4a796c7381 add require.resolve to jest-canvas-mock setup 2025-01-28 11:45:13 -05:00
Josh de Leeuw
f383dbe716 update package-lock 2025-01-28 10:01:18 -05:00
Josh de Leeuw
54e6561638 Merge branch 'main' into remove-canvas-dependency-from-config 2025-01-28 09:44:20 -05:00
Josh de Leeuw
6e7476784c
Merge pull request #3484 from jspsych/fix-build-citations-test
handle citation test edge case
2025-01-28 09:40:26 -05:00
Josh de Leeuw
e710cb01e8 add a changeset 2025-01-27 19:13:47 -05:00
Josh de Leeuw
b12ce3051d rework citation testing 2025-01-27 15:37:37 -05:00
Josh de Leeuw
ad6c988449 Merge branch 'main' into fix-build-citations-test 2025-01-27 09:14:55 -05:00
Josh de Leeuw
ec7e611a02
Merge pull request #3489 from jspsych/adjust-action-run-once
Avoid running action more than once when push to a PR
2025-01-27 08:34:58 -05:00
Josh de Leeuw
236657da56
Change approach again, use types to limit which pull requests trigger the event 2025-01-17 11:37:20 -05:00
Josh de Leeuw
14b2586db1
Try a different conditional 2025-01-17 11:29:47 -05:00
Josh de Leeuw
6079c29522
Use branch instead of ref 2025-01-17 11:11:55 -05:00
Josh de Leeuw
df83261d74
Use concurrency instead of if 2025-01-17 11:02:29 -05:00
Josh de Leeuw
846602b45f
Fix typo 2025-01-17 10:09:48 -05:00
Josh de Leeuw
50a3f208ea
Avoid running action more than once when push to a PR 2025-01-17 10:08:28 -05:00
Josh de Leeuw
f438099db7 try rebuilding package-lock again because why not 2025-01-14 16:04:50 -05:00
Josh de Leeuw
84220e7d62 got jest-canvas-mock hoisted into top level node_modules so that resolve on setupFiles works 2025-01-14 15:59:39 -05:00
Josh de Leeuw
ed199bb31d override typescript version (error caused by prettier-plugin-import-sort@0.0.7) 2025-01-14 14:57:02 -05:00
Josh de Leeuw
d4ba86b24c try updating package-lock.json again 2025-01-14 14:31:35 -05:00
Josh de Leeuw
e798925083 update typescript version 2025-01-14 14:19:06 -05:00
Josh de Leeuw
1add9ec503 use jest-canvas-mock in config 2025-01-14 12:43:43 -05:00
Josh de Leeuw
0773dceab0 update package-lock 2025-01-14 12:23:35 -05:00
Josh de Leeuw
5d8bc0b307 swap to canvas-mock 2025-01-14 12:16:36 -05:00
Josh de Leeuw
9bb342e61a only release config, and release it as a major version 2025-01-14 12:04:30 -05:00
Josh de Leeuw
64a01292c3 add changeset 2025-01-14 11:03:13 -05:00
Josh de Leeuw
5d1a3a581a add canvas to devDependencies of packages that use it 2025-01-14 10:58:14 -05:00
Josh de Leeuw
4f66fd894f remove canvas from config 2025-01-14 10:49:22 -05:00
jade
8834532fc9 add deepCopy warning messages for randomization/sample functions 2025-01-11 11:31:25 -07:00
jade
89b489e6f4 fix typo 2025-01-08 11:47:50 -07:00
jade
7e66039ab8 cleanup console.log in tests 2025-01-08 11:03:34 -07:00
jade
ac4272fd56 check if getCitations() exists in build 2025-01-08 11:00:43 -07:00
bjoluc
36e64efbfb Add docs page for the utils module 2023-09-12 21:41:21 +02:00
ben
cc1ca257f5 fix for wrong audio mimetype preventing playback in Safari 2023-03-24 11:43:55 +01:00
137 changed files with 2631 additions and 4775 deletions

View File

@ -0,0 +1,5 @@
---
"jspsych": patch
---
add a default `mimeType` of `"video/webm" to `initializeCameraRecorder()`

View File

@ -1,11 +1,13 @@
name: build
on: [push, pull_request]
on:
push:
pull_request:
types: [opened, reopened, ready_for_review, review_requested]
jobs:
test:
name: Build, lint, and test on Node.js ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
matrix:

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.1.0"></script>
@ -13,7 +13,7 @@
<script src="https://unpkg.com/@jspsych/extension-webgazer@1.2.0"></script>
<link
rel="stylesheet"
href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css"
href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css"
/>
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-animation@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<style>
#jspsych-animation-image {
height: 80% !important;

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
</head>
<body></body>
<script>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
</head>
<body></body>
<script>

View File

@ -2,12 +2,12 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<!--<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.1.0"></script>-->
<script src="../../packages/plugin-audio-button-response/dist/index.browser.js"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<!--<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />-->
<!--<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />-->
<link rel="stylesheet" href="../../packages/jspsych/css/jspsych.css" />
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
</head>
<body></body>
<script>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
</head>
<body></body>
<script>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
</head>
<body></body>
<script>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
</head>
<body></body>
<script>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
</head>
<body></body>
<script>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
</head>
<body></body>
<script>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
</head>
<body></body>
<script>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
</head>
<body></body>
<script>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-call-function@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-call-function@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-call-function@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-canvas-keyboard-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-canvas-keyboard-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-canvas-slider-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-canvas-slider-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-categorize-animation@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<style>
#jspsych-categorize-animation-stimulus {
height: 80% !important;

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-categorize-animation@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<style>
#jspsych-categorize-animation-stimulus {
height: 80% !important;

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-categorize-html@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-categorize-image@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-cloze@2.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-cloze@2.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-cloze@2.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<!--<script src="../../packages/extension-mouse-tracking/dist/index.browser.js"></script>-->
<script src="https://unpkg.com/@jspsych/extension-mouse-tracking@1.2.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,13 +2,13 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<!-- <script src="../../packages/extension-record-video/dist/index.browser.js"></script> -->
<script src="https://unpkg.com/@jspsych/extension-record-video@1.2.0"></script>
<!-- <script src="../../packages/plugin-initialize-camera/dist/index.browser.js"></script> -->
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-external-html@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-free-sort@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-fullscreen@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<style>
html,
body {

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css">
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
<style>
.jspsych-btn {margin-bottom: 10px;}
</style>

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css">
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
<style>
.jspsych-btn {margin-bottom: 10px;}
</style>

View File

@ -1,12 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.1.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css">
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
<style>
.jspsych-btn {margin-bottom: 10px;}
</style>

View File

@ -2,9 +2,9 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,9 +2,9 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-slider-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,14 +2,14 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<!-- <script src="../../packages/jspsych/dist/index.browser.js"></script> -->
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-video-response@2.1.0"></script>
<!-- <script src="../../packages/plugin-html-video-response/dist/index.browser.js"></script> -->
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@2.1.0"></script>
<!-- <script src="../../packages/plugin-initialize-camera/dist/index.browser.js"></script> -->
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css">
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,14 +2,14 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<!-- <script src="../../packages/jspsych/dist/index.browser.js"></script> -->
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-video-response@2.1.0"></script>
<!-- <script src="../../packages/plugin-html-video-response/dist/index.browser.js"></script> -->
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@2.1.0"></script>
<!-- <script src="../../packages/plugin-initialize-camera/dist/index.browser.js"></script> -->
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css">
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,7 +2,7 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<!-- <script src="../../packages/jspsych/dist/index.browser.js"></script> -->
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-video-button-response@2.1.0"></script>
@ -10,7 +10,7 @@
<!-- <script src="../../packages/plugin-html-video-response/dist/index.browser.js"></script> -->
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@2.1.0"></script>
<!-- <script src="../../packages/plugin-initialize-camera/dist/index.browser.js"></script> -->
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css">
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-iat-html@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-iat-image@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-image-slider-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css">
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
<style>
.jspsych-btn {margin-bottom: 10px;}
</style>

View File

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css">
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css">
<style>
.jspsych-btn {margin-bottom: 10px;}
</style>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-instructions@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-instructions@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-instructions@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-maxdiff@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -3,13 +3,13 @@
<head>
<script src="docs-demo-timeline.js"></script>
<!-- <script src="../../packages/jspsych/dist/index.browser.js"></script> -->
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<!-- <script src="../../packages/plugin-mirror-camera/dist/index.browser.js"></script> -->
<script src="https://unpkg.com/@jspsych/plugin-mirror-camera@2.1.0"></script>
<!-- <script src="../../packages/plugin-initialize-camera/dist/index.browser.js"></script> -->
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-reconstruction@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-resize@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-same-different-html@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-same-different-image@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time-mouse@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time-mouse@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-sketchpad@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-sketchpad@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-sketchpad@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.1.0/css/survey.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.1.0/css/survey.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.1.0/css/survey.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.1.0/css/survey.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.1.0/css/survey.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>

View File

@ -4,10 +4,10 @@
<head>
<meta charset="utf-8" />
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.1.0/css/survey.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
<style>

View File

@ -4,10 +4,10 @@
<head>
<meta charset="utf-8" />
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.1.0/css/survey.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-html-form@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-html-form@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-likert@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-likert@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-select@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-video-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-video-keyboard-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-video-slider-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,12 +2,12 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@3.1.0"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,12 +2,12 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@3.1.0"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

View File

@ -2,12 +2,12 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/jspsych@8.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@3.1.0"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.1/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>

Some files were not shown because too many files have changed in this diff Show More