complexType
AssessmentScore
element AssessmentScore/AssessmentReportingMethod
element AssessmentScore/MinimumScore
element AssessmentScore/MaximumScore
element AssessmentScore/ResultDatatype
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
children | AssessmentReportingMethod MinimumScore MaximumScore ResultDatatype | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="AssessmentScore"> <xs:annotation> <xs:documentation>Definition of the scores to be expected from this assessment.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Common</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="AssessmentReportingMethod" type="AssessmentReportingMethodType"> <xs:annotation> <xs:documentation>The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MinimumScore" type="Result" minOccurs="0"> <xs:annotation> <xs:documentation>The minimum score possible on the assessment.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MaximumScore" type="Result" minOccurs="0"> <xs:annotation> <xs:documentation>The maximum score possible on the assessment.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ResultDatatype" type="ResultDatatypeType" minOccurs="0"> <xs:annotation> <xs:documentation>The datatype of the result. The results can be expressed as a number, percentile, range, level, etc.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element AssessmentScore/AssessmentReportingMethod
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | AssessmentReportingMethodType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="AssessmentReportingMethod" type="AssessmentReportingMethodType"> <xs:annotation> <xs:documentation>The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used.</xs:documentation> </xs:annotation> </xs:element> |
element AssessmentScore/MinimumScore
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | Result | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="MinimumScore" type="Result" minOccurs="0"> <xs:annotation> <xs:documentation>The minimum score possible on the assessment.</xs:documentation> </xs:annotation> </xs:element> |
element AssessmentScore/MaximumScore
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | Result | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="MaximumScore" type="Result" minOccurs="0"> <xs:annotation> <xs:documentation>The maximum score possible on the assessment.</xs:documentation> </xs:annotation> </xs:element> |
element AssessmentScore/ResultDatatype
diagram | ||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | |||||||||||||||||||||
type | ResultDatatypeType | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
annotation |
|
|||||||||||||||||||||
source | <xs:element name="ResultDatatype" type="ResultDatatypeType" minOccurs="0"> <xs:annotation> <xs:documentation>The datatype of the result. The results can be expressed as a number, percentile, range, level, etc.</xs:documentation> </xs:annotation> </xs:element> |