Using Nested Questions

When using nested questions, be aware of the following:

  • You can up to five (5) levels of nested questions.
  • You can include questions in the ELSE (<else>..</else>) statement.
  • If a question is to be nested, it must include a condition. The condition:
    • Cannot include a logical operator (AND/OR)
    • Must have a question variable (<q>) as one of the operands.
    • Must include both a question variable and a constant (e.g., <cond>{q1}="Yes"</cond>)