ORKTextQuestionResult Class Reference

Inherits from ORKQuestionResult : ORKResult : NSObject
Declared in ORKQuestionResult.h

The ORKTextQuestionResult class represents the answer to a question or form item that uses an ORKTextAnswerFormat format.

A text question result is typically generated by the framework as the task proceeds. When the task completes, it may be appropriate to serialize it for transmission to a server or to immediately perform analysis on it.

  textAnswer

The answer that the user entered.

@property (nonatomic, copy, nullable) NSString *textAnswer

Discussion

If the user skipped the question, the value of this property is nil.

Declared In

ORKQuestionResult.h