ORKNumericAnswerStyle Constants Reference

Declared in ORKAnswerFormat.h

ORKNumericAnswerStyle

The style of answer for an ORKNumericAnswerFormat object, which controls the keyboard that is presented during numeric entry.

Definition

typedef NS_ENUM(NSInteger, ORKNumericAnswerStyle ) {
   ORKNumericAnswerStyleDecimal,
   ORKNumericAnswerStyleInteger,
};

Constants

ORKNumericAnswerStyleDecimal
 A decimal question type asks the participant to enter a decimal number.

Declared In ORKAnswerFormat.h.

ORKNumericAnswerStyleInteger
 An integer question type asks the participant to enter an integer number.

Declared In ORKAnswerFormat.h.

Declared In

ORKAnswerFormat.h