simpleType AssessmentItemResultType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element StudentAssessmentItem/AssessmentItemResult
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's response to an assessment item.. For example:
    Correct
    Incorrect
    Met standard
    ...
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="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:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Correct">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Incorrect">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Above Standard">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Below Standard">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Met Standard">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>