mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
Update jspsych-same-different-html.md
updated the trial type name to the correct one
This commit is contained in:
parent
9de501e9da
commit
f9fd3fde45
@ -43,7 +43,7 @@ key_press_stim1 | numeric | Indicates which key the subject pressed to continue.
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
var trial = {
|
var trial = {
|
||||||
type: 'same-different',
|
type: 'same-different-html',
|
||||||
stimuli: ['<p>Climbing</p>', '<p>Walking</p>'],
|
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>",
|
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',
|
same_key: 'S',
|
||||||
|
Loading…
Reference in New Issue
Block a user