ORKChoiceAnswerStyle Constants Reference

Declared in ORKTypes.h

ORKChoiceAnswerStyle

An enumeration of the types of answer choices available.

Definition

typedef NS_ENUM(NSInteger, ORKChoiceAnswerStyle ) {
   ORKChoiceAnswerStyleSingleChoice,
   ORKChoiceAnswerStyleMultipleChoice,
};

Constants

ORKChoiceAnswerStyleSingleChoice
 A single choice question lets the participant pick a single predefined answer option.

Declared In ORKTypes.h.

ORKChoiceAnswerStyleMultipleChoice
 A multiple choice question lets the participant pick one or more predefined answer options.

Declared In ORKTypes.h.

Declared In

ORKTypes.h