simpleType
AssessmentItemResultType
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||
| type | restriction of xs:token | ||||||||||||||||||
| used by |
|
||||||||||||||||||
| facets |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| 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:enumeration value="Incorrect"/> <xs:enumeration value="Above Standard"/> <xs:enumeration value="Below Standard"/> <xs:enumeration value="Met Standard"/> </xs:restriction> </xs:simpleType> |
