CollectionType

public enum CollectionType : String, CaseIterable

The collection type for the input field. The supported types are for choice-style questions or multiple component questions where the user selected from one or more fields to build a single answer result.

  • In a multiple choice question, the participant can pick one or more options.

    Declaration

    Swift

    case multipleChoice
  • In a single choice question, the participant can pick one item from a list of options.

    Declaration

    Swift

    case singleChoice
  • In a multiple component question, the participant can pick one choice from each component or enter a formatted text string such as a phone number or blood pressure.

    Declaration

    Swift

    case multipleComponent