mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
minor cleanup
This commit is contained in:
parent
12e045b151
commit
cb602dbc87
@ -1,8 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>My experiment</title>
|
<title>IAT Example</title>
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
|
||||||
<script src="../jspsych.js"></script>
|
<script src="../jspsych.js"></script>
|
||||||
<script src="../plugins/jspsych-text.js"></script>
|
<script src="../plugins/jspsych-text.js"></script>
|
||||||
<script src="../plugins/jspsych-iat.js"></script>
|
<script src="../plugins/jspsych-iat.js"></script>
|
||||||
@ -15,10 +14,9 @@
|
|||||||
var welcome_block = {
|
var welcome_block = {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
text: '<p>Welcome to the Age Task. In this study you will ' +
|
text: '<p>Welcome to the Age Task. In this study you will ' +
|
||||||
'complete an Implicit Association Test(IAT) in which you ' +
|
'complete an Implicit Association Test (IAT) in which you ' +
|
||||||
'will be asked to sort pictures and words into groups as ' +
|
'will be asked to sort pictures and words into groups as ' +
|
||||||
'fast as you can. At the end, you will receive your IAT ' +
|
'fast as you can.</p><p>Press any key to begin.</p>',
|
||||||
'result along with information about what it means.<br><br> ' + 'Press any key to begin.</p>',
|
|
||||||
timing_post_trial: 1500
|
timing_post_trial: 1500
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user