complexType
StudentObjectiveAssessment
element StudentObjectiveAssessment/ScoreResult
element StudentObjectiveAssessment/PerformanceLevel
element StudentObjectiveAssessment/ObjectiveAssessmentReference
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | ScoreResult PerformanceLevel ObjectiveAssessmentReference | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="StudentObjectiveAssessment"> <xs:annotation> <xs:documentation>The student's score and/or performance levels earned for an ObjectiveAssessment.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Common</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="ScoreResult" type="ScoreResult" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A meaningful score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PerformanceLevel" type="PerformanceLevel" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The PerformanceLevel(s) achieved for the ObjectiveAssessment.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ObjectiveAssessmentReference" type="ObjectiveAssessmentReferenceType"> <xs:annotation> <xs:documentation>Reference to the test objective that is being measured by the objective-level assessment.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element StudentObjectiveAssessment/ScoreResult
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | ScoreResult | ||||||
properties |
|
||||||
children | Result ResultDatatypeType AssessmentReportingMethod | ||||||
annotation |
|
||||||
source | <xs:element name="ScoreResult" type="ScoreResult" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A meaningful score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.</xs:documentation> </xs:annotation> </xs:element> |
element StudentObjectiveAssessment/PerformanceLevel
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | PerformanceLevel | ||||||
properties |
|
||||||
children | PerformanceLevelMet PerformanceLevel | ||||||
annotation |
|
||||||
source | <xs:element name="PerformanceLevel" type="PerformanceLevel" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The PerformanceLevel(s) achieved for the ObjectiveAssessment.</xs:documentation> </xs:annotation> </xs:element> |
element StudentObjectiveAssessment/ObjectiveAssessmentReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | ObjectiveAssessmentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | ObjectiveAssessmentIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="ObjectiveAssessmentReference" type="ObjectiveAssessmentReferenceType"> <xs:annotation> <xs:documentation>Reference to the test objective that is being measured by the objective-level assessment.</xs:documentation> </xs:annotation> </xs:element> |