complexType
StudentAssessmentItem
element StudentAssessmentItem/AssessmentResponse
element StudentAssessmentItem/ResponseIndicator
element StudentAssessmentItem/AssessmentItemResult
element StudentAssessmentItem/RawScoreResult
element StudentAssessmentItem/StudentAssessmentReference
element StudentAssessmentItem/StudentObjectiveAssessmentReference
element StudentAssessmentItem/AssessmentItemReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | AssessmentResponse ResponseIndicator AssessmentItemResult RawScoreResult StudentAssessmentReference StudentObjectiveAssessmentReference AssessmentItemReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="StudentAssessmentItem"> <xs:annotation> <xs:documentation>This entity represents the student's response to an assessment item and the item-level scores such as correct, incorrect, or met standard. </xs:documentation> <xs:appinfo> <ann:TypeGroup>Domain Entity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="ComplexObjectType"> <xs:sequence> <xs:element name="AssessmentResponse" type="AssessmentResponse" minOccurs="0"> <xs:annotation> <xs:documentation>A student's response to a stimulus on a test.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ResponseIndicator" type="ResponseIndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator of the response. For example: Nonscorable response Ineffective response Effective response Partial response ...</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AssessmentItemResult" type="AssessmentItemResultType"> <xs:annotation> <xs:documentation>The analyzed result of a student's response to an assessment item.. For example: Correct Incorrect Met standard ...</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RawScoreResult" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>A meaningful raw score of the performance of an individual on an assessment item.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StudentAssessmentReference" type="StudentAssessmentReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>Link of the item scores to the overall scores for a student's specific test administration.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StudentObjectiveAssessmentReference" type="StudentObjectiveAssessmentReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>Link of the item scores the objective scores for a student's specific test administration. Used only if the test has objective level scores.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AssessmentItemReference" type="AssessmentItemReferenceType"> <xs:annotation> <xs:documentation>The assessment item responded to by the student.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StudentAssessmentItem/AssessmentResponse
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | AssessmentResponse | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="AssessmentResponse" type="AssessmentResponse" minOccurs="0"> <xs:annotation> <xs:documentation>A student's response to a stimulus on a test.</xs:documentation> </xs:annotation> </xs:element> |
element StudentAssessmentItem/ResponseIndicator
diagram | ||||||||||||||||
namespace | http://ed-fi.org/0110 | |||||||||||||||
type | ResponseIndicatorType | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:element name="ResponseIndicator" type="ResponseIndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator of the response. For example: Nonscorable response Ineffective response Effective response Partial response ...</xs:documentation> </xs:annotation> </xs:element> |
element StudentAssessmentItem/AssessmentItemResult
diagram | |||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||
type | AssessmentItemResultType | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="AssessmentItemResult" type="AssessmentItemResultType"> <xs:annotation> <xs:documentation>The analyzed result of a student's response to an assessment item.. For example: Correct Incorrect Met standard ...</xs:documentation> </xs:annotation> </xs:element> |
element StudentAssessmentItem/RawScoreResult
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:int | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="RawScoreResult" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>A meaningful raw score of the performance of an individual on an assessment item.</xs:documentation> </xs:annotation> </xs:element> |
element StudentAssessmentItem/StudentAssessmentReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | StudentAssessmentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentAssessmentIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StudentAssessmentReference" type="StudentAssessmentReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>Link of the item scores to the overall scores for a student's specific test administration.</xs:documentation> </xs:annotation> </xs:element> |
element StudentAssessmentItem/StudentObjectiveAssessmentReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | StudentObjectiveAssessmentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentObjectiveAssessmentIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StudentObjectiveAssessmentReference" type="StudentObjectiveAssessmentReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>Link of the item scores the objective scores for a student's specific test administration. Used only if the test has objective level scores.</xs:documentation> </xs:annotation> </xs:element> |
element StudentAssessmentItem/AssessmentItemReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | AssessmentItemReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | AssessmentItemIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="AssessmentItemReference" type="AssessmentItemReferenceType"> <xs:annotation> <xs:documentation>The assessment item responded to by the student.</xs:documentation> </xs:annotation> </xs:element> |