Live demo · Education
Parent / district survey
Residency screen-out, school-level skip, athletics show
Loading demo…
Live demo · Education
Residency screen-out, school-level skip, athletics show
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 Parent / district survey. Expand nested groups, edit conditions, or add rules to see how the builder behaves — changes stay on this page only.
Rule 1 — Screen out — non-resident
IF Question 1: Do you live within the school district boundaries? equals No THEN End survey
{district_resident} = 'No'
Ends the survey (screen-out). Optional redirect below is separate from Finish options used for successful completes.
Rule 2 — Screen out — no enrolled children
IF Question 2: Do you have children enrolled in district schools? equals No THEN End survey
{children_enrolled} = 'No'
Ends the survey (screen-out). Optional redirect below is separate from Finish options used for successful completes.
Rule 3 — Hide STEM — elementary (use skip alternative)
IF Question 3: Highest grade level of your enrolled child(ren) equals Elementary (K–5) THEN Hide STEM programs are strong
{school_level} = 'Elementary (K–5)'
Rule 4 — Skip athletics block — elementary
IF Question 3: Highest grade level of your enrolled child(ren) equals Elementary (K–5) THEN Jump to Facilities
{school_level} = 'Elementary (K–5)'
Rule 5 — Show athletics — enrolled + secondary (nested)
IF Question 2: Do you have children enrolled in district schools? equals Yes AND (Question 3: Highest grade level of your enrolled child(ren) equals High school (9–12) OR Question 3: Highest grade level of your enrolled child(ren) equals Multiple levels) THEN Show Athletics / activities meet our needs
{children_enrolled} = 'Yes' and ({school_level} = 'High school (9–12)' or {school_level} = 'Multiple levels')
Rule 6 — Require comment — oppose bond
IF Question 6: Support for upcoming facilities bond equals Definitely no THEN Require Please explain your position on the bond
{bond_support} = 'Definitely no'