diff --git a/examples/display-element-to-embed-experiment.html b/examples/display-element-to-embed-experiment.html index ea9a7119..5420baa3 100644 --- a/examples/display-element-to-embed-experiment.html +++ b/examples/display-element-to-embed-experiment.html @@ -9,9 +9,6 @@ @@ -35,7 +32,8 @@ type: 'image-keyboard-response', stimulus: 'img/happy_face_1.jpg', choices: [89, 78], // Y or N - prompt: '

Have you seen this face before? Y or N.

' + prompt: '

Have you seen this face before? Y or N.

', + stimulus_width: 300 } var trial_2 = { @@ -43,7 +41,8 @@ stimulus: 'img/happy_face_2.jpg', choices: [89, 78], // Y or N trial_duration: 5000, - prompt: '

Have you seen this face before? Y or N. (5s time limit).

' + prompt: '

Have you seen this face before? Y or N. (5s time limit).

', + stimulus_width: 300 } var trial_3 = {