complexType StudentObjectiveAssessment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1124.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children ScoreResults PerformanceLevels StudentAssessmentReference ObjectiveAssessmentReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity holds the score and or performance levels earned for an objective assessment by a student.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="StudentObjectiveAssessment">
 
<xs:annotation>
   
<xs:documentation>This entity holds the score and or performance levels earned for an objective assessment by a student.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="ScoreResults" 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="PerformanceLevels" type="PerformanceLevelDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The performance level(s) achieved for the objective assessment.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>PerformanceLevelDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentAssessmentReference" type="StudentAssessmentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Link of the objective scores the overall scores for a student&apos;s specific test administration.</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:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentObjectiveAssessment/ScoreResults
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1125.png
namespace http://ed-fi.org/0110
type ScoreResult
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children Result ResultDatatype
attributes
Name  Type  Use  Default  Fixed  annotation
AssessmentReportingMethodAssessmentReportingMethodTyperequired      
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.
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="ScoreResults" 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/PerformanceLevels
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1126.png
namespace http://ed-fi.org/0110
type PerformanceLevelDescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children CodeValue ShortDescription Description PerformanceLevelMet
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
The performance level(s) achieved for the objective assessment.
appinfo
<ann:Descriptor>PerformanceLevelDescriptor</ann:Descriptor>
source <xs:element name="PerformanceLevels" type="PerformanceLevelDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The performance level(s) achieved for the objective assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>PerformanceLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentObjectiveAssessment/StudentAssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1127.png
namespace http://ed-fi.org/0110
type StudentAssessmentReferenceType
properties
isRef 0
content complex
children StudentAssessmentIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Link of the objective scores the overall scores for a student&apos;s specific test administration.
source <xs:element name="StudentAssessmentReference" type="StudentAssessmentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Link of the objective scores the overall scores for a student&apos;s specific test administration.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentObjectiveAssessment/ObjectiveAssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1128.png
namespace http://ed-fi.org/0110
type ObjectiveAssessmentReferenceType
properties
isRef 0
content complex
children ObjectiveAssessmentIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs: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>