Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.7 KB

EdFiSurveyQuestionResponse.md

File metadata and controls

23 lines (18 loc) · 1.7 KB

edfi_resources_sdk.model.EdFiSurveyQuestionResponse

Load the model package

import 'package:edfi_resources_sdk/api.dart';

Properties

Name Type Description Notes
id String [optional]
surveyQuestionReference EdFiSurveyQuestionReference
surveyResponseReference EdFiSurveyResponseReference
comment String Additional information provided by the responder about the question in the survey. [optional]
noResponse bool Indicates there was no response to the question. [optional]
surveyQuestionMatrixElementResponses List An unordered collection of surveyQuestionResponseSurveyQuestionMatrixElementResponses. For matrix questions, the response for each row of the matrix. [optional] [default to const []]
values List An unordered collection of surveyQuestionResponseValues. For free-form, single- or multiple-selection questions, one or more responses. [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]