forked from vrtliceralde/squared_jspsych
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
25 lines (21 loc) · 953 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Tests</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<link href="squared.css" , rel="stylesheet" type="text/css">
<script src="jspsych/dist/jspsych.js"></script>
<script src="jspsych/dist/plugin-call-function.js"></script>
<script src="jspsych/dist/plugin-fullscreen.js"></script>
<script src="jspsych/dist/plugin-html-keyboard-response.js"></script>
<script src="jspsych/dist/plugin-html-button-response.js"></script>
<script src="jspsych/dist/plugin-preload.js"></script>
<script src="jspsych/dist/plugin-survey-text.js"></script>
<script src="jspsych/dist/plugin-survey-multi-choice.js"></script>
<script src="https://unpkg.com/@jspsych-contrib/plugin-pipe"></script>
<link href="jspsych/dist/jspsych.css" , rel="stylesheet" type="text/css">
</head>
<body>
</body>
<script src="squared.js"></script>
</html>