3.6 Classroom Assessment

This represents objects involved in third party classroom assessment applications connecting to a jurisdiction hub, collecting the relevant information and publishing back assessment results records to the centralised system.

3.6.1 GradingAssignment

This object provides information about a particular assignment, allows applications to synchronize each other's assignment tables, gathers the definition for a GradingAssignmentScore object, etc.

SIF_Events are reported for this object.

GradingAssignment
Figure 3.6.1-1: GradingAssignment GradingAssignment RefId TeachingGroupRefId StudentPersonalRefIdList SchoolInfoRefId GradingCategory Description PointsPossible CreateDate DueDate Weight MaxAttemptsAllowed DetailedDescriptionURL DetailedDescriptionBinary AssessmentType LevelAssessed AssignmentPurpose SubAssignmentList RubricScoringGuide PrerequisiteList LearningStandardList LocalCodeList SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharPrivacy RatingDescriptionType
 GradingAssignment Low

This object provides information about a particular assignment, allows applications to synchronize each other's assignment tables, gathers the definition for a GradingAssignmentScore object, etc.

 
 
@
key
RefIdMLow

A GUID that identifies an instance of this object.

 
RefIdType
 TeachingGroupRefIdOLow

The GUID for the TeachingGroup object in which this assignment has been set.

 
IdRefType
 StudentPersonalRefIdListOLow

The GUIDs for individuals that this assignment has been set for.

 
StudentsType
 SchoolInfoRefIdOLow

The Id (GUID) that uniquely identifies the School in which this assignment has been set.

 
IdRefType
 GradingCategoryOLow

A particular grading category for the assignment, used to provide grouping and type information.

 
xs:normalizedString
 DescriptionMLow

The text-based description of the assignment.

 
xs:normalizedString
 PointsPossibleMLow

The points possible on the assignment.

 
xs:unsignedInt
 CreateDateOLow

Creation date of the assignment.

 
xs:date
 DueDateOLow

Date the assignment is due.

 
xs:date
 WeightOLow

The weight of the assignment.

 
xs:decimal
 MaxAttemptsAllowedOLow

How many attempts the student is allowed on the assignment (applicable particularly to online activities).

 
xs:integer
 DetailedDescriptionURLOLow

The location of the document that describes the assignment. If Type is PDF, this element will contain the Base64 encoding of the entire document. Preferred against DetailedDescriptionBinary for online assessment.

 
xs:anyURI
 DetailedDescriptionBinaryOLow

The Base64 encoding of a document (e.g. PDF) describing the assignment.

 
xs:base64Binary
 AssessmentTypeOLow

Type of assessment (e.g. diagnostic vs pedagogical).

 
xs:token
 LevelAssessedOLow

Level at which assessment is aimed; may be year level.

 
xs:token
 AssignmentPurposeOLow

Purpose for assignment.

 
xs:normalizedString
 SubAssignmentListOLow

Assignments which this assignment is composed of.

 
AssignmentListType
 RubricScoringGuideOLow

Rubric Scoring information.

 
GenericRubricType
 PrerequisiteListOLow

Prerequisite conditions to be met for assessment.

 
PrerequisitesType
 LearningStandardListOLow

 

LearningStandardListType
 LocalCodeListOLow LocalCodeListType
 SIF_MetadataOLow SIF_MetadataType
 SIF_ExtendedElementsOLow SIF_ExtendedElementsType
