Questions

Define questions using the Q: prefix, with support for various input types and options.

Usage

  • Each question is defined by starting a line with the Q: prefix
  • Questions start with Q: or Q1:, Q2:, etc.
  • Use numbers when you want to reference questions explicitly
  • Question text must be on a single line after Q:
  • Questions default to a text input question or, when options are specified, a multiple choice question
  • Place a question type keyword (e.g., TEXT, NUMBER, MATRIX) directly after the question or question options to set the question type

Example

Q: What is your name?
        
Q: What is your favorite color?
- Red
- Blue
- Green

Q: How old are you?
NUMBER

What is your name?

What is your favorite color?

How old are you?