Solved
How to carry forward unselected AND undisplayed choices
Hi There!
I am trying to create and exercise where I have a lot of pictures loaded into a question (50) and the respondent has to go through 50 questions to get to a final picture. The way I am trying to do this is to have the original question with all of the pictures loaded in. Once they are loaded, I used the advanced randomization tool to create a random subset to only show 4. After this, on the next question, I piped in the selected choice and then tried to carry forward the unselected and undisplayed choices, but this was not on option, those are two exclusive options.
I thought unselected would also display the not shown choices, but that is not the case. Is it at all possible to carry forward both of these without having to go through tons of display logic work?
Thanks!
Best answer by TomG
> @Cmadhouse said:
> Interesting! I was kind of afraid of the response not showing, but that may be okay for my application of this. I'm not too well versed in JavaScript, do you know what that code may look like?
```
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" input[choiceid=x${q://QIDxx/SelectedChoicesRecode}]").closest("li").hide();
});
```
where QIDxx is the QID of the first question.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