Table 3.6.1-1: GradingAssignment
{ "GradingAssignment": { "RefId": "359D7510-1AD0-A9D7-A8C3-DAD0A85103A2", "TeachingGroupRefId": "D0A0A27A-D0A8-510A-D9D7-5101A8C3DA39", "SchoolInfoRefId": "11737EA4-301C-ADCA-75C8-7214A7C46BDB", "GradingCategory": "Classroom Test", "Description": "Pop Quiz", "PointsPossible": 100, "CreateDate": "2000-11-21", "DueDate": "2000-11-25", "Weight": 1.0, "DetailedDescriptionURL": "http://www.assignmentinfo.com/assignment1.pdf" } }
<GradingAssignment RefId="359D7510-1AD0-A9D7-A8C3-DAD0A85103A2"> <TeachingGroupRefId>D0A0A27A-D0A8-510A-D9D7-5101A8C3DA39</TeachingGroupRefId> <SchoolInfoRefId>11737EA4-301C-ADCA-75C8-7214A7C46BDB</SchoolInfoRefId> <GradingCategory>Classroom Test</GradingCategory> <Description>Pop Quiz</Description> <PointsPossible>100</PointsPossible> <CreateDate>2000-11-21</CreateDate> <DueDate>2000-11-25</DueDate> <Weight>1.0</Weight> <DetailedDescriptionURL>http://www.assignmentinfo.com/assignment1.pdf</DetailedDescriptionURL> </GradingAssignment>
Example 3.6.1-1: GradingAssignment

3.6.2 GradingAssignmentScore

This object provides score information about a particular assignment.

SIF_Events are reported for this object.

GradingAssignmentScore
Figure 3.6.2-1: GradingAssignmentScore GradingAssignmentScore RefId StudentPersonalRefId StudentPersonalLocalId TeachingGroupRefId SchoolInfoRefId GradingAssignmentRefId StaffPersonalRefId DateGraded ExpectedScore ScorePoints ScorePercent ScoreLetter ScoreDescription SubscoreList TeacherJudgement MarkInfoRefId AssignmentScoreIteration LocalCodeList SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharPrivacy RatingDescriptionType
 GradingAssignmentScore High

This object provides score information about a particular assignment.

 
 
@
key
RefIdMLow

A GUID that identifies an instance of this object.

 
RefIdType
 StudentPersonalRefIdOLow

The GUID for the student whose score this is.

 
IdRefType
 StudentPersonalLocalIdMLow

The Local Id for the student whose score this is.

 
LocalIdType
 TeachingGroupRefIdOLow

The GUID for the TeachingGroup object in which this assignment has been set.

 
IdRefType
 SchoolInfoRefIdOLow

The Id (GUID) that uniquely identifies the School in which this assignment has been set.

 
IdRefType
 GradingAssignmentRefIdMLow

The grading assignment for which this is a score.

 
IdRefType
 StaffPersonalRefIdOLow

The staff member who marked the assignment, and was responsible for any associated teacher judgement.

 
IdRefType
 DateGradedOLow

Date the assignment was graded.

 
xs:date
 ExpectedScoreOLow

If true, this is the expected or calculated score for the assignment. If false, this is the score the student received through attempting the assignment. The expected score can be used to substitute for the received score, where the received score is unavailable; e.g. the student has not done the assessment, but will receive a default mark rather than be penalised with a zero grade.

 
xs:boolean
 ScorePointsCMedium

The score represented as points. Conditionally required that one or more of ScorePoints, ScorePercent or ScoreLetter must be filled in. For online assignments, ScorePoints should be used to the exclusion of other scores.

 
xs:unsignedInt
 ScorePercentCMedium

The score represented as a percent. Conditionally required that one or more of ScorePoints, ScorePercent or ScoreLetter must be filled in.

 
xs:decimal
 ScoreLetterCMedium

The score represented as a letter grade. Conditionally required that one or more of ScorePoints, ScorePercent or ScoreLetter must be filled in.

 
xs:token
 ScoreDescriptionOMedium

Text description of the score.

 
xs:normalizedString
 SubscoreListOMedium

Subscores contributing to the total mark.

 
NAPSubscoreListType
 TeacherJudgementOHigh

Teacher judgement associated with the score.

 
xs:string
 MarkInfoRefIdOLow

Interpretation of Grade.

 
IdRefType
 AssignmentScoreIterationOLow

