-
Notifications
You must be signed in to change notification settings - Fork 0
/
experiment.html
executable file
·29 lines (24 loc) · 1.13 KB
/
experiment.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
<!DOCTYPE html>
<html>
<head>
<title>Robot Recruitment</title>
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
<script src="https://unpkg.com/@jspsych/plugin-call-function@1"></script>
<script src="https://unpkg.com/@jspsych/plugin-instructions@1"></script>
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
<link href="https://unpkg.com/[email protected]/css/jspsych.css" rel="stylesheet" type="text/css" />
<!-- Load custom jsPsych plug-ins -->
<script src="js/learning-trials.js"></script>
<script src="js/comprehension.js"></script>
<script src="js/instructions.js"></script>
<script src="js/probe.js"></script>
<script src="js/practice.js"></script>
<!-- Load CSS styles -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css">
<link rel="stylesheet" href="./css/robots-css.min.css">
</head>
<body></body>
<script src="experiment.js"></script>
</html>