diff --git a/docs/overview/dynamic-parameters.md b/docs/overview/dynamic-parameters.md index f194b906..b417c616 100644 --- a/docs/overview/dynamic-parameters.md +++ b/docs/overview/dynamic-parameters.md @@ -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: