mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
chore(release): version packages
This commit is contained in:
parent
a92a0f9570
commit
588f582c1e
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jspsych/plugin-html-button-response": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Change broken selection in enable_button_after parameter
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
"@jspsych/config": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update dependencies for config.
|
|
||||||
|
|
||||||
- `@rollup/plugin-common-js` updated to 26.0.1
|
|
||||||
- `esbuild` updated to 0.23.1
|
|
||||||
- `gulp` updated to 5.0.0
|
|
||||||
- `gulp-cli` updated to 3.0.0
|
|
||||||
- `rollup` updated to 4.21.2
|
|
||||||
- `rollup-plugin-dts` updated to 6.1.1
|
|
||||||
- `rollup-plugin-esbuild` updated to 6.1.1
|
|
||||||
- `rollup-plugin-node-externals` updated to 7.1.3
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@jspsych/plugin-cloze": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
adds support for multiple correct answers, case sensitivity, and autofocus.
|
|
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
"@jspsych/plugin-survey": patch
|
|
||||||
"@jspsych/plugin-survey-html-form": patch
|
|
||||||
"@jspsych/plugin-survey-likert": patch
|
|
||||||
"@jspsych/plugin-survey-multi-choice": patch
|
|
||||||
"@jspsych/plugin-survey-multi-select": patch
|
|
||||||
"@jspsych/plugin-survey-text": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix `response` data type to be just `ParameterType.OBJECT`
|
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-webgazer-init-camera@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-webgazer-init-camera@2.0.0"></script>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-animation@2.0.1"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-animation@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<style>
|
<style>
|
||||||
#jspsych-animation-image {
|
#jspsych-animation-image {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.2"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.2"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<!--<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.2"></script>-->
|
<!--<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.2"></script>-->
|
||||||
<script src="../../packages/plugin-audio-button-response/dist/index.browser.js"></script>
|
<script src="../../packages/plugin-audio-button-response/dist/index.browser.js"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<!--<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />-->
|
<!--<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />-->
|
||||||
<link rel="stylesheet" href="../../packages/jspsych/css/jspsych.css" />
|
<link rel="stylesheet" href="../../packages/jspsych/css/jspsych.css" />
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@2.0.1"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@2.0.1"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-audio-slider-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-browser-check@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-call-function@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-call-function@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-call-function@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-call-function@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-call-function@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-call-function@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-canvas-keyboard-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-canvas-keyboard-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-canvas-keyboard-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-canvas-keyboard-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-canvas-slider-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-canvas-slider-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-canvas-slider-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-canvas-slider-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-categorize-animation@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-categorize-animation@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<style>
|
<style>
|
||||||
#jspsych-categorize-animation-stimulus {
|
#jspsych-categorize-animation-stimulus {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-categorize-animation@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-categorize-animation@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<style>
|
<style>
|
||||||
#jspsych-categorize-animation-stimulus {
|
#jspsych-categorize-animation-stimulus {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-categorize-html@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-categorize-html@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-categorize-image@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-categorize-image@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-cloze@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-cloze@2.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-cloze@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-cloze@2.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-cloze@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-cloze@2.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<!--<script src="../../packages/extension-mouse-tracking/dist/index.browser.js"></script>-->
|
<!--<script src="../../packages/extension-mouse-tracking/dist/index.browser.js"></script>-->
|
||||||
<script src="https://unpkg.com/@jspsych/extension-mouse-tracking@1.1.0"></script>
|
<script src="https://unpkg.com/@jspsych/extension-mouse-tracking@1.1.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<!-- <script src="../../packages/extension-record-video/dist/index.browser.js"></script> -->
|
<!-- <script src="../../packages/extension-record-video/dist/index.browser.js"></script> -->
|
||||||
<script src="https://unpkg.com/@jspsych/extension-record-video@1.1.0"></script>
|
<script src="https://unpkg.com/@jspsych/extension-record-video@1.1.0"></script>
|
||||||
<!-- <script src="../../packages/plugin-initialize-camera/dist/index.browser.js"></script> -->
|
<!-- <script src="../../packages/plugin-initialize-camera/dist/index.browser.js"></script> -->
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-external-html@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-external-html@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-free-sort@2.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-free-sort@2.0.2"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-fullscreen@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-fullscreen@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<style>
|
<style>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css">
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css">
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css">
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css">
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-audio-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-audio-button-response@2.0.2"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.0.0"></script>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-slider-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-slider-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<!-- <script src="../../packages/jspsych/dist/index.browser.js"></script> -->
|
<!-- <script src="../../packages/jspsych/dist/index.browser.js"></script> -->
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-video-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-video-response@2.0.0"></script>
|
||||||
<!-- <script src="../../packages/plugin-html-video-response/dist/index.browser.js"></script> -->
|
<!-- <script src="../../packages/plugin-html-video-response/dist/index.browser.js"></script> -->
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@2.0.0"></script>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<!-- <script src="../../packages/jspsych/dist/index.browser.js"></script> -->
|
<!-- <script src="../../packages/jspsych/dist/index.browser.js"></script> -->
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-video-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-video-response@2.0.0"></script>
|
||||||
<!-- <script src="../../packages/plugin-html-video-response/dist/index.browser.js"></script> -->
|
<!-- <script src="../../packages/plugin-html-video-response/dist/index.browser.js"></script> -->
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@2.0.0"></script>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<!-- <script src="../../packages/jspsych/dist/index.browser.js"></script> -->
|
<!-- <script src="../../packages/jspsych/dist/index.browser.js"></script> -->
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-video-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-video-button-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-video-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-video-response@2.0.0"></script>
|
||||||
<!-- <script src="../../packages/plugin-html-video-response/dist/index.browser.js"></script> -->
|
<!-- <script src="../../packages/plugin-html-video-response/dist/index.browser.js"></script> -->
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-iat-html@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-iat-html@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-iat-image@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-iat-image@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-slider-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-slider-response@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-initialize-camera@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css">
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css">
|
||||||
<style>
|
<style>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-initialize-microphone@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css">
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-instructions@2.0.1"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-instructions@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-instructions@2.0.1"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-instructions@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-instructions@2.0.1"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-instructions@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-maxdiff@2.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-maxdiff@2.0.2"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<!-- <script src="../../packages/plugin-mirror-camera/dist/index.browser.js"></script> -->
|
<!-- <script src="../../packages/plugin-mirror-camera/dist/index.browser.js"></script> -->
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-mirror-camera@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-mirror-camera@2.0.0"></script>
|
||||||
<!-- <script src="../../packages/plugin-initialize-camera/dist/index.browser.js"></script> -->
|
<!-- <script src="../../packages/plugin-initialize-camera/dist/index.browser.js"></script> -->
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-reconstruction@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-reconstruction@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-resize@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-resize@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-same-different-html@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-same-different-html@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-same-different-image@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-same-different-image@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time-mouse@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time-mouse@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time-mouse@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time-mouse@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-sketchpad@2.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-sketchpad@2.0.2"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-sketchpad@2.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-sketchpad@2.0.2"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-sketchpad@2.0.2"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-sketchpad@2.0.2"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css">
|
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css">
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body></body>
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css">
|
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css">
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body></body>
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css">
|
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css">
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body></body>
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css">
|
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css">
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body></body>
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css">
|
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css">
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body></body>
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css">
|
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css">
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
<style>
|
<style>
|
||||||
/* center the audio player and all image question types in the survey */
|
/* center the audio player and all image question types in the survey */
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css">
|
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.1/css/survey.css">
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-html-form@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-html-form@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-html-form@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-html-form@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-likert@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-likert@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-likert@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-likert@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-choice@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-select@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-multi-select@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.1"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -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@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-survey-text@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-video-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-video-button-response@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-video-keyboard-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-video-keyboard-response@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-video-slider-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-video-slider-response@2.0.0"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
<link rel="stylesheet" href="docs-demo.css" type="text/css">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<script src="docs-demo-timeline.js"></script>
|
<script src="docs-demo-timeline.js"></script>
|
||||||
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
<script src="https://unpkg.com/jspsych@8.1.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-preload@2.0.0"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.1"></script>
|
||||||
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@3.0.0"></script>
|
<script src="https://unpkg.com/@jspsych/plugin-virtual-chinrest@3.0.0"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min"></script>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.1.0/css/jspsych.css" />
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user