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>
|
||||
<html>
|
||||
<head>
|
||||
<title>My experiment</title>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<title>IAT Example</title>
|
||||
<script src="../jspsych.js"></script>
|
||||
<script src="../plugins/jspsych-text.js"></script>
|
||||
<script src="../plugins/jspsych-iat.js"></script>
|
||||
@ -17,8 +16,7 @@ var welcome_block = {
|
||||
text: '<p>Welcome to the Age Task. In this study you will ' +
|
||||
'complete an Implicit Association Test (IAT) in which you ' +
|
||||
'will be asked to sort pictures and words into groups as ' +
|
||||
'fast as you can. At the end, you will receive your IAT ' +
|
||||
'result along with information about what it means.<br><br> ' + 'Press any key to begin.</p>',
|
||||
'fast as you can.</p><p>Press any key to begin.</p>',
|
||||
timing_post_trial: 1500
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user