@HaBui, you will need to add skip logic to a select_multiple
question as outlined in our previous post:
So with this, the skip logic for E3
would be as follows:
${Q2}='1' and (selected(${Q2},'3') or selected(${Q2},'4') or selected(${Q2},'5'))
Similarly, your skip logic for E4
would be as follows:
${Q2}='2' and (selected(${Q2},'3') or selected(${Q2},'4') or selected(${Q2},'5'))