Inherits from NSObject
Conforms to SMJSONSerializableProtocol
Declared in SMAnswerResponse.h
SMAnswerResponse.m

Overview

The SMAnswerResponse object represents a single answer to a survey question. A single survey question can have multiple SMAnswerResponse objects associated with it.

Tasks

Text Response Answer Attribute

Default Answer Attributes

Matrix and Rating Answer Attributes

Matrix-of-Dropdown Answer Attributes

Properties

columnDropdownID

ID of choice in a column’s dropdown

@property (nonatomic, strong) NSString *columnDropdownID

Declared In

SMAnswerResponse.h

columnDropdownIndex

Index of choice in a column’s dropdown

@property (nonatomic, assign) NSUInteger columnDropdownIndex

Declared In

SMAnswerResponse.h

columnDropdownValue

User-facing text representing this column’s dropdown in the survey

@property (nonatomic, strong) NSString *columnDropdownValue

Declared In

SMAnswerResponse.h

columnID

ID of column answered

@property (nonatomic, strong) NSString *columnID

Declared In

SMAnswerResponse.h

columnIndex

Index of column in question’s design (going left to right)

@property (nonatomic, assign) NSUInteger columnIndex

Declared In

SMAnswerResponse.h

columnValue

User-facing text representing this column in the survey

@property (nonatomic, strong) NSString *columnValue

Declared In

SMAnswerResponse.h

rowID

ID of row answered

@property (nonatomic, strong) NSString *rowID

Declared In

SMAnswerResponse.h

rowIndex

Index of row in question’s design

@property (nonatomic, assign) NSUInteger rowIndex

Declared In

SMAnswerResponse.h

rowValue

User-facing text representing this row in the survey

@property (nonatomic, strong) NSString *rowValue

Declared In

SMAnswerResponse.h

textResponse

Text response string

@property (nonatomic, strong) NSString *textResponse

Declared In

SMAnswerResponse.h