diff --git a/docs/plugins/jspsych-same-different-html.md b/docs/plugins/jspsych-same-different-html.md index ccfe309f..7ad1b9ef 100644 --- a/docs/plugins/jspsych-same-different-html.md +++ b/docs/plugins/jspsych-same-different-html.md @@ -43,7 +43,7 @@ key_press_stim1 | numeric | Indicates which key the subject pressed to continue. ```javascript var trial = { - type: 'same-different', + type: 'same-different-html', stimuli: ['
Climbing
', 'Walking
'], prompt: "Press S if the texts imply the same amount of physical exertion. Press D if the texts imply different amount of physical exertion.
", same_key: 'S',