Help Center / Tools nodes / Logic Control

Logic Control

Logic Control

Basic Rules

  • Y Output Port: The logical operation result is "true";
  • N Output Port: The logical operation result is "false";
  • AND: The overall result is true only if all conditions are true simultaneously;
  • OR: The overall result is true if any one of the conditions is true;
  • If the final result is true: The questionnaire will proceed to the next question via the Y output port;
  • If the final result is false: The questionnaire will proceed to the next question via the N output port;

Case Study 1

  1. First question: "Yes" is selected;
  2. Second question: Anxiety score is less than or equal to 4;
  3. Second question: Insomnia score is less than or equal to 4;
  4. Second question: Emptiness score is less than or equal to 4;
  • When all the above conditions are met, the final operation result of this logical node is true, and it jumps to the end page displaying "You are optimistic" via the Y output port;
  • Otherwise, it is false, and it jumps to the end page displaying "I hope you become more optimistic" via the N output port;

Case Study 2

Case Study 3

Summary