import 'package:edfi_resources_sdk/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
id | String | [optional] | |
questionCode | String | The identifying code for the question, unique for the survey. | |
surveyReference | EdFiSurveyReference | ||
surveySectionReference | EdFiSurveySectionReference | [optional] | |
matrices | List | An unordered collection of surveyQuestionMatrices. Information about the matrix element in the survey. | [optional] [default to const []] |
questionFormDescriptor | String | The form or type of question. | |
questionText | String | The text of the question. | |
responseChoices | List | An unordered collection of surveyQuestionResponseChoices. The optional list of possible responses to a survey question. | [optional] [default to const []] |
etag | String | A unique system-generated value that identifies the version of the resource. | [optional] |
lastModifiedDate | DateTime | The date and time the resource was last modified. | [optional] |