mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
fixed examples
This commit is contained in:
parent
e537037af7
commit
69f509b396
@ -1,4 +1,4 @@
|
||||
f<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>My experiment</title>
|
||||
|
@ -10,11 +10,9 @@
|
||||
|
||||
var trial = {
|
||||
type: 'instructions',
|
||||
pages: function() {
|
||||
return ['Welcome to the experiment. Click next to begin.',
|
||||
pages: ['Welcome to the experiment. Click next to begin.',
|
||||
'This is the second page of instructions.',
|
||||
'This is the final page.'
|
||||
]},
|
||||
'This is the final page.'],
|
||||
show_clickable_nav: true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user