If this is a draft submission, or re-submission, iteration of the attempt.

 
xs:token
 LocalCodeListOHigh LocalCodeListType
 SIF_MetadataOHigh SIF_MetadataType
 SIF_ExtendedElementsOHigh SIF_ExtendedElementsType
Table 3.6.2-1: GradingAssignmentScore
{ "GradingAssignmentScore": { "RefId": "359D7510-1AD0-A9D7-A8C3-DAD0A85103A2", "StudentPersonalRefId": "A75A0010-1A8C-301D-02E3-A05B359D0A00", "StudentPersonalLocalId": "fred12", "TeachingGroupRefId": "D0A0A27A-D0A8-510A-D9D7-5101A8C3DA39", "SchoolInfoRefId": "11737EA4-301C-ADCA-75C8-7214A7C46BDB", "GradingAssignmentRefId": "359D7510-1AD0-A9D7-A8C3-DAD0A85105D2", "ScorePoints": 45 } }
<GradingAssignmentScore RefId="359D7510-1AD0-A9D7-A8C3-DAD0A85103A2"> <StudentPersonalRefId>A75A0010-1A8C-301D-02E3-A05B359D0A00</StudentPersonalRefId> <StudentPersonalLocalId>fred12</StudentPersonalLocalId> <TeachingGroupRefId>D0A0A27A-D0A8-510A-D9D7-5101A8C3DA39</TeachingGroupRefId> <SchoolInfoRefId>11737EA4-301C-ADCA-75C8-7214A7C46BDB</SchoolInfoRefId> <GradingAssignmentRefId>359D7510-1AD0-A9D7-A8C3-DAD0A85105D2</GradingAssignmentRefId> <ScorePoints>45</ScorePoints> </GradingAssignmentScore>
Example 3.6.2-1: GradingAssignmentScore

3.6.3 MarkValueInfo

This object defines the types of values allowed for a mark and the domain for each mark value. At least one of the Percentage, Numeric, Letter or Narrative nodes must be used to create a valid MarkValueInfo.

SIF_Events are reported for this object.

MarkValueInfo
Figure 3.6.3-1: MarkValueInfo MarkValueInfo RefId SchoolInfoRefId YearLevels Name PercentageMinimum PercentageMaximum PercentagePassingGrade NumericPrecision NumericScale NumericLow NumericHigh NumericPassingGrade ValidLetterMarkList Narrative NarrativeMaximumSize LocalCodeList SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharPrivacy RatingDescriptionType
 MarkValueInfo Medium

This object defines the types of values allowed for a mark and the domain for each mark value. At least one of the Percentage, Numeric, Letter or Narrative nodes must be used to create a valid MarkValueInfo.

 
 
@
key
RefIdMLow

The Id (GUID) that uniquely identifies this MarkValueInfo entity.

 
RefIdType
 SchoolInfoRefIdMLow

The Id (GUID) that uniquely identifies the School that these Mark Values apply to.

 
IdRefType
 YearLevelsOLow

The year levels that this MarkValueInfo applies to.

 
YearLevelsType
 NameMLow

The text name of the value list ("Letter Grades", "Letter Grades (+/-)", "ESU", "Pass/Fail", "Override Grades", "Citizenship Comment Codes", etc.).

 
xs:string
 PercentageMinimumOLow

The minimum percent value accepted for this mark.

 
xs:decimal
 PercentageMaximumOLow

The maximum percent value accepted for this mark.

 
xs:decimal
 PercentagePassingGradeOLow

The threshold for a mark to be considered passing.

 
xs:decimal
 NumericPrecisionOLow

Number of significant digits.

 
xs:unsignedInt
 NumericScaleOLow

Number of decimal places.

 
xs:unsignedInt
 NumericLowOLow

Lowest Mark in the range (e.g., 98, 3.95).

 
xs:decimal
 NumericHighOLow

