survey-Multi-Choice breaks study in Qualtrics integration, survey-Multi-Select works fine?! #3081
Unanswered
keremoktar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to embed a jsPsych survey in a Qualtrics survey. I'm running into a weird issue: in the survey below, multi-select works perfectly fine but multi-choice breaks the experiment. I would ideally use the multi-choice plugin (since I want only one response on the question below), so I'm interested in troubleshooting the issue.
Here is what I mean by break the experiment. My study randomly assigns participants to one of four 'domain' (groups of stimuli). Then:
What's happening is that when I use a multi-choice item instead of multi-select, the survey keeps looping through each possible stimulus set, rather than stopping after the three sets that participants are assigned to. I have not been able to understand this behavior; when I use multi-select instead, everything works fine. Multi-select also works fine for me in a local implementation.
I know it's a big ask to try and troubleshoot this, so if you go through it, thank you! You may find this guide to qualtrics/jspsych integration I used helpful: https://kywch.github.io/jsPsych-in-Qualtrics/
Note that I'm using jsPysch 6.3 to be able to follow the tutorial, since Qualtrics integration may have apparently changed since then and there aren't any guides I can find on 7.x.
To reproduce this issue, you will have to paste the following into the 'javascript' box in a qualtrics 'text/graphic' question.
Copy below (excluding dashes):
Qualtrics.SurveyEngine.addOnload(function () {
});
Qualtrics.SurveyEngine.addOnReady(function () {
});
Qualtrics.SurveyEngine.addOnUnload(function () {
});
And paste the following into the 'text' question as html:
If you are seeing this message for more than 5 minutes,
please screen-capture this screen and send the image to us.
We are very sorry for the inconvenience.
Beta Was this translation helpful? Give feedback.
All reactions