ORKTimeIntervalQuestionResult Class Reference
| Inherits from | ORKQuestionResult : ORKResult : NSObject |
|---|---|
| Declared in | ORKQuestionResult.h ORKQuestionResult.m |
Overview
The ORKTimeIntervalQuestionResult class represents the result of a question
that uses the ORKTimeIntervalAnswerFormat format.
A time interval 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.
intervalAnswer
The selected interval, in seconds.
@property (nonatomic, copy, nullable) NSNumber *intervalAnswerDiscussion
The value of this property is nil if the user skipped the question.
Declared In
ORKQuestionResult.h