ApplicationLibraryQuestionPreferenceSelection
Object

The way in which the response choices should be presented for selection.

Fields

Name
Description
message* 
String!
A human-readable description of the way in which the response choice selection will apply.For example, the message can be:
  • I will only accept this answer
  • I will accept any of these answers
  • I will only accept this combination of answers
  • I will accept above and including
  • I will accept up to and including
  • I will accept between this range
typeCode* 
String!
The way to present the response choice selection.Currently, three codes are defined:
  • SingleChoice indicates a question that expects a single preferred response choice.A radio group or dropdown may be used.
  • MultiChoice indicates a question that expects multiple preferred response choices.A checkbox group may be used.
  • Range indicates a question that expects two response choices representing the minimum and maximum preferred values.A set of two dropdowns may be used.

Seen in

Parent name
Parent type
Description
Object
preferenceSelection field