I’m working on a survey where we would like to mix display logic and randomization. I understand that mixing display/skip logic and randomization within a block are not allowed using the default randomization.
Ideally, what we’d like to do is randomly show one of 2 follow-up items, depending how someone answered a preceding rating item. The rating item has a 5 point Strongly Agree to Strongly Disagree scale. If they answer Strongly Disagree or Disagree, we’d like to show a follow-up item to 50% of participants (we don’t want everyone answering it). So basically, it’s randomly showing a follow-up to a subset of people depending how they answer the rating item. It would be ideal if this could be done within the block. If the item order needs to be changed, we can likely put this at the end.
Is this possible with JavaScript or anything else? I haven’t found a clear answer and we don’t have a ton of time to come up with a solution.