Live demo · Event feedback
Conference feedback
Track branching, NPS detractor path, virtual sponsor hide
Loading demo…
Live demo · Event feedback
Track branching, NPS detractor path, virtual sponsor 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 Conference feedback. Expand nested groups, edit conditions, or add rules to see how the builder behaves — changes stay on this page only.
Rule 1 — Screen out — did not attend
IF Question 1: Did you attend the conference? equals No THEN End survey
{attended} = 'No'
Ends the survey (screen-out). Optional redirect below is separate from Finish options used for successful completes.
Rule 2 — Hide sponsors — virtual
IF Question 2: How did you participate? equals Virtual livestream THEN Hide Sponsor hall / expo was valuable
{attendance_mode} = 'Virtual livestream'
Rule 3 — Show workshop follow-up
IF Question 3: Primary track you followed equals Workshops THEN Show Which workshop was most valuable and why?
{primary_track} = 'Workshops'
Rule 4 — Show detractor follow-up — NPS 0–6
IF Question 6: How likely are you to recommend this event? equals 0 OR Question 6: How likely are you to recommend this event? equals 1 OR Question 6: How likely are you to recommend this event? equals 2 OR Question 6: How likely are you to recommend this event? equals 3 OR Question 6: How likely are you to recommend this event? equals 4 OR Question 6: How likely are you to recommend this event? equals 5 OR Question 6: How likely are you to recommend this event? equals 6 THEN Show What would have improved your experience?
{recommend_score} = 0 or {recommend_score} = 1 or {recommend_score} = 2 or {recommend_score} = 3 or {recommend_score} = 4 or {recommend_score} = 5 or {recommend_score} = 6
Rule 5 — Require detractor comment at 6
IF Question 6: How likely are you to recommend this event? equals 6 THEN Require What would have improved your experience?
{recommend_score} = 6
Rule 6 — Show sponsors — in-person promoter (nested)
IF Question 2: How did you participate? equals In person AND (Question 6: How likely are you to recommend this event? equals 9 OR Question 6: How likely are you to recommend this event? equals 10) THEN Show Sponsor hall / expo was valuable
{attendance_mode} = 'In person' and ({recommend_score} = 9 or {recommend_score} = 10)