Demo of RuleZ in use on a Survey: video


How to add RuleZ to a survey and use the interface: video


Demo of disappearing a section: video

The rule we are using:

//If the shopper checks this checkbox question, hide all of the questions in the Rulez Example Section

ifQ(391)
.answered(1)
.disappear(Section(2));