I want to design a form, such that questions 1 to 20 is a yes/no question.
Then, question 21 is a select one question with 20 choices/options.
Now in question 21 I want option 1 to show only if question 1 is yes, option 2 to show only if question 2 is yes, option 3 to show only if question 3 is yes, etc.
Thank you for pointing this out @wroos! No need to use the allow_choice_duplicates. I had initially tried using duplicate choices and then forgot to delete the same. Have now updated the post.