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