Select to view content in your preferred language

New question(s) triggered on No response to a multiple-choice item

369
2
Jump to solution
11-01-2022 07:48 AM
JaviVasquez1
Occasional Contributor

I've searched for an answer, but I might not be phrasing my search correctly.  Let's say I have a multiple-choice question where the user can select red, green, and yellow.  Red and green are selected (check box), but yellow is not.  I want a series of questions to follow when a box is NOT checked.  I tried making it required, but that's not really the goal - I just need to ask questions about yellow.

All help appreciated greatly,

Javi

0 Kudos
1 Solution

Accepted Solutions
DougBrowning
MVP Esteemed Contributor

I am thinking in the relevant for the following questions

not(selected(question, "yellow"))

Try that

View solution in original post

2 Replies
DougBrowning
MVP Esteemed Contributor

I am thinking in the relevant for the following questions

not(selected(question, "yellow"))

Try that

JaviVasquez1
Occasional Contributor

Thanks, Doug.  I tried but could not get that to work.  I'll try again.