Highest Mark in the range (e.g., 100, 4.0).

 
xs:decimal
 NumericPassingGradeOLow

The threshold for a mark to be considered passing.

 
xs:decimal
 ValidLetterMarkListCLow

List of specific valid letter Marks.

 
ValidLetterMarkListType
 NarrativeMLow

If present, indicates that a free-form text narrative is accepted.

 
xs:string
 NarrativeMaximumSizeOLow

An integer value representing the maximum number of Unicode characters for the narrative, the UTF-8 encoding of which may be longer.

 
xs:unsignedInt
 LocalCodeListOLow LocalCodeListType
 SIF_MetadataOLow SIF_MetadataType
 SIF_ExtendedElementsOLow SIF_ExtendedElementsType
Table 3.6.3-1: MarkValueInfo
{ "MarkValueInfo": { "RefId": "11737E21-4A7C-46BD-BA43-01CADCA75C87", "SchoolInfoRefId": "A137D78A-E00B-C744-EF90-F2871CEB90A2", "Name": "Letter Grades", "ValidLetterMarkList": { "ValidLetterMark": [ { "Code": "A", "NumericEquivalent": 100 }, { "Code": "B", "NumericEquivalent": 90 }, { "Code": "C", "NumericEquivalent": 80 }, { "Code": "D", "NumericEquivalent": 70 }, { "Code": "F", "NumericEquivalent": 60 } ] } } }
<MarkValueInfo RefId="11737E21-4A7C-46BD-BA43-01CADCA75C87"> <SchoolInfoRefId>A137D78A-E00B-C744-EF90-F2871CEB90A2</SchoolInfoRefId> <Name>Letter Grades</Name> <ValidLetterMarkList> <ValidLetterMark> <Code>A</Code> <NumericEquivalent>100</NumericEquivalent> </ValidLetterMark> <ValidLetterMark> <Code>B</Code> <NumericEquivalent>90</NumericEquivalent> </ValidLetterMark> <ValidLetterMark> <Code>C</Code> <NumericEquivalent>80</NumericEquivalent> </ValidLetterMark> <ValidLetterMark> <Code>D</Code> <NumericEquivalent>70</NumericEquivalent> </ValidLetterMark> <ValidLetterMark> <Code>F</Code> <NumericEquivalent>60</NumericEquivalent> </ValidLetterMark> </ValidLetterMarkList> </MarkValueInfo>
Example 3.6.3-1: MarkValueInfo

3.6.4 StudentGrade

StudentGrade is a grade in isolation, not necessarily linked to an assessment, teaching group, class, or curriculum.

SIF_Events are reported for this object.

StudentGrade
Figure 3.6.4-1: StudentGrade StudentGrade RefId StudentPersonalRefId Homegroup YearLevel TeachingGroupShortName TeachingGroupRefId StaffPersonalRefId Markers SchoolInfoRefId TermInfoRefId Description LearningArea LearningStandardList GradingScoreList Grade TeacherJudgement LocalCodeList SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharPrivacy RatingDescriptionType
 StudentGrade  

StudentGrade is a grade in isolation, not necessarily linked to an assessment, teaching group, class, or curriculum.

 
 
@
key
RefIdMLow

The Id (GUID) that uniquely identifies this object.

 
RefIdType
 StudentPersonalRefIdMLow

The Id (GUID) that uniquely identifies the StudentPersonal object that this item refers to.

 
IdRefType
 HomegroupOLow

Homegroup that the student belongs to.

 
xs:normalizedString
 YearLevelOLow

Year level of student.

 
YearLevelType
 TeachingGroupShortNameOLow

Short free format label that describes the teaching group.

 
xs:normalizedString
 TeachingGroupRefIdOLow The Id (GUID) that uniquely identifies the Teaching Group in which this Grade was assigned.  IdRefType
 StaffPersonalRefIdOLow The main staff member who graded the student, and was responsible for any associated teacher judgement.  IdRefType
 MarkersOLow Any other staff members who were involved in the grading or the student or who were responsible for any associated teacher judgement/s.  StudentGradeMarkersListType
 SchoolInfoRefIdOLow

