answers property

List<AbstractSurveyAnswer> answers
getter/setter pair

A list of answers to the question. This list is empty if the question isn't answered, and may have multiple elements if more than one answer is provided.

Implementation

List<AbstractSurveyAnswer> answers = [];