diff --git a/docs/plugins/survey.md b/docs/plugins/survey.md index 61d66345..5be8b935 100644 --- a/docs/plugins/survey.md +++ b/docs/plugins/survey.md @@ -410,7 +410,7 @@ import survey from '@jspsych/plugin-survey'; Open demo in new tab - ???+ example "Adding data to trial" +???+ example "Adding data to trial" When adding any data to a Survey trial, you should add it via the `data` parameter at the whole-trial level (not inside the question objects), even if it only relates to one question out of multiple questions/pages contained wihtin the trial. === "Code"