OR Statement

I am trying to restrict the flow such that if a user selects YES on a variable, they must select at least one YES on the next 5 choices or else they have to redo it again. Picture it like this

Select CEREALS
Either YES to Maize Meal
OR YES to Rice
OR YES to Sorghum
OR YES to Pearl Millet
OR YES to Rapoko
ELSE RESTART SELECTions

Can someone assist with possible code for that?