The Id (GUID) that uniquely identifies the School that these values apply to.

 
IdRefType
 TermInfoRefIdOLow

Period over which grade is calculated. StudentGrade is intended to range over work done through a marking period; it is not intended for one-off pieces of formative assessment.

 
IdRefType
 DescriptionOLow

The scope of the StudentGrade; e.g. subject matter. Should be used if no TeachingGroup is associated with the grade.

 
xs:normalizedString
 LearningAreaOLow Learning area against which the grade was given.  ACStrandSubjectAreaType
 LearningStandardListOLow We will now allow this in 3.4.3 to be either a GUID to LearningStandardItem, or a URL to the National Curriculum. This can be a content description or a strand.  LearningStandardListType
 GradingScoreListOLowAssignments that the student went through to achieve this summative assessment. GradingScoreListType
 GradeOLow Overall grade that the student has received.  GradeType
 TeacherJudgementOLow

The teacher judgement of the student's performance as captured in this object.

 
xs:string
 LocalCodeListOLow LocalCodeListType
 SIF_MetadataOLow SIF_MetadataType
 SIF_ExtendedElementsOLow SIF_ExtendedElementsType
Table 3.6.4-1: StudentGrade
{ "StudentGrade": { "RefId": "359D7510-1AD0-A9D7-A8C3-DAD0A85103A2", "StudentPersonalRefId": "A137D78A-E00B-C744-EF90-F2871CEB90A2", "SchoolInfoRefId": "B237D78A-E00B-C744-EF90-F2871CEB91A2", "Grade": { "Percentage": 79, "Numeric": 3.0, "Letter": "C", "Narrative": "Johnny is only achieving average performance." } } }
<StudentGrade RefId="359D7510-1AD0-A9D7-A8C3-DAD0A85103A2"> <StudentPersonalRefId>A137D78A-E00B-C744-EF90-F2871CEB90A2</StudentPersonalRefId> <SchoolInfoRefId>B237D78A-E00B-C744-EF90-F2871CEB91A2</SchoolInfoRefId> <Grade> <Percentage>79</Percentage> <Numeric>3.0</Numeric> <Letter>C</Letter> <Narrative>Johnny is only achieving average performance.</Narrative> </Grade> </StudentGrade>
Example 3.6.4-1: StudentGrade

3.6.5 StudentScoreJudgementAgainstStandard

This object serves to represent a student's score (score in the form of a teacher judgement against written achievement standards), which has been recorded against a curriculum node (the curriculum node belongs to a curriculum structure), which was taught as part of a school-defined class, during a specific reporting period.

SIF_Events are reported for this object.

StudentScoreJudgementAgainstStandard
Figure 3.6.5-1: StudentScoreJudgementAgainstStandard StudentScoreJudgementAgainstStandard RefId SchoolYear TermInfoRefId LocalTermCode StudentPersonalRefId StudentStateProvinceId StudentLocalId YearLevel TeachingGroupRefId ClassLocalId StaffPersonalRefId StaffLocalId LearningStandardList CurriculumCode CurriculumNodeCode Score SpecialCircumstanceLocalCode ManagedPathwayLocalCode SchoolInfoRefId SchoolLocalId SchoolCommonwealthId LocalCodeList SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharPrivacy RatingDescriptionType
 StudentScoreJudgementAgainstStandard High

This object serves to represent a student's score (score in the form of a teacher judgement against written achievement standards), which has been recorded against a curriculum node (the curriculum node belongs to a curriculum structure), which was taught as part of a school-defined class, during a specific reporting period.

 
 
@
key
RefIdMMedium

The GUID that uniquely identifies an instance of the object.

 
RefIdType
 SchoolYearMMedium

