mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
bugfixes for doc demos
This commit is contained in:
parent
7914502eaf
commit
d13d1611cb
@ -7,7 +7,7 @@
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@1.1.1"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.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>
|
||||
<body></body>
|
||||
<script>
|
||||
@ -68,7 +68,7 @@
|
||||
trials: [block_2]
|
||||
}
|
||||
|
||||
const timeline = [preload_block_1, block_1, preload_block_2, block_2],
|
||||
const timeline = [preload_block_1, block_1, preload_block_2, block_2];
|
||||
|
||||
if (typeof jsPsych !== "undefined") {
|
||||
jsPsych.run(generateDocsDemoTimeline(timeline));
|
||||
|
@ -7,7 +7,7 @@
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-reconstruction@1.1.1"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.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>
|
||||
<body></body>
|
||||
<script>
|
||||
@ -39,7 +39,7 @@
|
||||
starting_value: 0.5,
|
||||
}
|
||||
|
||||
const timeline = [match_item, reconstruction],
|
||||
const timeline = [match_item, reconstruction];
|
||||
|
||||
if (typeof jsPsych !== "undefined") {
|
||||
jsPsych.run(generateDocsDemoTimeline(timeline));
|
||||
|
@ -6,7 +6,7 @@
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time@1.1.1"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.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>
|
||||
<body></body>
|
||||
<script>
|
||||
@ -52,7 +52,7 @@
|
||||
target: [0,3]
|
||||
}
|
||||
|
||||
const timeline = [instructions, trial_1, trial_2, trial_3, trial_4],
|
||||
const timeline = [instructions, trial_1, trial_2, trial_3, trial_4];
|
||||
|
||||
if (typeof jsPsych !== "undefined") {
|
||||
jsPsych.run(generateDocsDemoTimeline(timeline));
|
||||
|
@ -6,7 +6,7 @@
|
||||
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.1"></script>
|
||||
<script src="https://unpkg.com/@jspsych/plugin-serial-reaction-time@1.1.1"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.3.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>
|
||||
<body></body>
|
||||
<script>
|
||||
@ -62,7 +62,7 @@
|
||||
feedback_duration: 500
|
||||
}
|
||||
|
||||
const timeline = [instructions, trial_1, trial_2, trial_3, trial_4],
|
||||
const timeline = [instructions, trial_1, trial_2, trial_3, trial_4];
|
||||
|
||||
if (typeof jsPsych !== "undefined") {
|
||||
jsPsych.run(generateDocsDemoTimeline(timeline));
|
||||
|
Loading…
Reference in New Issue
Block a user