diff --git a/.changeset/rare-years-draw.md b/.changeset/rare-years-draw.md new file mode 100644 index 00000000..502b2831 --- /dev/null +++ b/.changeset/rare-years-draw.md @@ -0,0 +1,5 @@ +--- +"@jspsych/plugin-survey-multi-choice": minor +--- + +Fixed multiple form in page handling diff --git a/packages/plugin-survey-multi-choice/src/index.ts b/packages/plugin-survey-multi-choice/src/index.ts index 459dce02..3aaf7227 100644 --- a/packages/plugin-survey-multi-choice/src/index.ts +++ b/packages/plugin-survey-multi-choice/src/index.ts @@ -150,9 +150,7 @@ class SurveyMultiChoicePlugin implements JsPsychPlugin { if (trial.autocomplete) { html += `
`; } else { - html += `--------- - - ---------`; + html += ``; } // generate question order. this is randomized here as opposed to randomizing the order of trial.questions