Hi @gsheppard ,
One alternative would be setting branch condition in survey flow but it may be messy and tedious as you would likely be required to add all possible combinations of the available options.
For example, a-d option with d being none of the above.
if a is not selected, b is not selected, c is not selected and d is selected, embedded data resultvalue= none.
if a is selected, b is not selected, c is not selected and d is not selected,
or if a is not selected, b is selected, c is not selected and d is not selected,
or if a is not selected, b is not selected, c is selected and d is not selected,
embedded data resultvalue= single.
(Number of conditions to set for single may increase depending on number of options available.)
if a is selected, b is selected, c is selected and d is not selected,
or if a is selected, b is selected, c is not selected and d is not selected,
or if a is selected, b is not selected, c is selected and d is not selected,
or if a is not selected, b is selected, c is selected and d is not selected,
embedded data resultvalue= multi.
(Number of conditions to set for multi may increase a lot depending on number of options available due to possible combinations)
Yeah I did do some branch logic on some other questions, but this one because there are so many variations it would get to be a large survey flow, so I was trying to see if there was any other alternatives as well.