Skip to content

Commit 8ae8ac3

Browse files
authored
Merge pull request #3427 from jspsych/fix-survey-demos
fix survey plugin demos
2 parents 06f6be0 + 5702e34 commit 8ae8ac3

7 files changed

+14
-14
lines changed

docs/demos/jspsych-survey-demo1.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<script src="docs-demo-timeline.js"></script>
55
<script src="https://unpkg.com/[email protected]"></script>
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
7-
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
7+
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script>
88
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
9-
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css">
9+
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css">
1010
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1111
</head>
1212
<body></body>

docs/demos/jspsych-survey-demo2.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<script src="docs-demo-timeline.js"></script>
66
<script src="https://unpkg.com/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
8+
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script>
99
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
10-
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css">
10+
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css">
1111
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1212
</head>
1313
<body></body>

docs/demos/jspsych-survey-demo3.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<script src="docs-demo-timeline.js"></script>
66
<script src="https://unpkg.com/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
8+
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script>
99
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
10-
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css">
10+
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css">
1111
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1212
</head>
1313
<body></body>

docs/demos/jspsych-survey-demo4.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<script src="docs-demo-timeline.js"></script>
66
<script src="https://unpkg.com/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
8+
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script>
99
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
10-
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css">
10+
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css">
1111
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1212
</head>
1313
<body></body>

docs/demos/jspsych-survey-demo5.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<script src="docs-demo-timeline.js"></script>
66
<script src="https://unpkg.com/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
8-
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
8+
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script>
99
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
10-
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css">
10+
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css">
1111
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1212
</head>
1313
<body></body>

docs/demos/jspsych-survey-demo6.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<script src="docs-demo-timeline.js"></script>
77
<script src="https://unpkg.com/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
9-
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
9+
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script>
1010
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
11-
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css" />
11+
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css">
1212
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
1313
<style>
1414
/* center the audio player and all image question types in the survey */

docs/demos/jspsych-survey-demo7.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<script src="docs-demo-timeline.js"></script>
77
<script src="https://unpkg.com/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
9-
<script src="../../packages/plugin-survey/dist/index.browser.js"></script>
9+
<script src="https://unpkg.com/@jspsych/plugin-survey@2.0.0"></script>
1010
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
11-
<link rel="stylesheet" href="../../packages/plugin-survey/css/survey.css" />
11+
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@2.0.0/css/survey.css">
1212
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
1313
</head>
1414

0 commit comments

Comments
 (0)