mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
fix typo
This commit is contained in:
parent
a503585598
commit
a6df7ee289
@ -44,7 +44,7 @@ var block = {
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
var block = {
|
var block = {
|
||||||
type: 'single-stim',
|
type: 'multi-stim-multi-response',
|
||||||
stimuli: [['img/happy_face.png']],
|
stimuli: [['img/happy_face.png']],
|
||||||
choices: [['y','n'],['1','2','3','4','5']],
|
choices: [['y','n'],['1','2','3','4','5']],
|
||||||
timing_stim: [-1],
|
timing_stim: [-1],
|
||||||
|
Loading…
Reference in New Issue
Block a user