-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·36 lines (31 loc) · 1.4 KB
/
index.html
File metadata and controls
executable file
·36 lines (31 loc) · 1.4 KB
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 lang="en" style="font-family:Arial">
<head>
<title>Pigeon Task</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/jspsych.css" type="text/css">
<link rel="stylesheet" href="css/myproject.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
<script src="jspsych.js"></script>
<script src="image-keyboard-response.js"></script>
<script src="jspsych-canvas-keyboard-response.js"></script>
<!-- <script src="jspsych-no-trajectory-stim-response.js"></script> -->
<script src="html-keyboard-response.js"></script>
<script src="papaparse.min.js" type="text/javascript"></script>
<script type="text/javascript" src="jspsych-survey-text.js"></script>
<script type="text/javascript" src="jspsych-survey-multi-choice.js"></script>
<script type="text/javascript" src="jspsych-external-html.js"></script>
<script src="fabric.js"> </script>
<!-- <script type="text/javascript" src="lib/jspsych-pavlovia-3.0.6.js"></script> -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
</head>
<!-- <script type="text/javascript">
//INSERT CORRECT PROLIFIC REDIRECT LINK!!!!
var prolific_href = "https://app.prolific.co/submissions/complete?cc=6C0F9ECF"
</script> -->
<body>
<script type="text/javascript" src="test.js"></script>
</body>
<button id="animate" hidden>Narrow</button>
<button id="animate2" hidden>Widen</button>
</html>