Solved
How to prioritize within a loop and merge?

If you are giving respondents a list of 20 brands to indicate those they are aware of, how would you prioritize which brands are carried forward for evaluation in a loop and merge section?
Best answer by AnthonyR
Even better, you can carry forward from a hidden list using a bit of js on the question you would like to hide:
Qualtrics.SurveyEngine.addOnload(function()
{
$('SkinContent').hide();
$('NextButton').click();
});
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.