diff --git a/examples/timeline-variables.html b/examples/timeline-variables.html index 118606a6..de5f89a1 100644 --- a/examples/timeline-variables.html +++ b/examples/timeline-variables.html @@ -8,11 +8,6 @@ -
@@ -32,13 +27,14 @@ type: 'html-keyboard-response', choices: ['none'], // Y or N stimulus: "+
", - trial_duration: 500, + trial_duration: 500 }, { type: 'image-keyboard-response', choices: [89, 78], // Y or N stimulus: jsPsych.timelineVariable('v1'), - prompt: function() { return 'Have you seen '+jsPsych.timelineVariable('v2', true)+ ' before? Y or N.
' } + prompt: function() { return 'Have you seen '+jsPsych.timelineVariable('v2', true)+ ' before? Y or N.
' }, + stimulus_width: 300 } ], randomize_order: true,