diff --git a/README.md b/README.md index 638ce64a..1e8f4c51 100644 --- a/README.md +++ b/README.md @@ -67,21 +67,24 @@ This is an example of the image-keyboard-response plugin: type: "image-keyboard-response", stimulus: 'img/happy_face_1.jpg', choices: [89, 78], - prompt: '
Is this face happy? Y or N.
' + prompt: '' + + 'Is this face happy? Y or N.
' } var trial_2 = { type: 'image-keyboard-response', stimulus: 'img/sad_face_2.jpg', choices: [89, 78], // Y or N - prompt: 'Is this face happy? Y or N.
' + prompt: '' + + 'Is this face happy? Y or N.
' } var trial_3 = { type: 'image-keyboard-response', stimulus: 'img/happy_face_2.jpg', choices: [89, 78], // Y or N - prompt: 'Is this face happy? Y or N.
', + prompt: '' + + 'Is this face happy? Y or N.
', }