From 4e5f140c0c8ce55561dc213806ce281a31ac4d55 Mon Sep 17 00:00:00 2001 From: Becky Gilbert Date: Thu, 4 Jan 2024 15:43:22 -0800 Subject: [PATCH] add changeset --- .changeset/bright-pillows-collect.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/bright-pillows-collect.md diff --git a/.changeset/bright-pillows-collect.md b/.changeset/bright-pillows-collect.md new file mode 100644 index 0000000000..880cc68752 --- /dev/null +++ b/.changeset/bright-pillows-collect.md @@ -0,0 +1,5 @@ +--- +"@jspsych/plugin-survey": major +--- + +To take advantage of all of the SurveyJS features, we have re-written the survey plugin so that it now takes a SurveyJS-compatible JSON string ('survey_json') and/or a SurveyJS-compatible function ('survey_function') that manipulates a SurveyJS model. This is a breaking change. See the jsPsych Survey Plugin page for documentatino and examples: https://www.jspsych.org/latest/plugins/survey/. More details about creating the SurveyJS JSON strings and functions can be found on their website: https://surveyjs.io/form-library/documentation/design-survey/create-a-simple-survey#create-a-survey-model.