Time Question

Create a field to allow users to select a specific time/hour.

Options

  • Title: Provide a title or question to the time 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: You can add a description under the title or question. You can use markdown markups to format.
  • Use 24 hour clock: Toggle to change into 24 hr clock. The AM and PM fields will disappear.
  • Is this question required?: Toggle if you want to make it mandatory to answer the time question.
  • Show/Hide Logic: Toggle this if you want 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

  • You can calculate the number of hours between two different time elements using this formula: ((QX{hours} 60 + QX{minutes}) - (QY{hours} 60 + QY{minutes})) / 60

Related articles

Learn more about time in one of the following articles