The calendar year, where formal judgements are made.

 
SchoolYearType
 TermInfoRefIdCMedium

The TermInfo Object, if one is published, in which the judgements are made. Either a TermInfoRefId or a LocalTermCode must be provided.

 
IdRefType
 LocalTermCodeCMedium

Refers to a local time period, the reporting period, (e.g. mid or end) within the calendar year, where formal judgements are made. Either a TermInfoRefId or a LocalTermCode must be provided.

 
LocalIdType
 StudentPersonalRefIdCHigh

The link to the student associated with this score. Either the StudentPersonalRefId or the StudentStateProvinceId, (in Vic = VSN), or StudentLocalId MUST BE provided.

 
IdRefType
 StudentStateProvinceIdCHigh

The state-assigned identifier for this student. Either the StudentPersonalRefId or the StudentStateProvinceId, (in Vic = VSN), or StudentLocalId MUST BE provided.

 
StateProvinceIdType
 StudentLocalIdCHigh

The Local identifier for this student. Either the StudentPersonalRefId or the StudentStateProvinceId, (in Vic = VSN), or StudentLocalId MUST BE provided.

 
LocalIdType
 YearLevelMMedium

The year level of the student in context of the judgement (i.e. year level relative to the SchoolYear and LocalTermCode).

 
YearLevelType
 TeachingGroupRefIdCLow

The registration associated with this score. Either TeachingGroupRefId or ClassLocalId MUST BE provided.

 
IdRefType
 ClassLocalIdCLow

LocalId that identifies the class code of the class associated with the school-defined subject. Either TeachingGroupRefId or ClassLocalId MUST BE provided.

 
xs:normalizedString
 StaffPersonalRefIdCLow

The Id (GUID) of the StaffPersonal record for the teacher who is primarily associated with the score. Either StaffPersonalRefId or StaffLocalId MUST BE provided.

 
IdRefType
 StaffLocalIdCLow

LocalId of the StaffPersonal record for the teacher who is primarily associated with the score. Either StaffPersonalRefId or StaffLocalId MUST BE provided.

 
LocalIdType
 LearningStandardListCLow Either a GUID to LearningStandardItem, LocalId or a URL to Curriculum . This can be a content description or a strand. Either a LearningStandardList or CurriculumCode AND CurriculumNodeCode Must be provided.  LearningStandardListType
 CurriculumCodeCLow The curriculum code, associated with the Teacher Judgement. Either a LearningStandardList or CurriculumCode AND CurriculumNodeCode Must be provided.  LocalIdType
 CurriculumNodeCodeCLow The curriculum node code, associated with the Teacher Judgement. Each curriculum consists of a nested structure of nodes. Either a LearningStandardList or CurriculumCode AND CurriculumNodeCode Must be provided.  LocalIdType
 ScoreMLow

The score reflecting the teacher judgement against standards. Boundaries determined by the system.

 
xs:normalizedString
 SpecialCircumstanceLocalCodeOHigh

Any Special Circumstance, (or none), that needs to be taken into consideration.

 
LocalIdType
 ManagedPathwayLocalCodeOHigh

Any Managed Pathway that needs to be recorded.

 
LocalIdType
 SchoolInfoRefIdCLow

The RefId of the SchoolInfo Object. It can be used as the link to the school object associated with this score. Either the SchoolInfoRefId OR (SchoolLocalId AND SchoolCommonwealthId, (AGEID)), MUST BE provided.

 
IdRefType
 SchoolLocalIdCLow

The link to the school associated with this score. Either the SchoolInfoRefId OR (SchoolLocalId AND SchoolCommonwealthId, (AGEID)), MUST BE provided.

 
LocalIdType
 SchoolCommonwealthIdCLow

