Hi guys, I'm new with Sawtooth so i guess my question should be really easy for you :)
Here is my problem: I have a multiple response question with 3 possibilities (lets say ProductA, ProductB, ProductC). If the customer selects only one product, he will answer a block of questions regarding that product (that's the easy part, the one I accomplished).
But, if he select more than 1 products, lets say ProductA and ProductB, I want to randonmly choose one of this products, A or B, and he only answers to the respective block of questions.
I've been able to reach the solution for the case where he selects all the answers, because I only have to generate a random number and make a skip-logic to that number. But with two products, it can be A and B or A and C or B and C. (In my case i have a lot of products, if it were only 3 it would be simple, i guess).
I know my English is poor, sorry for that, hope you understand! :)
Cheers,
Bruno