fixed examples

This commit is contained in:
KristinDiep 2017-07-27 11:10:56 -04:00
parent e537037af7
commit 69f509b396
2 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
f<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>My experiment</title> <title>My experiment</title>

View File

@ -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
} }