Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.54 KB

EdFiSurveyQuestion.md

File metadata and controls

24 lines (19 loc) · 1.54 KB

edfi_resources_sdk.model.EdFiSurveyQuestion

Load the model package

import 'package:edfi_resources_sdk/api.dart';

Properties

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]

[Back to Model list] [Back to API list] [Back to README]