mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
fix heading level
This commit is contained in:
parent
5236b6470a
commit
25d08f4579
@ -99,7 +99,7 @@ var trial = {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Nested Parameters
|
### Nested Parameters
|
||||||
|
|
||||||
Dyanmic parameters work the same way with nested parameters, which are parameters that contain one or more sets of other parameters. For instance, many survey-* plugins have a `questions` parameter that is a nested parameter: it is an array that contains the parameters for one or more questions on the page. To make the `questions` parameter dynamic, you can use a function that returns the array with all of the parameters for each question:
|
Dyanmic parameters work the same way with nested parameters, which are parameters that contain one or more sets of other parameters. For instance, many survey-* plugins have a `questions` parameter that is a nested parameter: it is an array that contains the parameters for one or more questions on the page. To make the `questions` parameter dynamic, you can use a function that returns the array with all of the parameters for each question:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user