Live demo · Local political
School board & bond
Homeowner gates, parent/senior nested OR, parcel tax hide
Loading demo…
Live demo · Local political
Homeowner gates, parent/senior nested OR, parcel tax hide
Loading demo…
Exploration mode. This is the same Logic workspace your team uses in the builder — rules, variables, and Test logic. Nothing you change here is saved; reload the page to reset. The live respondent demo is unchanged.
IF / THEN rules for School board & bond. Expand nested groups, edit conditions, or add rules to see how the builder behaves — changes stay on this page only.
Rule 1 — Hide parcel tax — renter
IF Question 1: Do you own your home in the district? equals No THEN Hide Support for parcel tax to fund operations
{homeowner} = 'No'
Rule 2 — Show open comment — owner + (parent OR senior)
IF Question 1: Do you own your home in the district? equals Yes AND (Question 2: Children enrolled in district schools? equals Yes OR Question 3: Is anyone in your household 65 or older? equals Yes) THEN Show Additional comments on district finances
{homeowner} = 'Yes' and ({has_school_children} = 'Yes' or {senior_household} = 'Yes')
Rule 3 — Show parcel detail — oppose bond + owner
IF Question 5: Support for the facilities bond equals Definitely no AND Question 1: Do you own your home in the district? equals Yes THEN Show Support for parcel tax to fund operations
{bond_support} = 'Definitely no' and {homeowner} = 'Yes'
Rule 4 — Skip board — no children (demo)
IF Question 2: Children enrolled in district schools? equals No THEN Jump to Bond measure
{has_school_children} = 'No'
Rule 5 — Require comment — oppose bond
IF Question 5: Support for the facilities bond equals Definitely no THEN Require Additional comments on district finances
{bond_support} = 'Definitely no'