ORKTrailmakingResult Class Reference
Inherits from | ORKResult : NSObject |
---|---|
Declared in | ORKTrailmakingResult.h ORKTrailmakingResult.m |
Overview
The ORKTrailmakingResult
class represents the result of a signature step (ORKTrailmakingStep
).
A trail making result is produced by the task view controller when it presents a trail making step.
Other Methods
– initWithIdentifier:
Returns an initialized result using the specified identifier.
- (instancetype)initWithIdentifier:(NSString *)identifier
Parameters
identifier |
The unique identifier of the result. |
---|
Discussion
Typically, objects such as ORKStepViewController
and ORKTaskViewController
instantiate result (and ORKResult
subclass) objects; you seldom need to instantiate a result object in your code.
Declared In
ORKResult.h
Other Methods
taps
An array of all taps completed during the test
@property (nonatomic, copy) NSArray<ORKTrailmakingTap*> *taps
Declared In
ORKTrailmakingResult.h
numberOfErrors
The number of errors generated during the test
@property (nonatomic) NSUInteger numberOfErrors
Declared In
ORKTrailmakingResult.h