Icon Question data

RuleZ based on Question data

.answered, .notanswered
.answered can be used to check if a question had a specific answer, or one of several answers, or even if it was answered at all. It always follows ifQ; for...
.equalTo, .greaterThan, .greaterThanOrEqual, .lessThan, .lessThanOrEqual
These operators compare answer values to other answer values or to values that you enter. You can compare numeric, date and time values, as well as text val...
ifQ, .andQ, .orQ, .andifQ, orifQ
ifQ(question_number) ifQ refers to a single question, and is always followed by some kind of evaluation or comparison that checks to see how the questio...