Merge branch 'jspsych:main' into main

This commit is contained in:
Val 2024-12-18 02:47:14 -05:00 committed by GitHub
commit b736f521dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
166 changed files with 3309 additions and 5979 deletions

View File

@ -61,7 +61,7 @@ Citations help us demonstrate that this library is used and valued, which allows
## Contributors ## Contributors
jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors). jsPsych is open source project with [numerous contributors](https://github.com/jspsych/jsPsych/graphs/contributors).
The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), and Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)). The project is currently managed by the core team of Josh de Leeuw ([@jodeleeuw](https://github.com/jodeleeuw)), Becky Gilbert ([@becky-gilbert](https://github.com/becky-gilbert)), Björn Luchterhandt ([@bjoluc](https://github.com/bjoluc)), and Jade ([@jadedelta](https://github.com/jadedelta)).
jsPsych was created by [Josh de Leeuw](https://www.vassar.edu/faculty/jdeleeuw). jsPsych was created by [Josh de Leeuw](https://www.vassar.edu/faculty/jdeleeuw).

View File

@ -1,9 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<script src="https://unpkg.com/jspsych@8.0.3"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-webgazer-init-camera@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-webgazer-init-camera@2.0.0"></script>
@ -13,7 +13,7 @@
<script src="https://unpkg.com/@jspsych/extension-webgazer@1.1.0"></script> <script src="https://unpkg.com/@jspsych/extension-webgazer@1.1.0"></script>
<link <link
rel="stylesheet" rel="stylesheet"
href="https://unpkg.com/jspsych@8.0.3/css/jspsych.css" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css"
/> />
<link rel="stylesheet" href="docs-demo.css" type="text/css"> <link rel="stylesheet" href="docs-demo.css" type="text/css">
</head> </head>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,11 +3,11 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<script src="docs-demo-timeline.js"></script> <script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.0.3"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.0.3/css/jspsych.css" /> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css"> <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css"> <link rel="stylesheet" href="docs-demo.css" type="text/css">
</head> </head>
<body></body> <body></body>

View File

@ -3,11 +3,11 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<script src="docs-demo-timeline.js"></script> <script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.0.3"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.0.3/css/jspsych.css" /> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css"> <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css"> <link rel="stylesheet" href="docs-demo.css" type="text/css">
</head> </head>
<body></body> <body></body>

View File

@ -3,11 +3,11 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<script src="docs-demo-timeline.js"></script> <script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.0.3"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.0.3/css/jspsych.css" /> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css"> <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css"> <link rel="stylesheet" href="docs-demo.css" type="text/css">
</head> </head>
<body></body> <body></body>

View File

@ -3,11 +3,11 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<script src="docs-demo-timeline.js"></script> <script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.0.3"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.0.3/css/jspsych.css" /> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css"> <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css"> <link rel="stylesheet" href="docs-demo.css" type="text/css">
</head> </head>
<body></body> <body></body>

View File

@ -4,11 +4,11 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<script src="docs-demo-timeline.js"></script> <script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.0.3"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.0.3/css/jspsych.css" /> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css"> <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css" /> <link rel="stylesheet" href="docs-demo.css" type="text/css" />
<style> <style>
/* center the audio player and all image question types in the survey */ /* center the audio player and all image question types in the survey */

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,12 +2,12 @@
<html> <html>
<head> <head>
<script src="docs-demo-timeline.js"></script> <script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.0.3"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@3.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@3.0.0"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min"></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.0.3/css/jspsych.css" /> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css"> <link rel="stylesheet" href="docs-demo.css" type="text/css">
</head> </head>
<body></body> <body></body>

View File

@ -2,12 +2,12 @@
<html> <html>
<head> <head>
<script src="docs-demo-timeline.js"></script> <script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.0.3"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@3.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@3.0.0"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min.js"></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.0.3/css/jspsych.css" /> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css"> <link rel="stylesheet" href="docs-demo.css" type="text/css">
</head> </head>
<body></body> <body></body>

View File

@ -2,12 +2,12 @@
<html> <html>
<head> <head>
<script src="docs-demo-timeline.js"></script> <script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.0.3"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@3.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@3.0.0"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min.js"></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.0.3/css/jspsych.css" /> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css"> <link rel="stylesheet" href="docs-demo.css" type="text/css">
</head> </head>
<body></body> <body></body>

View File

@ -2,11 +2,11 @@
<html> <html>
<head> <head>
<script src="docs-demo-timeline.js"></script> <script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.0.3"></script> <script src="https://unpkg.com/jspsych@8.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@2.0.0"></script> <script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.0.3/css/jspsych.css" /> <link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css"> <link rel="stylesheet" href="docs-demo.css" type="text/css">
</head> </head>
<body></body> <body></body>

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