From f9fd3fde4566ff4562f357f084baf14dac815303 Mon Sep 17 00:00:00 2001 From: akochari Date: Wed, 26 Feb 2020 20:55:17 +0100 Subject: [PATCH] Update jspsych-same-different-html.md updated the trial type name to the correct one --- docs/plugins/jspsych-same-different-html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',