mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
Correct link with .md
This commit is contained in:
parent
830b0275fa
commit
6be77a05fa
@ -164,7 +164,7 @@ var face_name_procedure = {
|
|||||||
### Using in a function
|
### Using in a function
|
||||||
|
|
||||||
Continung the example from the previous section, what if we wanted to show the name with the face, combining the two variables together?
|
Continung the example from the previous section, what if we wanted to show the name with the face, combining the two variables together?
|
||||||
To do this, we can use a [dynamic parameter](..overview/dynamic-parameters/) (a function) to create an HTML-string that uses both variables in a single parameter.
|
To do this, we can use a [dynamic parameter](dynamic-parameters.md) (a function) to create an HTML-string that uses both variables in a single parameter.
|
||||||
The value of the `stimulus` parameter will be a function that returns an HTML string that contains both the image and the name.
|
The value of the `stimulus` parameter will be a function that returns an HTML string that contains both the image and the name.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
Loading…
Reference in New Issue
Block a user