mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
Fix for broken link on hello-world
This commit is contained in:
parent
fd3a3e5562
commit
fb97ec1673
@ -413,7 +413,7 @@ Once the plugin is imported we can create a trial using the plugin.
|
|||||||
To declare a trial that uses the `html-keyboard-response` plugin, we create an object with the property `type` equal to `htmlKeyboardResponse`.
|
To declare a trial that uses the `html-keyboard-response` plugin, we create an object with the property `type` equal to `htmlKeyboardResponse`.
|
||||||
We can specify the other parameters of the plugin in the same object.
|
We can specify the other parameters of the plugin in the same object.
|
||||||
Here we use the `stimulus` parameter to include a message.
|
Here we use the `stimulus` parameter to include a message.
|
||||||
You can see the full set of parameters for each plugin on its [documentation page](../plugins/html-keyboard-response).
|
You can see the full set of parameters for each plugin on its [documentation page](../plugins/html-keyboard-response.md).
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import {initJsPsych} from 'jspsych';
|
import {initJsPsych} from 'jspsych';
|
||||||
|
Loading…
Reference in New Issue
Block a user