Update jspsych-same-different-html.md

updated the trial type name to the correct one
This commit is contained in:
akochari 2020-02-26 20:55:17 +01:00 committed by GitHub
parent 9de501e9da
commit f9fd3fde45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: ['<p>Climbing</p>', '<p>Walking</p>'],
prompt: "<p>Press S if the texts imply the same amount of physical exertion. Press D if the texts imply different amount of physical exertion.</p>",
same_key: 'S',