I have a multiple answer column of a list of items and I'd like to randomly display one of selected items in a descriptive text box.
Is it possible to randomly display only one of the multiple answers that were selected in the multiple column list?
Page 1 / 1
Hello @dkid ,
You can carry forward the selected choices to a question and using advanced randomization check "display only 1" from all choices.
Hide this new question using JS and do auto advance on that page - Paste the below code in the new question js OnReady
jQuery("#"+this.questionId).hide();
jQuery("#NextButton").click();
You can carry forward the selected choices to a question and using advanced randomization check "display only 1" from all choices.
Hide this new question using JS and do auto advance on that page - Paste the below code in the new question js OnReady
jQuery("#"+this.questionId).hide();
jQuery("#NextButton").click();
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.