Live demo · Education
Course evaluation
Online vs campus, grad ethics block, nested low-rating comment
Loading demo…
Live demo · Education
Online vs campus, grad ethics block, nested low-rating comment
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 Course evaluation. Expand nested groups, edit conditions, or add rules to see how the builder behaves — changes stay on this page only.
Rule 1 — Screen out — audit only
IF Question 1: What best describes you? equals Auditing only THEN End survey
{student_level} = 'Auditing only'
Ends the survey (screen-out). Optional redirect below is separate from Finish options used for successful completes.
Rule 2 — Hide housing — online
IF Question 2: How did you take this course? equals Online synchronous OR Question 2: How did you take this course? equals Online async THEN Hide Campus housing met my needs
{delivery_mode} = 'Online synchronous' or {delivery_mode} = 'Online async'
Rule 3 — Show ethics — grad or professional
IF Question 1: What best describes you? equals Graduate OR Question 1: What best describes you? equals Professional / continuing ed THEN Show I understand IRB requirements for my project
{student_level} = 'Graduate' or {student_level} = 'Professional / continuing ed'
Rule 4 — Show comment — grad + low clarity (nested)
IF Question 1: What best describes you? equals Graduate AND (Question 3: Course materials were clear equals 1 OR Question 3: Course materials were clear equals 2) THEN Show What should improve next term?
{student_level} = 'Graduate' and ({clarity_rating} = 1 or {clarity_rating} = 2)
Rule 5 — Require comment — workload too heavy
IF Question 4: Workload was reasonable equals 5 THEN Require What should improve next term?
{workload_rating} = 5