Text Field Question

Create a field to ask a non-numerical question.

Options

  • Title: Provide a title or question to the text question, set the title type, and toggle “Title is visible?” to change the visibility on the calculator.
  • Add tooltip: Toggle this option if you want to add a tooltip to the question.
  • Description: Can add a description under the title or question. You can use markdown markups to format.
  • Placeholder: Set an example or a description on the answer field to help users.
  • Does this field have multiple lines?: Toggle to allow the answer to be shown in multiple lines.
  • Is this question required?: Toggle if you want to make it mandatory to answer this text question.
  • Show/Hide Logic: Toggle this to control if this question is shown or hidden under certain circumstances.
    • Visibility formula: If the result of the formula is TRUE or a number above 0. The question is visible. If the result is FALSE or 0, it’s hidden.

Usage in calculations

  • If this field is empty, the answer will return a value of 0. If it's not, it returns a value of 1.
  • If you want to return the complete text on a formula, you have to use {text} after the question name i.e.: QA{text}

Related articles

Learn more about text field in one of the following articles