complexType StudentAssessmentItem
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1351.png
namespace http://ed-fi.org/0200
children AssessmentResponse DescriptiveFeedback ResponseIndicator AssessmentItemResult RawScoreResult TimeAssessed AssessmentItemReference
used by
element StudentAssessment/StudentAssessmentItem
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>Common</ann:TypeGroup>
<ann:EdFiId>530</ann:EdFiId>
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>Common</ann:TypeGroup>
     
<ann:EdFiId>530</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<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:appinfo>
         
<ann:EdFiId>928</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DescriptiveFeedback" type="Description" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The formative descriptive feedback that was given to a learner in response to the results from a scored/evaluated assessment item.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>929</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>931</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>927</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>930</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TimeAssessed" type="TimeInterval" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The overall time a student actually spent during the AssessmentItem.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>932</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AssessmentItemReference" type="AssessmentItemReferenceType">
     
<xs:annotation>
       
<xs:documentation>The AssessmentItem responded to by the Student.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>926</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentAssessmentItem/AssessmentResponse
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1352.png
namespace http://ed-fi.org/0200
type AssessmentResponse
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
A student's response to a stimulus on a test.
appinfo
<ann:EdFiId>928</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>928</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentAssessmentItem/DescriptiveFeedback
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1353.png
namespace http://ed-fi.org/0200
type Description
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 1024
annotation
documentation
The formative descriptive feedback that was given to a learner in response to the results from a scored/evaluated assessment item.
appinfo
<ann:EdFiId>929</ann:EdFiId>
source <xs:element name="DescriptiveFeedback" type="Description" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The formative descriptive feedback that was given to a learner in response to the results from a scored/evaluated assessment item.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>929</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentAssessmentItem/ResponseIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1354.png
namespace http://ed-fi.org/0200
type ResponseIndicatorType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Nonscorable response
appinfo
<ann:EdFiId>222-003</ann:EdFiId>
enumeration Ineffective response
appinfo
<ann:EdFiId>222-002</ann:EdFiId>
enumeration Effective response
appinfo
<ann:EdFiId>222-001</ann:EdFiId>
enumeration Partial response
appinfo
<ann:EdFiId>222-004</ann:EdFiId>
annotation
documentation
Indicator of the response. For example:
Nonscorable response
Ineffective response
Effective response
Partial response
...
appinfo
<ann:EdFiId>931</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>931</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentAssessmentItem/AssessmentItemResult
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1355.png
namespace http://ed-fi.org/0200
type AssessmentItemResultType
properties
content simple
facets
Kind Value Annotation
enumeration Correct
appinfo
<ann:EdFiId>131-003</ann:EdFiId>
enumeration Incorrect
appinfo
<ann:EdFiId>131-004</ann:EdFiId>
enumeration Above Standard
appinfo
<ann:EdFiId>131-001</ann:EdFiId>
enumeration Below Standard
appinfo
<ann:EdFiId>131-002</ann:EdFiId>
enumeration Met Standard
appinfo
<ann:EdFiId>131-005</ann:EdFiId>
annotation
documentation
The analyzed result of a student's response to an assessment item. For example:
Correct
Incorrect
Met standard
...
appinfo
<ann:EdFiId>927</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>927</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentAssessmentItem/RawScoreResult
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1356.png
namespace http://ed-fi.org/0200
type xs:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
A meaningful raw score of the performance of an individual on an assessment item.
appinfo
<ann:EdFiId>930</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>930</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentAssessmentItem/TimeAssessed
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1357.png
namespace http://ed-fi.org/0200
type TimeInterval
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The overall time a student actually spent during the AssessmentItem.
appinfo
<ann:EdFiId>932</ann:EdFiId>
source <xs:element name="TimeAssessed" type="TimeInterval" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The overall time a student actually spent during the AssessmentItem.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>932</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentAssessmentItem/AssessmentItemReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1358.png
namespace http://ed-fi.org/0200
type AssessmentItemReferenceType
properties
content complex
children AssessmentItemIdentity
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The AssessmentItem responded to by the Student.
appinfo
<ann:EdFiId>926</ann:EdFiId>
source <xs:element name="AssessmentItemReference" type="AssessmentItemReferenceType">
 
<xs:annotation>
   
<xs:documentation>The AssessmentItem responded to by the Student.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>926</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>