-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathLAT02.html
More file actions
19 lines (18 loc) · 795 Bytes
/
LAT02.html
File metadata and controls
19 lines (18 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>My experiment</title>
<script src="https://unpkg.com/jspsych@7.2.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-keyboard-response@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-image-keyboard-response@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-audio-keyboard-response@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.0"></script>
<script src="./sounds.js"></script>
<script src="./LAT02.js"></script>
<link href="https://unpkg.com/jspsych@7.2.1/css/jspsych.css" rel="stylesheet" type="text/css" />
</head>
<body></body>
<script>
</script>
</html>