Solved
How can I set a default slider response from a previous slider response?
I am trying to set a slider starting value (which is also a default response) using a previous slider response.
What I have been trying to do is set an embed variable and then use JS to get it into the question.
So say I set the embed variable "value1A" as a participants' response to the first slider in question 1, my thought was that I can just put this in the JS editor:
var value = "${e://Field/value1A}";
this.setChoiceValue(1, value);
And pass it on to the next slider question.
But alas, no dice.
Any ideas?
Best answer by bstrahin
This is a builtin feature in Qualtrics. If it's not working for you, make sure the two questions are on different screens.
1. On your second slider scale you can go to the question menu to the left with the wheel.
2. Select add default values
3. Click on the drop down arrow
4. Then Survey Question, pick your question and in the list the attribute you want to the default to be equal to
You are using the display piped text option from the Qualtrics Support page - https://www.qualtrics.com/support/survey-platform/survey-module/question-options/add-default-choices/
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.