From 996d403ac302e68da8cec9b48a007cb0ad9a260f Mon Sep 17 00:00:00 2001 From: crava2199 Date: Mon, 16 Dec 2024 09:32:37 +0100 Subject: [PATCH] fixed form dashes --- .changeset/rare-years-draw.md | 5 +++++ packages/plugin-survey-multi-choice/src/index.ts | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .changeset/rare-years-draw.md 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