Live demo · Presidential political
Issues & mood
Issue follow-ups, foreign-policy hide, party/issue nested show
Loading demo…
Live demo · Presidential political
Issue follow-ups, foreign-policy hide, party/issue nested 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 Issues & mood. Expand nested groups, edit conditions, or add rules to see how the builder behaves — changes stay on this page only.
Rule 1 — Show economy follow-up
IF Question 3: Most important problem facing the country equals Economy / jobs OR Question 3: Most important problem facing the country equals Inflation / cost of living THEN Show What should leaders do first on the economy?
{top_issue} = 'Economy / jobs' or {top_issue} = 'Inflation / cost of living'
Rule 2 — Show immigration follow-up
IF Question 3: Most important problem facing the country equals Immigration THEN Show What is your top priority on immigration policy?
{top_issue} = 'Immigration'
Rule 3 — Show president approval — D or I
IF Question 1: Party identification equals Democrat OR Question 1: Party identification equals Independent THEN Show Presidential job approval
{party_id} = 'Democrat' or {party_id} = 'Independent'
Rule 4 — Show governor approval — R + issue (nested OR)
IF Question 1: Party identification equals Republican AND (Question 3: Most important problem facing the country equals Crime / safety OR Question 3: Most important problem facing the country equals Immigration) THEN Show Governor job approval
{party_id} = 'Republican' and ({top_issue} = 'Crime / safety' or {top_issue} = 'Immigration')
Rule 5 — Hide foreign policy when right direction
IF Question 4: Country right direction / wrong track equals Right direction THEN Hide Most important foreign policy priority
{country_direction} = 'Right direction'
Rule 6 — Skip back to follow-ups on wrong track (demo skip)
IF Question 4: Country right direction / wrong track equals Wrong direction THEN Jump to Issue follow-ups
{country_direction} = 'Wrong direction'