mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
Merge pull request #3300 from jspsych/changeset-release/main
Version Packages
(rebased-with-history from commit 7d41078e9d
)
This commit is contained in:
commit
a85999585a
@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
"@jspsych/plugin-audio-button-response": minor
|
|
||||||
"@jspsych/plugin-html-button-response": minor
|
|
||||||
"@jspsych/plugin-image-button-response": minor
|
|
||||||
"@jspsych/plugin-video-button-response": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Issue (#3289), Add parameter "enable_button_after" to all "-button-response" plugins
|
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-webgazer-init-camera@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-webgazer-init-camera@1.0.3"></script>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-animation@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-animation@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<style>
|
<style>
|
||||||
#jspsych-animation-image {
|
#jspsych-animation-image {
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-browser-check@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-browser-check@1.0.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body></body>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-browser-check@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-browser-check@1.0.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body></body>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-browser-check@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-browser-check@1.0.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body></body>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-browser-check@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-browser-check@1.0.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body></body>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-call-function@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-call-function@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-call-function@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-call-function@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-call-function@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-call-function@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-canvas-keyboard-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-canvas-keyboard-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-canvas-keyboard-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-canvas-keyboard-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-canvas-slider-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-canvas-slider-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-canvas-slider-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-canvas-slider-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-categorize-animation@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-categorize-animation@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<style>
|
<style>
|
||||||
#jspsych-categorize-animation-stimulus {
|
#jspsych-categorize-animation-stimulus {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-categorize-animation@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-categorize-animation@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<style>
|
<style>
|
||||||
#jspsych-categorize-animation-stimulus {
|
#jspsych-categorize-animation-stimulus {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-categorize-html@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-categorize-html@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-categorize-image@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-categorize-image@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-cloze@1.2.1"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-cloze@1.2.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-cloze@1.2.1"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-cloze@1.2.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-cloze@1.2.1"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-cloze@1.2.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></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.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/extension-mouse-tracking@1.0.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></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.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/extension-record-video@1.0.2"></script>
|
||||||
<!-- <script src="../../packages/plugin-initialize-camera/dist/index.browser.js"></script> -->
|
<!-- <script src="../../packages/plugin-initialize-camera/dist/index.browser.js"></script> -->
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-external-html@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-external-html@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-free-sort@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-free-sort@1.0.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-fullscreen@1.2.1"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-fullscreen@1.2.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<style>
|
<style>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@1.0.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@1.0.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css">
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css">
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@1.0.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@1.0.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css">
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css">
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@1.0.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@1.0.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css">
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css">
|
||||||
<style>
|
<style>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-slider-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-slider-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></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@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-video-response@1.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-video-response@1.0.2"></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@1.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@1.0.2"></script>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></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@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-video-response@1.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-video-response@1.0.2"></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@1.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@1.0.2"></script>
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></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@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-video-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-video-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-video-response@1.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-video-response@1.0.2"></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@1.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@1.0.2"></script>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-iat-html@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-iat-html@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-iat-image@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-iat-image@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-slider-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-slider-response@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@1.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@1.0.2"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css">
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css">
|
||||||
<style>
|
<style>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@1.0.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css">
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css">
|
||||||
<style>
|
<style>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-instructions@1.1.4"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-instructions@1.1.4"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-instructions@1.1.4"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-instructions@1.1.4"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-instructions@1.1.4"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-instructions@1.1.4"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-maxdiff@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-maxdiff@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<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@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></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@1.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-mirror-camera@1.0.2"></script>
|
||||||
<!-- <script src="../../packages/plugin-initialize-camera/dist/index.browser.js"></script> -->
|
<!-- <script src="../../packages/plugin-initialize-camera/dist/index.browser.js"></script> -->
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-reconstruction@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-reconstruction@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-resize@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-resize@1.0.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-same-different-html@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-same-different-html@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-same-different-image@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-same-different-image@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time@1.1.4"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time@1.1.4"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time@1.1.4"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time@1.1.4"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time-mouse@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time-mouse@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time-mouse@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time-mouse@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-sketchpad@1.0.4"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-sketchpad@1.0.4"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-sketchpad@1.0.4"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-sketchpad@1.0.4"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-sketchpad@1.0.4"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-sketchpad@1.0.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-text@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-text@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
|
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css">
|
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<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@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
|
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css">
|
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<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@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
|
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css">
|
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<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@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
|
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css">
|
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<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@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
|
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css">
|
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<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@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
|
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css" />
|
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css" />
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<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@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
|
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css" />
|
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css" />
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-html-form@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-html-form@1.0.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-html-form@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-html-form@1.0.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-likert@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-likert@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-likert@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-likert@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-select@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-select@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-text@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-text@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-text@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-text@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-text@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-text@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-text@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-text@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-video-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-video-button-response@1.2.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/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>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-video-keyboard-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-video-keyboard-response@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-video-slider-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-video-slider-response@1.1.3"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@2.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@2.0.3"></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@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@2.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@2.0.3"></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@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@2.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@2.0.3"></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@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.2.1"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.2.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.2.1"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-visual-search-circle@1.2.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -169,7 +169,7 @@ If you have tips based on your own experience please consider sharing them on ou
|
|||||||
<head>
|
<head>
|
||||||
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
<script src="https://unpkg.com/jspsych@7.3.4"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.2.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@1.1.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@1.1.3"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-webgazer-init-camera@1.0.3"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-webgazer-init-camera@1.0.3"></script>
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user