The Australian Government Education ID that can be used as a link to the school associated with this score. Either the SchoolInfoRefId OR (SchoolLocalId AND SchoolCommonwealthId, (AGEID)), MUST BE provided.

 
xs:normalizedString
 LocalCodeListOHigh LocalCodeListType
 SIF_MetadataOHigh SIF_MetadataType
 SIF_ExtendedElementsOHigh SIF_ExtendedElementsType
Table 3.6.5-1: StudentScoreJudgementAgainstStandard
{ "StudentScoreJudgementAgainstStandard": { "RefId": "5810E283-E928-459C-BBA7-6EFE1963F784", "SchoolYear": "2018", "TermInfoRefId": "1F971F3D-414E-4146-9325-66638290E6C1", "StudentPersonalRefId": "8F0934CC-2F04-48F8-BBD7-88AA1ADE691B", "YearLevel": { "Code": "10" }, "TeachingGroupRefId": "E5EDAE63-A04D-47E4-9D02-24A32956B074", "StaffPersonalRefId": "9D0934CC-2F04-48F8-BBD7-88AA1ADE691B", "CurriculumCode": "AUSVELS", "CurriculumNodeCode": "MATNUM", "Score": "10", "SpecialCircumstanceLocalCode": "SCMP", "ManagedPathwayLocalCode": "MPOMP", "SchoolInfoRefId": "E6EDAE63-A04D-47E4-9D02-24A32956B075" } }
<StudentScoreJudgementAgainstStandard RefId="5810E283-E928-459C-BBA7-6EFE1963F784"> <SchoolYear>2018</SchoolYear> <TermInfoRefId>1F971F3D-414E-4146-9325-66638290E6C1</TermInfoRefId> <StudentPersonalRefId>8F0934CC-2F04-48F8-BBD7-88AA1ADE691B</StudentPersonalRefId> <YearLevel> <Code>10</Code> </YearLevel> <TeachingGroupRefId>E5EDAE63-A04D-47E4-9D02-24A32956B074</TeachingGroupRefId> <StaffPersonalRefId>9D0934CC-2F04-48F8-BBD7-88AA1ADE691B</StaffPersonalRefId> <CurriculumCode>AUSVELS</CurriculumCode> <CurriculumNodeCode>MATNUM</CurriculumNodeCode> <Score>10</Score> <SpecialCircumstanceLocalCode>SCMP</SpecialCircumstanceLocalCode> <ManagedPathwayLocalCode>MPOMP</ManagedPathwayLocalCode> <SchoolInfoRefId>E6EDAE63-A04D-47E4-9D02-24A32956B075</SchoolInfoRefId> </StudentScoreJudgementAgainstStandard>
Example 3.6.5-1: StudentScoreJudgementAgainstStandard Example 1 - Objects Published previously
{ "StudentScoreJudgementAgainstStandard": { "RefId": "5810E283-E928-459C-BBA7-6EFE1963F784", "SchoolYear": "2018", "LocalTermCode": "Mid", "StudentStateProvinceId": "987654321", "YearLevel": { "Code": "10" }, "ClassLocalId": "MAT10A", "StaffLocalId": "C1234567", "CurriculumCode": "AUSVELS", "CurriculumNodeCode": "MATNUM", "Score": "10", "SpecialCircumstanceLocalCode": "SCMP", "ManagedPathwayLocalCode": "MPOMP", "SchoolLocalId": "027789", "SchoolCommonwealthId": "AGEID-1032" } }
<StudentScoreJudgementAgainstStandard RefId="5810E283-E928-459C-BBA7-6EFE1963F784"> <SchoolYear>2018</SchoolYear> <LocalTermCode>Mid</LocalTermCode> <StudentStateProvinceId>987654321</StudentStateProvinceId> <YearLevel> <Code>10</Code> </YearLevel> <ClassLocalId>MAT10A</ClassLocalId> <StaffLocalId>C1234567</StaffLocalId> <CurriculumCode>AUSVELS</CurriculumCode> <CurriculumNodeCode>MATNUM</CurriculumNodeCode> <Score>10</Score> <SpecialCircumstanceLocalCode>SCMP</SpecialCircumstanceLocalCode> <ManagedPathwayLocalCode>MPOMP</ManagedPathwayLocalCode> <SchoolLocalId>027789</SchoolLocalId> <SchoolCommonwealthId>AGEID-1032</SchoolCommonwealthId> </StudentScoreJudgementAgainstStandard>
Example 3.6.5-2: StudentScoreJudgementAgainstStandard Example 2 - No previous SIF Objects Published

