prep 6.0.1

This commit is contained in:
Josh de Leeuw 2018-01-11 10:17:44 -05:00
parent fd77ed9f48
commit 4d6b8a7f38

View File

@ -18,9 +18,9 @@ Start by downloading jsPsych and setting up a folder to contain your experiment
<html> <html>
<head> <head>
<title>My experiment</title> <title>My experiment</title>
<script src="jspsych-6.0/jspsych.js"></script> <script src="jspsych-6.0.1/jspsych.js"></script>
<script src="jspsych-6.0/plugins/jspsych-html-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-html-keyboard-response.js"></script>
<link href="jspsych-6.0/css/jspsych.css" rel="stylesheet" type="text/css"></link> <link href="jspsych-6.0.1/css/jspsych.css" rel="stylesheet" type="text/css"></link>
</head> </head>
<body></body> <body></body>
</html> </html>
@ -68,9 +68,9 @@ jsPsych.init({
<html> <html>
<head> <head>
<title>My experiment</title> <title>My experiment</title>
<script src="jspsych-6.0/jspsych.js"></script> <script src="jspsych-6.0.1/jspsych.js"></script>
<script src="jspsych-6.0/plugins/jspsych-html-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-html-keyboard-response.js"></script>
<link href="jspsych-6.0/css/jspsych.css" rel="stylesheet" type="text/css"></link> <link href="jspsych-6.0.1/css/jspsych.css" rel="stylesheet" type="text/css"></link>
</head> </head>
<body></body> <body></body>
<script> <script>
@ -133,9 +133,9 @@ timeline.push(instructions);
<html> <html>
<head> <head>
<title>My experiment</title> <title>My experiment</title>
<script src="jspsych-6.0/jspsych.js"></script> <script src="jspsych-6.0.1/jspsych.js"></script>
<script src="jspsych-6.0/plugins/jspsych-html-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-html-keyboard-response.js"></script>
<link href="jspsych-6.0/css/jspsych.css" rel="stylesheet" type="text/css"></link> <link href="jspsych-6.0.1/css/jspsych.css" rel="stylesheet" type="text/css"></link>
</head> </head>
<body></body> <body></body>
<script> <script>
@ -182,10 +182,10 @@ Creating trials to show the stimuli is conceptually the same as creating a trial
```html ```html
<head> <head>
<title>My experiment</title> <title>My experiment</title>
<script src="jspsych-6.0/jspsych.js"></script> <script src="jspsych-6.0.1/jspsych.js"></script>
<script src="jspsych-6.0/plugins/jspsych-html-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-html-keyboard-response.js"></script>
<script src="jspsych-6.0/plugins/jspsych-image-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-image-keyboard-response.js"></script>
<link href="jspsych-6.0/css/jspsych.css" rel="stylesheet" type="text/css"></link> <link href="jspsych-6.0.1/css/jspsych.css" rel="stylesheet" type="text/css"></link>
</head> </head>
``` ```
@ -218,10 +218,10 @@ timeline.push(blue_trial, orange_trial);
<html> <html>
<head> <head>
<title>My experiment</title> <title>My experiment</title>
<script src="jspsych-6.0/jspsych.js"></script> <script src="jspsych-6.0.1/jspsych.js"></script>
<script src="jspsych-6.0/plugins/jspsych-html-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-html-keyboard-response.js"></script>
<script src="jspsych-6.0/plugins/jspsych-image-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-image-keyboard-response.js"></script>
<link href="jspsych-6.0/css/jspsych.css" rel="stylesheet" type="text/css"></link> <link href="jspsych-6.0.1/css/jspsych.css" rel="stylesheet" type="text/css"></link>
</head> </head>
<body></body> <body></body>
<script> <script>
@ -337,10 +337,10 @@ What happens when the experiment reaches the test procedure? jsPsych will run th
<html> <html>
<head> <head>
<title>My experiment</title> <title>My experiment</title>
<script src="jspsych-6.0/jspsych.js"></script> <script src="jspsych-6.0.1/jspsych.js"></script>
<script src="jspsych-6.0/plugins/jspsych-html-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-html-keyboard-response.js"></script>
<script src="jspsych-6.0/plugins/jspsych-image-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-image-keyboard-response.js"></script>
<link href="jspsych-6.0/css/jspsych.css" rel="stylesheet" type="text/css"></link> <link href="jspsych-6.0.1/css/jspsych.css" rel="stylesheet" type="text/css"></link>
</head> </head>
<body></body> <body></body>
<script> <script>
@ -436,10 +436,10 @@ var test_procedure = {
<html> <html>
<head> <head>
<title>My experiment</title> <title>My experiment</title>
<script src="jspsych-6.0/jspsych.js"></script> <script src="jspsych-6.0.1/jspsych.js"></script>
<script src="jspsych-6.0/plugins/jspsych-html-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-html-keyboard-response.js"></script>
<script src="jspsych-6.0/plugins/jspsych-image-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-image-keyboard-response.js"></script>
<link href="jspsych-6.0/css/jspsych.css" rel="stylesheet" type="text/css"></link> <link href="jspsych-6.0.1/css/jspsych.css" rel="stylesheet" type="text/css"></link>
</head> </head>
<body></body> <body></body>
<script> <script>
@ -533,10 +533,10 @@ In the code above, we replaced the `trial_duration: 1000` parameter in `fixation
<html> <html>
<head> <head>
<title>My experiment</title> <title>My experiment</title>
<script src="jspsych-6.0/jspsych.js"></script> <script src="jspsych-6.0.1/jspsych.js"></script>
<script src="jspsych-6.0/plugins/jspsych-html-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-html-keyboard-response.js"></script>
<script src="jspsych-6.0/plugins/jspsych-image-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-image-keyboard-response.js"></script>
<link href="jspsych-6.0/css/jspsych.css" rel="stylesheet" type="text/css"></link> <link href="jspsych-6.0.1/css/jspsych.css" rel="stylesheet" type="text/css"></link>
</head> </head>
<body></body> <body></body>
<script> <script>
@ -628,10 +628,10 @@ jsPsych.init({
<html> <html>
<head> <head>
<title>My experiment</title> <title>My experiment</title>
<script src="jspsych-6.0/jspsych.js"></script> <script src="jspsych-6.0.1/jspsych.js"></script>
<script src="jspsych-6.0/plugins/jspsych-html-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-html-keyboard-response.js"></script>
<script src="jspsych-6.0/plugins/jspsych-image-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-image-keyboard-response.js"></script>
<link href="jspsych-6.0/css/jspsych.css" rel="stylesheet" type="text/css"></link> <link href="jspsych-6.0.1/css/jspsych.css" rel="stylesheet" type="text/css"></link>
</head> </head>
<body></body> <body></body>
<script> <script>
@ -752,10 +752,10 @@ var fixation = {
<html> <html>
<head> <head>
<title>My experiment</title> <title>My experiment</title>
<script src="jspsych-6.0/jspsych.js"></script> <script src="jspsych-6.0.1/jspsych.js"></script>
<script src="jspsych-6.0/plugins/jspsych-html-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-html-keyboard-response.js"></script>
<script src="jspsych-6.0/plugins/jspsych-image-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-image-keyboard-response.js"></script>
<link href="jspsych-6.0/css/jspsych.css" rel="stylesheet" type="text/css"></link> <link href="jspsych-6.0.1/css/jspsych.css" rel="stylesheet" type="text/css"></link>
</head> </head>
<body></body> <body></body>
<script> <script>
@ -861,10 +861,10 @@ The `data.key_press` value is a numeric key code indicating which key the subjec
<html> <html>
<head> <head>
<title>My experiment</title> <title>My experiment</title>
<script src="jspsych-6.0/jspsych.js"></script> <script src="jspsych-6.0.1/jspsych.js"></script>
<script src="jspsych-6.0/plugins/jspsych-html-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-html-keyboard-response.js"></script>
<script src="jspsych-6.0/plugins/jspsych-image-keyboard-response.js"></script> <script src="jspsych-6.0.1/plugins/jspsych-image-keyboard-response.js"></script>
<link href="jspsych-6.0/css/jspsych.css" rel="stylesheet" type="text/css"></link> <link href="jspsych-6.0.1/css/jspsych.css" rel="stylesheet" type="text/css"></link>
</head> </head>
<body></body> <body></body>
<script> <script>