complexType StudentAssessmentItem
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1031.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children AssessmentResponse ResponseIndicator AssessmentItemResult RawScoreResult StudentAssessmentReference StudentObjectiveAssessmentReference AssessmentItemReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents the student's response to an assessment item and the item-level scores such as correct, incorrect, or met standard.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="StudentAssessmentItem">
 
<xs:annotation>
   
<xs:documentation>This entity represents the student&apos;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&apos;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&apos;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&apos;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&apos;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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1032.png
namespace http://ed-fi.org/0110
type AssessmentResponse
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
A student&apos;s response to a stimulus on a test.
source <xs:element name="AssessmentResponse" type="AssessmentResponse" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A student&apos;s response to a stimulus on a test.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAssessmentItem/ResponseIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1033.png
namespace http://ed-fi.org/0110
type ResponseIndicatorType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Nonscorable response 
enumeration Ineffective response 
enumeration Effective response 
enumeration Partial response 
annotation
documentation
Indicator of the response.  For example:
Nonscorable response
Ineffective response
Effective response
Partial response
...
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1034.png
namespace http://ed-fi.org/0110
type AssessmentItemResultType
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration Correct 
enumeration Incorrect 
enumeration Above Standard 
enumeration Below Standard 
enumeration Met Standard 
annotation
documentation
The analyzed result of a student&apos;s response to an assessment item.. For example:
Correct
Incorrect
Met standard
...
source <xs:element name="AssessmentItemResult" type="AssessmentItemResultType">
 
<xs:annotation>
   
<xs:documentation>The analyzed result of a student&apos;s response to an assessment item.. For example:
Correct
Incorrect
Met standard
...
</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAssessmentItem/RawScoreResult
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1035.png
namespace http://ed-fi.org/0110
type xs:int
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
A meaningful raw score of the performance of an individual on an assessment item.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1036.png
namespace http://ed-fi.org/0110
type StudentAssessmentReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children StudentAssessmentIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Link of the item scores to the overall scores for a student&apos;s specific test administration.
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&apos;s specific test administration.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAssessmentItem/StudentObjectiveAssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1037.png
namespace http://ed-fi.org/0110
type StudentObjectiveAssessmentReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children StudentObjectiveAssessmentIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Link of the item scores the objective scores for a student&apos;s specific test administration.  Used only if the test has objective level scores.
source <xs:element name="StudentObjectiveAssessmentReference" type="StudentObjectiveAssessmentReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Link of the item scores the objective scores for a student&apos;s specific test administration.  Used only if the test has objective level scores.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAssessmentItem/AssessmentItemReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1038.png
namespace http://ed-fi.org/0110
type AssessmentItemReferenceType
properties
isRef 0
content complex
children AssessmentItemIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The assessment item responded to by the student.
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>