complexType StudentObjectiveAssessment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1720.png
namespace http://ed-fi.org/0210
children ScoreResult PerformanceLevel ObjectiveAssessmentReference
used by
element StudentAssessment/StudentObjectiveAssessment
annotation
documentation
The student's score and/or performance levels earned for an ObjectiveAssessment.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1721.png
namespace http://ed-fi.org/0210
type ScoreResult
properties
minOcc 1
maxOcc unbounded
content complex
children Result ResultDatatypeType AssessmentReportingMethod
annotation
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.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1722.png
namespace http://ed-fi.org/0210
type PerformanceLevel
properties
minOcc 0
maxOcc unbounded
content complex
children PerformanceLevelMet PerformanceLevel
annotation
documentation
The PerformanceLevel(s) achieved for the ObjectiveAssessment.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1723.png
namespace http://ed-fi.org/0210
type ObjectiveAssessmentReferenceType
properties
content complex
children ObjectiveAssessmentIdentity
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
Reference to the test objective that is being measured by the objective-level assessment.
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>