-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (35 loc) · 1.97 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<title>Animal Farm</title>
<!-- For local runs
<link rel="stylesheet" type="text/css" href="lib/vendors/jspsych-7.3.4/css/jspsych.css"/>
<script src="jspsych/jspsych.js"></script>
<script src="jspsych/plugin-survey-text.js"></script>
<script src="jspsych/plugin-preload.js"></script>
<script src="jspsych/plugin-fullscreen.js"></script>
<script src="jspsych/plugin-html-button-response.js"></script>
<script src="jspsych/plugin-html-keyboard-response.js"></script>
<script src="jspsych/plugin-image-keyboard-response.js"></script>
<script src="jspsych/plugin-canvas-keyboard-response.js"></script>
<script src="jspsych/plugin-canvas-button-response.js"></script>
<script type="text/javascript" src="lib/jspsych-7-pavlovia-2022.1.1.js"></script>
<link href="jspsych/jspsych.css" rel="stylesheet" type="text/css" />
--->
<script src="https://unpkg.com/jspsych@7.3.4"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey-text@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-fullscreen@1.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-canvas-keyboard-response@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-canvas-button-response@1.1.3"></script>
<script src="https://unpkg.com/@jspsych/plugin-image-button-response@1.2.0"></script>
<script src="https://unpkg.com/@jspsych-contrib/plugin-pipe@0.4"></script>
<link href="https://unpkg.com/jspsych@7.3.4/css/jspsych.css" rel="stylesheet" type="text/css">
</head>
<body></body>
<script src="js/task.js"></script>
</script>
</html>