mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
fix typo in rt tutorial
This commit is contained in:
parent
1035b0f503
commit
c6c4eff79f
@ -100,7 +100,7 @@ We can use the same basic structure from part 2 to create a new trial that shows
|
|||||||
The trial definition looks like this:
|
The trial definition looks like this:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
var instructions_block = {
|
var instructions = {
|
||||||
type: "html-keyboard-response",
|
type: "html-keyboard-response",
|
||||||
stimulus: "<p>In this experiment, a circle will appear in the center " +
|
stimulus: "<p>In this experiment, a circle will appear in the center " +
|
||||||
"of the screen.</p><p>If the circle is <strong>blue</strong>, " +
|
"of the screen.</p><p>If the circle is <strong>blue</strong>, " +
|
||||||
|
Loading…
Reference in New Issue
Block a user