Skip to content

Commit

Permalink
Deployed f87d104 to v8 with MkDocs 1.6.0 and mike 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
docs-bot committed Jan 9, 2025
1 parent 09aee55 commit aa9c90d
Show file tree
Hide file tree
Showing 204 changed files with 1,732 additions and 1,941 deletions.
4 changes: 2 additions & 2 deletions v8/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,11 @@


<li class="md-nav__item">
<a href="/v8/tutorials/video-tutorials/" class="md-nav__link">
<a href="/v8/tutorials/community-tutorials/" class="md-nav__link">


<span class="md-ellipsis">
Video Tutorials
Community Tutorials
</span>


Expand Down
4 changes: 2 additions & 2 deletions v8/about/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,11 @@


<li class="md-nav__item">
<a href="../../tutorials/video-tutorials/" class="md-nav__link">
<a href="../../tutorials/community-tutorials/" class="md-nav__link">


<span class="md-ellipsis">
Video Tutorials
Community Tutorials
</span>


Expand Down
4 changes: 2 additions & 2 deletions v8/about/license/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,11 @@


<li class="md-nav__item">
<a href="../../tutorials/video-tutorials/" class="md-nav__link">
<a href="../../tutorials/community-tutorials/" class="md-nav__link">


<span class="md-ellipsis">
Video Tutorials
Community Tutorials
</span>


Expand Down
20 changes: 10 additions & 10 deletions v8/demos/eye-tracking-with-webgazer.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<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-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-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-calibrate@2.0.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-webgazer-validate@2.0.0"></script>
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-webgazer-init-camera@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-webgazer-calibrate@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-webgazer-validate@2.1.0"></script>
<script src="js/webgazer/webgazer.js"></script>
<script src="https://unpkg.com/@jspsych/extension-webgazer@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/extension-webgazer@1.2.0"></script>
<link
rel="stylesheet"
href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css"
href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css"
/>
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
Expand Down
10 changes: 5 additions & 5 deletions v8/demos/jspsych-animation-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-preload@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.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-animation@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<style>
#jspsych-animation-image {
height: 80% !important;
Expand Down
10 changes: 5 additions & 5 deletions v8/demos/jspsych-audio-button-response-demo-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.1.0"></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.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
</head>
<body></body>
<script>
Expand Down
10 changes: 5 additions & 5 deletions v8/demos/jspsych-audio-button-response-demo-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.1.0"></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.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
</head>
<body></body>
<script>
Expand Down
10 changes: 5 additions & 5 deletions v8/demos/jspsych-audio-button-response-demo-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.1.0"></script>
<!--<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.2"></script>-->
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<!--<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.1.0"></script>-->
<script src="../../packages/plugin-audio-button-response/dist/index.browser.js"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<!--<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />-->
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<!--<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />-->
<link rel="stylesheet" href="../../packages/jspsych/css/jspsych.css" />
</head>
<body></body>
Expand Down
10 changes: 5 additions & 5 deletions v8/demos/jspsych-audio-keyboard-response-demo-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
</head>
<body></body>
<script>
Expand Down
10 changes: 5 additions & 5 deletions v8/demos/jspsych-audio-keyboard-response-demo-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
</head>
<body></body>
<script>
Expand Down
10 changes: 5 additions & 5 deletions v8/demos/jspsych-audio-slider-response-demo-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
</head>
<body></body>
<script>
Expand Down
10 changes: 5 additions & 5 deletions v8/demos/jspsych-audio-slider-response-demo-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-html-button-response@2.0.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
</head>
<body></body>
<script>
Expand Down
8 changes: 4 additions & 4 deletions v8/demos/jspsych-browser-check-demo1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-html-button-response@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
</head>
<body></body>
<script>
Expand Down
8 changes: 4 additions & 4 deletions v8/demos/jspsych-browser-check-demo2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-html-button-response@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
</head>
<body></body>
<script>
Expand Down
8 changes: 4 additions & 4 deletions v8/demos/jspsych-browser-check-demo3.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-html-button-response@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
</head>
<body></body>
<script>
Expand Down
8 changes: 4 additions & 4 deletions v8/demos/jspsych-browser-check-demo4.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-html-button-response@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
</head>
<body></body>
<script>
Expand Down
8 changes: 4 additions & 4 deletions v8/demos/jspsych-call-function-demo1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-html-button-response@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-call-function@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>
Expand Down
8 changes: 4 additions & 4 deletions v8/demos/jspsych-call-function-demo2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-html-button-response@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-call-function@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>
Expand Down
8 changes: 4 additions & 4 deletions v8/demos/jspsych-call-function-demo3.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-html-button-response@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-call-function@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>
Expand Down
8 changes: 4 additions & 4 deletions v8/demos/jspsych-canvas-button-response-demo1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-html-button-response@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>
Expand Down
8 changes: 4 additions & 4 deletions v8/demos/jspsych-canvas-button-response-demo2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-html-button-response@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>
Expand Down
8 changes: 4 additions & 4 deletions v8/demos/jspsych-canvas-button-response-demo3.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-html-button-response@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>
Expand Down
8 changes: 4 additions & 4 deletions v8/demos/jspsych-canvas-keyboard-response-demo1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-html-button-response@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-canvas-keyboard-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>
Expand Down
8 changes: 4 additions & 4 deletions v8/demos/jspsych-canvas-keyboard-response-demo2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<script src="docs-demo-timeline.js"></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-html-button-response@2.0.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
<script src="https://unpkg.com/jspsych@8.2.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-canvas-keyboard-response@2.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.2.0/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
</head>
<body></body>
Expand Down
Loading

0 comments on commit aa9c90d

Please sign in to comment.