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