3.6.6 TermInfo

This object provides information about a term; i.e., a reportable period of time.

SIF_Events are reported for this object.

TermInfo
Figure 3.6.6-1: TermInfo TermInfo RefId SchoolInfoRefId SchoolYear StartDate EndDate Description RelativeDuration TermCode Track TermSpan MarkingTerm SchedulingTerm AttendanceTerm LocalCodeList SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharPrivacy RatingDescriptionType
 TermInfo Low

This object provides information about a term; i.e., a reportable period of time.

 
 
@
key
RefIdMLow

The ID (GUID) that uniquely identifies this TermInfo entity.

 
RefIdType
 SchoolInfoRefIdMLow

The ID (GUID) that identifies the school where the term is used.

 
IdRefType
 SchoolYearMLow

School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g., "2009").

 
SchoolYearType
 StartDateMLow

Starting date of the term.

 
xs:date
 EndDateMLow

Ending date of the term.

 
xs:date
 DescriptionOLow

Text-based description of the term.

 
xs:normalizedString
 RelativeDurationOLow

Portion of the school year represented by this term, expressed in decimal form precise to 4 decimal places (e.g., 0.1333).

 
xs:decimal
xs:minInclusive0
xs:maxInclusive1
xs:fractionDigits4
 TermCodeOLow

Locally-defined code.

 
xs:normalizedString
 TrackOLow

The name, description, or code of the track that contains this term. This is used when there are multiple tracks within a school. For instance, kindergarten commonly has a different set of terms than other grades within the school.

 
xs:normalizedString
 TermSpanOLowWhat sort of Session this TermSpan equates to. AUCodeSetsSessionTypeType
 MarkingTermOLow

Does this TermInfo represent a marking period?

 
AUCodeSetsYesOrNoCategoryType
 SchedulingTermOLow

Does this TermInfo represent a scheduling term?

 
AUCodeSetsYesOrNoCategoryType
 AttendanceTermOLow

Does this TermInfo represent an attendance term?

 
AUCodeSetsYesOrNoCategoryType
 LocalCodeListOLow LocalCodeListType
 SIF_MetadataOLow SIF_MetadataType
 SIF_ExtendedElementsOLow SIF_ExtendedElementsType
Table 3.6.6-1: TermInfo
{ "TermInfo": { "RefId": "7E59D751-01A8-0A70-0163-75DE097A0726", "SchoolInfoRefId": "A2E35B35-9D75-101A-8C3D-00AA001A0000", "SchoolYear": "2012", "StartDate": "2012-01-05", "EndDate": "2012-04-01", "Description": "First Term 2012", "RelativeDuration": 0.25, "TermCode": "Sp2004", "Track": "PreK", "TermSpan": "0833" } }
<TermInfo RefId="7E59D751-01A8-0A70-0163-75DE097A0726"> <SchoolInfoRefId>A2E35B35-9D75-101A-8C3D-00AA001A0000</SchoolInfoRefId> <SchoolYear>2012</SchoolYear> <StartDate>2012-01-05</StartDate> <EndDate>2012-04-01</EndDate> <Description>First Term 2012</Description> <RelativeDuration>0.2500</RelativeDuration> <TermCode>Sp2004</TermCode> <Track>PreK</Track> <TermSpan>0833</TermSpan> </TermInfo>
Example 3.6.6-1: TermInfo

Valid XHTML 1.0 Transitional