I have 5 retailers: A, B, C, D and E that will be asked the same series of questions within a loop and merge. I need to ask B first and then I need to randomize the rest. Is this possible in JavaScript?
Page 1 / 1
You can't control loop order with JS. Loop based on a question that uses Advanced Randomization to put the retailers in the preferred order. The randomized order will get carried forward into the loop.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.