3.11 Instructional Services Task Force

The goal of Instructional Services Task Force is to create, design and advocate a set of specifications that feature data objects which will advance interoperability standards of information needed in instruction and educational service delivery in the classroom and instructional settings.

3.11.1 Activity

The work assigned to students, an educational event planned by a teacher to deliver a particular educational concept or skill.

SIF_Events are reported for this object.

Activity
Figure 3.11.1-1: Activity Activity RefId Title Preamble TechnicalRequirements SoftwareRequirementList EssentialMaterials LearningObjectives LearningStandards SubjectArea Prerequisites Students SourceObjects Points ActivityTime AssessmentRefId MaxAttemptsAllowed ActivityWeight Evaluation LearningResources SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharCEDS Id/URLDescriptionType
 Activity 

The work assigned to students, an educational event planned by a teacher to deliver a particular educational concept or skill.

 
 
@
key
RefIdM
 RefIdType
 TitleO

Descriptive name of the activity.

 
xs:normalizedString
 PreambleO

Description and context for the activity.

 
xs:string
 TechnicalRequirementsO

Operating system, network, and other technical requirements for the activity, if applicable.

 
TechnicalRequirementsType
 SoftwareRequirementListO

Contains information about required software.

 
SoftwareRequirementListType
 EssentialMaterialsO

Essential materials required to engage in this activity.

 
EssentialMaterialListType
 LearningObjectivesO

Educational objectives of the activity.

 
LearningObjectiveListType
 LearningStandardsO

Associated LearningStandardItem objects.

 
LearningStandardItemRefIdListType
 SubjectAreaO
 SubjectAreaType
 PrerequisitesO

Skills or competencies the student must have to engage in activity.

 
PrerequisiteListType
 StudentsO

Links to any students or group or category of students that this activity is for.

 
StudentPersonalRefIdListType
 SourceObjectsO

Source objects assigned to students.

 
SourceObjectListType
 PointsO

Number of possible points for an activity.

 
xs:unsignedInt
 ActivityTimeM

Time structures for the activity.

 
ActivityTimeType
 AssessmentRefIdO

Link to the SIF Assessment object containing the evaluation information for this activity.

 
IdRefType
 MaxAttemptsAllowedO

How many tries allowed.

 
xs:unsignedInt
 ActivityWeightO

The percentage weight of the activity during the particular course or term.

 
xs:decimal
 EvaluationO

Field for non-numeric types of grading and evaluation such as "narrative."

 
ActivityEvaluationType
 LearningResourcesO

Learning resources that support this activity.

 
LearningResourceRefIdListType
 SIF_MetadataO
 SIF_MetadataType
 SIF_ExtendedElementsO
 SIF_ExtendedElementsType
Table 3.11.1-1: Activity
{ "Activity": { "RefId": "C27E1FCFC163485FBEF0F36F18A0493A", "xml:lang": "en", "Title": "Shakespeare Essay - Much Ado About Nothing", "Preamble": "This is a very funny comedy - students should have passing familiarity with Shakespeare", "LearningStandards": { "LearningStandardItemRefId": [ "9DB15CEAB2C54F6694C37D0A0CAEDDA4" ] }, "SourceObjects": { "SourceObject": [ { "SIF_RefObject": "Lesson", "value": "A71ADBD3D93DA64B7166E420D50EDABC" } ] }, "Points": 50, "ActivityTime": { "CreationDate": "2002-06-15", "Duration": { "Units": "minute", "value": 30 }, "StartDate": "2002-09-10", "FinishDate": "2002-09-12", "DueDate": "2002-09-12" }, "AssessmentRefId": "03EDB29E8116B4500435FA87E42A0AD2", "MaxAttemptsAllowed": 3, "ActivityWeight": 5, "Evaluation": { "EvaluationType": "Inline", "Description": "Students should be able to correctly identify all major characters." }, "LearningResources": { "LearningResourceRefId": [ "B7337698BF6DB1937F79A07B87211B93" ] } } }
<Activity RefId="C27E1FCFC163485FBEF0F36F18A0493A" xml:lang="en"> <Title>Shakespeare Essay - Much Ado About Nothing</Title> <Preamble>This is a very funny comedy - students should have passing familiarity with Shakespeare</Preamble> <LearningStandards> <LearningStandardItemRefId>9DB15CEAB2C54F6694C37D0A0CAEDDA4</LearningStandardItemRefId> </LearningStandards> <SourceObjects> <SourceObject SIF_RefObject="Lesson">A71ADBD3D93DA64B7166E420D50EDABC</SourceObject> </SourceObjects> <Points>50</Points> <ActivityTime> <CreationDate>2002-06-15</CreationDate> <Duration Units="minute">30</Duration> <StartDate>2002-09-10</StartDate> <FinishDate>2002-09-12</FinishDate> <DueDate>2002-09-12</DueDate> </ActivityTime> <AssessmentRefId>03EDB29E8116B4500435FA87E42A0AD2</AssessmentRefId> <MaxAttemptsAllowed>3</MaxAttemptsAllowed> <ActivityWeight>5</ActivityWeight> <Evaluation EvaluationType="Inline"> <Description>Students should be able to correctly identify all major characters.</Description> </Evaluation> <LearningResources> <LearningResourceRefId>B7337698BF6DB1937F79A07B87211B93</LearningResourceRefId> </LearningResources> </Activity>
Example 3.11.1-1: Activity - Example 1
{ "Activity": { "RefId": "C27E1FCFC163485FBEF0F36F18A0493A", "xml:lang": "en", "Title": "Shakespeare Essay - Much Ado About Nothing", "Preamble": "This is a very funny comedy - students should have passing familiarity with Shakespeare", "SoftwareRequirementList": { "SoftwareRequirement": [ { "SoftwareTitle": "Flash Player", "Version": "9.0", "Vendor": "Adobe" }, { "SoftwareTitle": "Python", "Version": "3.0", "OS": "Linux" } ] }, "LearningStandards": { "LearningStandardItemRefId": [ "9DB15CEAB2C54F6694C37D0A0CAEDDA4" ] }, "SourceObjects": { "SourceObject": [ { "SIF_RefObject": "Lesson", "value": "A71ADBD3D93DA64B7166E420D50EDABC" } ] }, "Points": 50, "ActivityTime": { "CreationDate": "2002-06-15", "Duration": { "Units": "minute", "value": 30 }, "StartDate": "2002-09-10", "FinishDate": "2002-09-12", "DueDate": "2002-09-12" }, "AssessmentRefId": "03EDB29E8116B4500435FA87E42A0AD2", "MaxAttemptsAllowed": 3, "ActivityWeight": 5, "Evaluation": { "EvaluationType": "Inline", "Description": "Students should be able to correctly identify all major characters." }, "LearningResources": { "LearningResourceRefId": [ "B7337698BF6DB1937F79A07B87211B93" ] } } }
<Activity RefId="C27E1FCFC163485FBEF0F36F18A0493A" xml:lang="en"> <Title>Shakespeare Essay - Much Ado About Nothing</Title> <Preamble>This is a very funny comedy - students should have passing familiarity with Shakespeare</Preamble> <SoftwareRequirementList> <SoftwareRequirement> <SoftwareTitle>Flash Player</SoftwareTitle> <Version>9.0</Version> <Vendor>Adobe</Vendor> </SoftwareRequirement> <SoftwareRequirement> <SoftwareTitle>Python</SoftwareTitle> <Version>3.0</Version> <OS>Linux</OS> </SoftwareRequirement> </SoftwareRequirementList> <LearningStandards> <LearningStandardItemRefId>9DB15CEAB2C54F6694C37D0A0CAEDDA4</LearningStandardItemRefId> </LearningStandards> <SourceObjects> <SourceObject SIF_RefObject="Lesson">A71ADBD3D93DA64B7166E420D50EDABC</SourceObject> </SourceObjects> <Points>50</Points> <ActivityTime> <CreationDate>2002-06-15</CreationDate> <Duration Units="minute">30</Duration> <StartDate>2002-09-10</StartDate> <FinishDate>2002-09-12</FinishDate> <DueDate>2002-09-12</DueDate> </ActivityTime> <AssessmentRefId>03EDB29E8116B4500435FA87E42A0AD2</AssessmentRefId> <MaxAttemptsAllowed>3</MaxAttemptsAllowed> <ActivityWeight>5</ActivityWeight> <Evaluation EvaluationType="Inline"> <Description>Students should be able to correctly identify all major characters.</Description> </Evaluation> <LearningResources> <LearningResourceRefId>B7337698BF6DB1937F79A07B87211B93</LearningResourceRefId> </LearningResources> </Activity>
Example 3.11.1-2: Activity - Example 2

3.11.2 Assignment

The work assigned to a student, which can comprise of learning resources, activities, and assessments. It must have a student and a time attached to it.

SIF_Events are reported for this object.

Assignment
Figure 3.11.2-1: Assignment Assignment RefId Students StaffPersonalRefId TechnicalRequirements SoftwareRequirementList EssentialMaterials Title Preamble LearningObjectives LearningStandards Prerequisites SourceObjects AssignmentTime MaxAttemptsAllowed AddToGradeBookFlag SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharCEDS Id/URLDescriptionType
 Assignment 

The work assigned to a student, which can comprise of learning resources, activities, and assessments. It must have a student and a time attached to it.

 
 
@
key
RefIdM

GUID assigned to assignment.

 
RefIdType
 StudentsM

Students given this assignment.

 
StudentPersonalRefIdListType
 StaffPersonalRefIdO

GUID assigned to the educator who gave the assignment.

 
IdRefType
 TechnicalRequirementsO

Operating system, network, and other technical requirements for the activity, if applicable.

 
TechnicalRequirementsType
 SoftwareRequirementListO

Contains information about required software.

 
SoftwareRequirementListType
 EssentialMaterialsO

Essential materials required to engage in the assignment.

 
EssentialMaterialListType
 TitleO

Descriptive name of the assignment.

 
xs:normalizedString
 PreambleO

Description and context for the assignment.

 
xs:string
 LearningObjectivesO

Educational objectives of the assignment.

 
LearningObjectiveListType
 LearningStandardsO

Associated LearningStandardItem objects.

 
LearningStandardItemRefIdListType
 PrerequisitesO

Skills or competencies the student must have to engage in assignment.

 
PrerequisiteListType
 SourceObjectsO

Source objects assigned to students.

 
SourceObjectListType
 AssignmentTimeM

Time structures for the assignment.

 
AssignmentTimeType
 MaxAttemptsAllowedO

The number attempts a student may make on this assignment. Assumed to be unlimited if omitted.

 
xs:unsignedInt
 AddToGradeBookFlagO

Flag to prompt grade book processing.

 
xs:boolean
 SIF_MetadataO
 SIF_MetadataType
 SIF_ExtendedElementsO
 SIF_ExtendedElementsType
Table 3.11.2-1: Assignment
{ "Assignment": { "RefId": "DE072A87EFAD4B778AF9FAF83C94839E", "xml:lang": "en", "Students": { "StudentPersonalRefId": [ "687FE59529E5FDB6A0949FDD8E12ACC3" ] }, "StaffPersonalRefId": "994FE59529E5FDB6A0949FDD8E12ACC3", "TechnicalRequirements": { "TechnicalRequirement": [ "Internet Explorer 5.5 or greater" ] }, "EssentialMaterials": { "EssentialMaterial": [ "LCD Projector" ] }, "Title": "The Painting of the Titanic: An Artistic Disaster", "Preamble": "Just how badly CAN the students paint? This assignment will help determine this.", "SourceObjects": { "SourceObject": [ { "SIF_RefObject": "Assessment", "value": "C2AC666132E946D9828B506A851FC3F5" } ] }, "AssignmentTime": { "Duration": { "Units": "minute", "value": 30 }, "StartDate": "2003-02-26", "DueDate": "2003-02-26", "AdministrationDate": "2003-02-26" }, "MaxAttemptsAllowed": 1, "AddToGradeBookFlag": true } }
<Assignment RefId="DE072A87EFAD4B778AF9FAF83C94839E" xml:lang="en"> <Students> <StudentPersonalRefId>687FE59529E5FDB6A0949FDD8E12ACC3</StudentPersonalRefId> </Students> <StaffPersonalRefId>994FE59529E5FDB6A0949FDD8E12ACC3</StaffPersonalRefId> <TechnicalRequirements> <TechnicalRequirement>Internet Explorer 5.5 or greater</TechnicalRequirement> </TechnicalRequirements> <EssentialMaterials> <EssentialMaterial>LCD Projector</EssentialMaterial> </EssentialMaterials> <Title>The Painting of the Titanic: An Artistic Disaster</Title> <Preamble>Just how badly CAN the students paint? This assignment will help determine this.</Preamble> <SourceObjects> <SourceObject SIF_RefObject="Assessment">C2AC666132E946D9828B506A851FC3F5</SourceObject> </SourceObjects> <AssignmentTime> <Duration Units="minute">30</Duration> <StartDate>2003-02-26</StartDate> <DueDate>2003-02-26</DueDate> <AdministrationDate>2003-02-26</AdministrationDate> </AssignmentTime> <MaxAttemptsAllowed>1</MaxAttemptsAllowed> <AddToGradeBookFlag>true</AddToGradeBookFlag> </Assignment>
Example 3.11.2-1: Assignment - Example 1
{ "Assignment": { "RefId": "DE072A87EFAD4B778AF9FAF83C94839E", "xml:lang": "en", "Students": { "StudentPersonalRefId": [ "687FE59529E5FDB6A0949FDD8E12ACC3" ] }, "StaffPersonalRefId": "994FE59529E5FDB6A0949FDD8E12ACC3", "TechnicalRequirements": { "TechnicalRequirement": [ "Internet Explorer 5.5 or greater" ] }, "SoftwareRequirementList": { "SoftwareRequirement": [ { "SoftwareTitle": "Real Player", "Version": "11.0", "Vendor": "RealNetworks" }, { "SoftwareTitle": "Internet Explorer", "Version": "6.0", "OS": "Windows XP" } ] }, "EssentialMaterials": { "EssentialMaterial": [ "LCD Projector" ] }, "Title": "The Painting of the Titanic: An Artistic Disaster", "Preamble": "Just how badly CAN the students paint? This assignment will help determine this.", "SourceObjects": { "SourceObject": [ { "SIF_RefObject": "Assessment", "value": "C2AC666132E946D9828B506A851FC3F5" } ] }, "AssignmentTime": { "Duration": { "Units": "minute", "value": 30 }, "StartDate": "2003-02-26", "DueDate": "2003-02-26", "AdministrationDate": "2003-02-26" }, "MaxAttemptsAllowed": 1, "AddToGradeBookFlag": true } }
<Assignment RefId="DE072A87EFAD4B778AF9FAF83C94839E" xml:lang="en"> <Students> <StudentPersonalRefId>687FE59529E5FDB6A0949FDD8E12ACC3</StudentPersonalRefId> </Students> <StaffPersonalRefId>994FE59529E5FDB6A0949FDD8E12ACC3</StaffPersonalRefId> <TechnicalRequirements> <TechnicalRequirement>Internet Explorer 5.5 or greater</TechnicalRequirement> </TechnicalRequirements> <SoftwareRequirementList> <SoftwareRequirement> <SoftwareTitle>Real Player</SoftwareTitle> <Version>11.0</Version> <Vendor>RealNetworks</Vendor> </SoftwareRequirement> <SoftwareRequirement> <SoftwareTitle>Internet Explorer</SoftwareTitle> <Version>6.0</Version> <OS>Windows XP</OS> </SoftwareRequirement> </SoftwareRequirementList> <EssentialMaterials> <EssentialMaterial>LCD Projector</EssentialMaterial> </EssentialMaterials> <Title>The Painting of the Titanic: An Artistic Disaster</Title> <Preamble>Just how badly CAN the students paint? This assignment will help determine this.</Preamble> <SourceObjects> <SourceObject SIF_RefObject="Assessment">C2AC666132E946D9828B506A851FC3F5</SourceObject> </SourceObjects> <AssignmentTime> <Duration Units="minute">30</Duration> <StartDate>2003-02-26</StartDate> <DueDate>2003-02-26</DueDate> <AdministrationDate>2003-02-26</AdministrationDate> </AssignmentTime> <MaxAttemptsAllowed>1</MaxAttemptsAllowed> <AddToGradeBookFlag>true</AddToGradeBookFlag> </Assignment>
Example 3.11.2-2: Assignment - Example 2

3.11.3 ContentCatalog

The curriculum responder makes available a catalog of relevant instructional assets in this format. This detail should succinctly identify curriculum whether it is an assessment, learning resource, activity or lesson.

SIF_Events are not reported for this object.

ContentCatalog
Figure 3.11.3-1: ContentCatalog ContentCatalog RefId ContentObject Status Title Description Author LanguageCode Codeset GradeLevels SubjectAreas MediaTypes LearningStandards InstructionalLevel TechnicalRequirements Duration CurriculumHierarchyList Prerequisites Adaptations Size Cost SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharCEDS Id/URLDescriptionType
 ContentCatalog 
This object contains information related to learning resources that can be searched for and retrieved from content repositories.   
@RefIdM

A GUID that identifies an instance of this object. This RefId is a “transient” value; that is, it SHOULD be generated by the provider at the time the object is provided in a Response message. This value MUST NOT be used in a later Request for the object.

 
RefIdType
 ContentObjectM

The learning object.

 
ContentObjectType
 StatusO

Describes availability status of resource, e.g. "checked out."

 
xs:string
 TitleO

Title of the resource, e.g., "The Civil War …"

 
xs:string
 DescriptionO

Description of the resource, e.g., "This textbook is intended for grade 4 social studies students and addresses..."

 
xs:string
 AuthorO

Name of individual, organization or company that created the resource

 
xs:normalizedString
 LanguageCodeO

The language used by the content to communicate to the Student

 
xs:token
@CodesetO

A unique indicator (usually a URL) that points to the codeset used.

 
xs:token
 GradeLevelsO

A common element used to specify the collection of grade levels supported.

 
GradeLevelsType
 SubjectAreasO

A list of subject areas.

 
SubjectAreaListType
 MediaTypesO

Resource media types

 
MediaTypeListType
 LearningStandardsO

This element contains information related to curriculum standards statements "standards" or "benchmarks" or the like within the document.

 
LearningStandardListType
 InstructionalLevelO
 ContentCatalogInstructionalLevelType
 TechnicalRequirementsO

Operating system, network, and other technical requirements for the activity, if applicable.

 
TechnicalRequirementsType
 DurationO

Time required to complete the activity.

 
DurationType
 CurriculumHierarchyListO

 

CurriculumHierarchyListType
 PrerequisitesO

Skills or competencies the student must have to engage in activity.

 
PrerequisiteListType
 AdaptationsO

Adaptations necessary for target students (508)

 
xs:string
 SizeO

The size of the learning content objects.

 
xs:string
 CostO

The price of the object requested

 
MonetaryAmountType
 SIF_MetadataO
 SIF_MetadataType
 SIF_ExtendedElementsO
 SIF_ExtendedElementsType
Table 3.11.3-1: ContentCatalog
{ "ContentCatalog": { "RefId": "359D75101AD0A9D7A8C3DAD0A85103A2", "xml:lang": "en", "ContentObject": { "Location": { "ReferenceType": "URI", "value": "http://myserver.mydomain.com/content/civil_war_photos.pdf" } }, "Status": "Available", "Title": "The Civil War in Photos", "Description": "A collection of Civil War Photos", "Author": "John Smith", "LanguageCode": { "value": "eng" }, "GradeLevels": { "GradeLevel": [ { "Code": { "value": "09" } }, { "Code": { "value": "10" } }, { "Code": { "value": "11" } } ] }, "SubjectAreas": { "SubjectArea": [ { "Code": { "value": "04" } } ] }, "MediaTypes": { "MediaType": [ "x-application/pdf" ] }, "LearningStandards": { "Document": [ { "Title": "Essential Academic Learning Requirements", "StandardsSettingBody": { "Country": { "value": "US" }, "StateProvince": { "value": "OH" }, "NCESId": "12345", "SettingBodyName": "Ohio Department of Education" }, "StatementCodes": { "StatementCode": [ "US History.2.03.a" ] } }, { "Title": "State Learning Requirements", "StandardsSettingBody": { "Country": { "value": "US" }, "StateProvince": { "value": "UT" }, "NCESId": "67890", "SettingBodyName": "UT Department of Education" }, "StatementCodes": { "StatementCode": [ "US History.4.89" ] } } ] }, "InstructionalLevel": { "value": "0571" }, "TechnicalRequirements": { "TechnicalRequirement": [ "Computer" ] }, "Duration": { "Units": "minute", "value": 10 }, "Size": "100mb" } }
<ContentCatalog RefId="359D75101AD0A9D7A8C3DAD0A85103A2" xml:lang="en"> <ContentObject> <Location ReferenceType="URI">http://myserver.mydomain.com/content/civil_war_photos.pdf</Location> </ContentObject> <Status>Available</Status> <Title>The Civil War in Photos</Title> <Description>A collection of Civil War Photos</Description> <Author>John Smith</Author> <LanguageCode>eng</LanguageCode> <GradeLevels> <GradeLevel> <Code>09</Code> </GradeLevel> <GradeLevel> <Code>10</Code> </GradeLevel> <GradeLevel> <Code>11</Code> </GradeLevel> </GradeLevels> <SubjectAreas> <SubjectArea> <Code>04</Code> </SubjectArea> </SubjectAreas> <MediaTypes> <MediaType>x-application/pdf</MediaType> </MediaTypes> <LearningStandards> <Document> <Title>Essential Academic Learning Requirements</Title> <StandardsSettingBody> <Country>US</Country> <StateProvince>OH</StateProvince> <NCESId>12345</NCESId> <SettingBodyName>Ohio Department of Education</SettingBodyName> </StandardsSettingBody> <StatementCodes> <StatementCode>US History.2.03.a</StatementCode> </StatementCodes> </Document> <Document> <Title>State Learning Requirements</Title> <StandardsSettingBody> <Country>US</Country> <StateProvince>UT</StateProvince> <NCESId>67890</NCESId> <SettingBodyName>UT Department of Education</SettingBodyName> </StandardsSettingBody> <StatementCodes> <StatementCode>US History.4.89</StatementCode> </StatementCodes> </Document> </LearningStandards> <InstructionalLevel>0571</InstructionalLevel> <TechnicalRequirements> <TechnicalRequirement>Computer</TechnicalRequirement> </TechnicalRequirements> <Duration Units="minute">10</Duration> <Size>100mb</Size> </ContentCatalog>
Example 3.11.3-1: ContentCatalog

3.11.4 CurriculumStructure

An object designed to contain instructional objects such as units, lessons, activities, and assessments—or other containers—joined together under a particular topic and/or duration.

SIF_Events are reported for this object.

CurriculumStructure
Figure 3.11.4-1: CurriculumStructure CurriculumStructure RefId Titles Description SubjectArea CurriculumHierarchyLevel PredecessorObjects LearningObjectives ComponentObjects LearningStandards SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharCEDS Id/URLDescriptionType
 CurriculumStructure 

An object designed to contain instructional objects such as units, lessons, activities, and assessments—or other containers—joined together under a particular topic and/or duration.

 
 
@
key
RefIdM

GUID for this particular object.

 
RefIdType
 TitlesM
 TitleListType
 DescriptionO

Description of this curriculum object

 
xs:string
 SubjectAreaO
 SubjectAreaType
 CurriculumHierarchyLevelM

Describes the position of this object in the curriculum hierarchy.

 
CurriculumStructureCurriculumHierarchyLevelType
 PredecessorObjectsO

CurriculumStructure objects directly above this one in the hierarchy tree. These are repeatable because a single object can have multiple parent levels in the hierarcy.

 
CurriculumStructureRefIdListType
 LearningObjectivesO

Learning objectives for this object.

 
LearningObjectiveListType
 ComponentObjectsO

Component objects, if any, that make up this object.

 
ComponentObjectListType
 LearningStandardsO

Associated learning standards.

 
LearningStandardItemRefIdListType
 SIF_MetadataO
 SIF_MetadataType
 SIF_ExtendedElementsO
 SIF_ExtendedElementsType
Table 3.11.4-1: CurriculumStructure
{ "CurriculumStructure": { "RefId": "B364631190F169CD8E3DF2BA2537EC8B", "xml:lang": "en", "Titles": { "Title": [ "Cellular Concepts" ] }, "Description": "Reviews basic concepts in Cellular Biology", "SubjectArea": { "Code": { "value": "03" }, "OtherCodeList": { "OtherCode": [ { "Codeset": "Text", "value": "Life and Physical Sciences" } ] } }, "CurriculumHierarchyLevel": { "Number": 4, "Name": "Unit", "Description": "http://www.compasslearning.com/hierarchy004" }, "PredecessorObjects": { "CurriculumStructureRefId": [ "3DD3294A068EC899EE586A6FEFFCF0EB" ] }, "LearningObjectives": { "LearningObjective": [ "Teach students about the basics of cellular structure and lifecycle." ] }, "ComponentObjects": { "ComponentObject": [ { "SIF_RefObject": "Lesson", "value": "3DD3294A068EC899EE586A6FEFFCF0EB" }, { "SIF_RefObject": "Lesson", "value": "8838B02258673F0094E5B426E59C26BC" }, { "SIF_RefObject": "Lesson", "value": "D41D8CD98F00B204E9800998ECF8427E" }, { "SIF_RefObject": "Lesson", "value": "DC3076B304B838BF11AF723DD7D4AED7" } ] }, "LearningStandards": { "LearningStandardItemRefId": [ "141216334645D859E2CA255B1C3BBD91" ] } } }
<CurriculumStructure RefId="B364631190F169CD8E3DF2BA2537EC8B" xml:lang="en"> <Titles> <Title>Cellular Concepts</Title> </Titles> <Description>Reviews basic concepts in Cellular Biology</Description> <SubjectArea> <Code>03</Code> <OtherCodeList> <OtherCode Codeset="Text">Life and Physical Sciences</OtherCode> </OtherCodeList> </SubjectArea> <CurriculumHierarchyLevel> <Number>4</Number> <Name>Unit</Name> <Description>http://www.compasslearning.com/hierarchy004</Description> </CurriculumHierarchyLevel> <PredecessorObjects> <CurriculumStructureRefId>3DD3294A068EC899EE586A6FEFFCF0EB</CurriculumStructureRefId> </PredecessorObjects> <LearningObjectives> <LearningObjective>Teach students about the basics of cellular structure and lifecycle.</LearningObjective> </LearningObjectives> <ComponentObjects> <ComponentObject SIF_RefObject="Lesson">3DD3294A068EC899EE586A6FEFFCF0EB</ComponentObject> <ComponentObject SIF_RefObject="Lesson">8838B02258673F0094E5B426E59C26BC</ComponentObject> <ComponentObject SIF_RefObject="Lesson">D41D8CD98F00B204E9800998ECF8427E</ComponentObject> <ComponentObject SIF_RefObject="Lesson">DC3076B304B838BF11AF723DD7D4AED7</ComponentObject> </ComponentObjects> <LearningStandards> <LearningStandardItemRefId>141216334645D859E2CA255B1C3BBD91</LearningStandardItemRefId> </LearningStandards> </CurriculumStructure>
Example 3.11.4-1: CurriculumStructure

3.11.5 LearningResource

This object contains information related to learning resources that may be used in educational settings. These include textbooks, Internet content, educational software, videos and DVDs, supplemental print material, etc.

SIF_Events are reported for this object.

LearningResource
Figure 3.11.5-1: LearningResource LearningResource RefId Name Author Contacts Location Status Description GradeLevels SubjectAreas MediaTypes UseAgreement AgreementDate Approvals Evaluations Components LearningStandards LearningResourcePackageRefId SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharCEDS Id/URLDescriptionType
 LearningResource 

This object contains information related to learning resources that may be used in educational settings. These include textbooks, Internet content, educational software, videos and DVDs, supplemental print material, etc.

 
 
@
key
RefIdM

GUID assigned to this LearningResource.

 
RefIdType
 NameM

Name of learning resource.

 
xs:normalizedString
 AuthorO000696
https://ceds.ed.gov/element/000696

Name of organization or company that created the resource.

 
xs:normalizedString
 ContactsO

Contains contact information about resource authors.

 
LearningResourceContactListType
 LocationO

Description of location of resource, i.e. location in library or URL, community resource, outside resource supplier.

 
LearningResourceLocationType
 StatusO

Describes availability status of resource, e.g. "checked out."

 
xs:normalizedString
 DescriptionO000697
https://ceds.ed.gov/element/000697

Description of the resource, e.g., "This textbook is intended for grade 4 social studies students and addresses..."

 
xs:string
 GradeLevelsO
 GradeLevelsType
 SubjectAreasO
 SubjectAreaListType
 MediaTypesO

Resource media types.

 
MediaTypeListType
 UseAgreementO

Describes terms of use for resource.

 
xs:string
 AgreementDateO

A date that defines the date of agreement.

 
xs:date
 ApprovalsO

Authorizations to use this resource. For example, this resource may be included as part of the district's standard curriculum model.

 
ApprovalListType
 EvaluationsO

Evaluations/review of the resource.

 
LearningResourceEvaluationListType
 ComponentsM

Lesson or activity-sized portions of a resource.

 
LearningResourceComponentListType
 LearningStandardsO

References to LearningStandardItems.

 
LearningStandardItemRefIdListType
 LearningResourcePackageRefIdO

Reference to a LearningResourcePackage, a transport envelope for teaching and learning object files.

 
IdRefType
 SIF_MetadataO
 SIF_MetadataType
 SIF_ExtendedElementsO
 SIF_ExtendedElementsType
Table 3.11.5-1: LearningResource
{ "LearningResource": { "RefId": "6938D88F82A37EFD88892429EC6AB1B5", "xml:lang": "en", "Name": "A World of Words (Teacher Reference Sheet)", "Author": "The Kennedy Center Arts Edge", "Contacts": { "Contact": [ { "Address": { "Type": "0123", "Street": { "Line1": "The John F. Kennedy Center for the Performing Arts", "Line2": "2700 F Street, NW", "StreetNumber": "2700", "StreetName": "F", "StreetType": "Street", "StreetSuffix": "NW" }, "City": "Washington", "County": "Cook", "StateProvince": { "value": "DC" }, "Country": { "value": "US" }, "PostalCode": "20566" }, "PhoneNumber": { "Type": "0096", "Number": "(555) 555-1234" }, "Email": { "Type": "Primary", "value": "info@kennedy-center.org" } } ] }, "Location": { "ReferenceType": "URI", "value": "http://www.artsedge.kennedy-Center.org/teaching_materials/curricula/curric/86_u_dreams/489_words.pdf" }, "Status": "Available", "Description": "Teacher Reference Sheet", "GradeLevels": { "GradeLevel": [ { "Code": { "value": "03" } }, { "Code": { "value": "04" } }, { "Code": { "value": "05" } } ] }, "SubjectAreas": { "SubjectArea": [ { "Code": { "value": "01" }, "OtherCodeList": { "OtherCode": [ { "Codeset": "Text", "value": "English Language and Literature" } ] } } ] }, "MediaTypes": { "MediaType": [ "x-application/pdf" ] }, "UseAgreement": "see http://www.artsedge.kennedycenter.org/teaching_materials/using/artsedge.html for the user aggreement", "AgreementDate": "2002-06-05", "Approvals": { "Approval": [ { "Organization": "Our District Local Schools, Office of Curriculum and Planning", "Date": "2002-03-15" } ] }, "Evaluations": { "Evaluation": [ { "RefId": "F1BC63DFD02CCED654EF558E84904E01", "Description": "This resource addresses Washington State EALRs", "Date": "2001-06-15", "Name": { "Type": "02", "LastName": "Doe", "FirstName": "Joan" } } ] }, "Components": { "Component": [ { "Name": "Vocabulary", "Reference": "http://www.artsedge.kennedycenter.org/teaching_materials/curricula/curric/86_u_dreams/489_vocab.html", "Description": "\n Students learn about social contexts such as nationality, culture, etc.\n ", "Strategies": { "Strategy": [ "Inquiry" ] }, "AssociatedObjects": { "AssociatedObject": [ { "SIF_RefObject": "Lesson", "value": "667A87E21B4B9470CE61568576DF921E" } ] } } ] }, "LearningStandards": { "LearningStandardItemRefId": [ "D56D76D40F0B96916DA4CA2E230494E8", "DBCE64060B47E555A64AF7FCE6C1A4A9" ] }, "LearningResourcePackageRefId": "6D254047C5E542CBB7921D03ED3BD894" } }
<LearningResource RefId="6938D88F82A37EFD88892429EC6AB1B5" xml:lang="en"> <Name>A World of Words (Teacher Reference Sheet)</Name> <Author>The Kennedy Center Arts Edge</Author> <Contacts> <Contact> <Address Type="0123"> <Street> <Line1>The John F. Kennedy Center for the Performing Arts</Line1> <Line2>2700 F Street, NW</Line2> <StreetNumber>2700</StreetNumber> <StreetName>F</StreetName> <StreetType>Street</StreetType> <StreetSuffix>NW</StreetSuffix> </Street> <City>Washington</City> <County>Cook</County> <StateProvince>DC</StateProvince> <Country>US</Country> <PostalCode>20566</PostalCode> </Address> <PhoneNumber Type="0096"> <Number>(555) 555-1234</Number> </PhoneNumber> <Email Type="Primary">info@kennedy-center.org</Email> </Contact> </Contacts> <Location ReferenceType="URI">http://www.artsedge.kennedy-Center.org/teaching_materials/curricula/curric/86_u_dreams/489_words.pdf</Location> <Status>Available</Status> <Description>Teacher Reference Sheet</Description> <GradeLevels> <GradeLevel> <Code>03</Code> </GradeLevel> <GradeLevel> <Code>04</Code> </GradeLevel> <GradeLevel> <Code>05</Code> </GradeLevel> </GradeLevels> <SubjectAreas> <SubjectArea> <Code>01</Code> <OtherCodeList> <OtherCode Codeset="Text">English Language and Literature</OtherCode> </OtherCodeList> </SubjectArea> </SubjectAreas> <MediaTypes> <MediaType>x-application/pdf</MediaType> </MediaTypes> <UseAgreement>see http://www.artsedge.kennedycenter.org/teaching_materials/using/artsedge.html for the user aggreement</UseAgreement> <AgreementDate>2002-06-05</AgreementDate> <Approvals> <Approval> <Organization>Our District Local Schools, Office of Curriculum and Planning</Organization> <Date>2002-03-15</Date> </Approval> </Approvals> <Evaluations> <Evaluation RefId="F1BC63DFD02CCED654EF558E84904E01"> <Description>This resource addresses Washington State EALRs</Description> <Date>2001-06-15</Date> <Name Type="02"> <LastName>Doe</LastName> <FirstName>Joan</FirstName> </Name> </Evaluation> </Evaluations> <Components> <Component> <Name>Vocabulary</Name> <Reference>http://www.artsedge.kennedycenter.org/teaching_materials/curricula/curric/86_u_dreams/489_vocab.html</Reference> <Description> Students learn about social contexts such as nationality, culture, etc. </Description> <Strategies> <Strategy>Inquiry</Strategy> </Strategies> <AssociatedObjects> <AssociatedObject SIF_RefObject="Lesson">667A87E21B4B9470CE61568576DF921E</AssociatedObject> </AssociatedObjects> </Component> </Components> <LearningStandards> <LearningStandardItemRefId>D56D76D40F0B96916DA4CA2E230494E8</LearningStandardItemRefId> <LearningStandardItemRefId>DBCE64060B47E555A64AF7FCE6C1A4A9</LearningStandardItemRefId> </LearningStandards> <LearningResourcePackageRefId>6D254047C5E542CBB7921D03ED3BD894</LearningResourcePackageRefId> </LearningResource>
Example 3.11.5-1: LearningResource

3.11.6 LearningResourcePackage

Many instructional applications in a SIF zone need to share teaching and learning objects. Curriculum planning applications, content repositories, learning management systems, etc.—all of these systems need to share instructional content utilizing the LearningResource object.

The LearningResourcePackage object provides a transport envelope to move these files across the SIF zone.

Note: With SIF Implementation Specification version 2.4 the choice element depicted in the diagram below has changed. In the XSD files, the choice element used to be rendered as a sequence of optional elements. Now, in the XSD files, the choice element is rendered as an xs:choice. This may cause problems with agents that treat the choice element as two optional elements rather than a choice of one and only one of the choices.

SIF_Events are not reported for this object.

LearningResourcePackage
Figure 3.11.6-1: LearningResourcePackage LearningResourcePackage
 Element/@AttributeCharCEDS Id/URLDescriptionType
 LearningResourcePackage 
A wrapper for any external learning content to be transmitted across a SIF Zone. Extension of AbstractContentPackageType
@RefIdM

The GUID that uniquely identifies an instance of the package.

 
RefIdType
 XMLDataC

Contains an arbitary XML element, encoded in UTF-8.

 
XMLDataType
 TextDataC

Contains arbitrary text, encoded in UTF-8.

 
TextDataType
 BinaryDataC

Contains the base64Binary encoding of binary or text data not encoded in UTF-8.

 
BinaryDataType
 ReferenceC

References external content via a URL.

 
ReferenceType
Table 3.11.6-1: LearningResourcePackage
{ "LearningResourcePackage": { "RefId": "C7DE86685968459FBF9FED22A0E1EA6E", "BinaryData": { "MIMEType": "text/plain", "value": "ab++" } } }
<LearningResourcePackage RefId="C7DE86685968459FBF9FED22A0E1EA6E"> <BinaryData MIMEType="text/plain">ab++</BinaryData> </LearningResourcePackage>
Example 3.11.6-1: LearningResourcePackage

3.11.7 LearningStandardAssociation

This object associates learning standards with particular learning resources.

SIF_Events are reported for this object.

LearningStandardAssociation
Figure 3.11.7-1: LearningStandardAssociation LearningStandardAssociation RefId RefURI LearningStandardRefId ObjectType TargetObjects StartDate EndDate AuthoritativeSource Creator CreationDate SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharCEDS Id/URLDescriptionType
 LearningStandardAssociation 
This object associates learning standards with particular learning resources.   
@
key
RefIdM

The Id (GUID) that uniquely identifies this LearningStandardAssociation.

 
RefIdType
 RefURIO

A URI that establishes uniqueness.

 
xs:anyURI
 LearningStandardRefIdM
A RefId that identifies a Learning Standard. IdRefType
@ObjectTypeM

Declares whether the this RefId references a LearningStandardItem or a LearningStandardDocument

 
values:
LearningStandardItem
LearningStandardDocument
 TargetObjectsM
List of target objects for the learning standard linkage. TargetObjectListType
 StartDateM
Start date of the learning standard association. xs:date
 EndDateO
End date of the learning standard association. xs:date
 AuthoritativeSourceM
Body or organization creating this association. xs:normalizedString
 CreatorM
Name of the Creator of the relationship. TypedCreatorType
 CreationDateO
Creation date of the relationship. xs:date
 SIF_MetadataO
 SIF_MetadataType
 SIF_ExtendedElementsO
 SIF_ExtendedElementsType
Table 3.11.7-1: LearningStandardAssociation
{ "LearningStandardAssociation": { "RefId": "869670E8540A43509515AFB767FADD9A", "LearningStandardRefId": { "ObjectType": "LearningStandardItem", "value": "DCE34B359D75101A8C3D00AA001A1652" }, "TargetObjects": { "TargetObject": [ { "ObjectType": "LearningResource", "SIF_RefId": "1947AB893C29F73910FEC3827A239CB1", "AssociationStrength": 1, "AssociationType": "prerequisite" }, { "ObjectType": "LearningResource", "SIF_RefId": "DE072A87EFAD4B778AF9FAF83C94839E", "AssociationStrength": 0.5, "AssociationType": "predecessor" } ] }, "StartDate": "2012-01-21", "EndDate": "2015-01-21", "AuthoritativeSource": "Math Department Curriculum 2012-2013", "Creator": { "Type": "StaffPersonal", "SIF_RefId": "1652D3E34F419D75101A8C3D00AA001A", "value": "Curriculum Director Halstead" }, "CreationDate": "2011-11-20" } }
<LearningStandardAssociation RefId="869670E8540A43509515AFB767FADD9A"> <LearningStandardRefId ObjectType="LearningStandardItem">DCE34B359D75101A8C3D00AA001A1652</LearningStandardRefId> <TargetObjects> <TargetObject ObjectType="LearningResource"> <SIF_RefId>1947AB893C29F73910FEC3827A239CB1</SIF_RefId> <AssociationStrength>1</AssociationStrength> <AssociationType>prerequisite</AssociationType> </TargetObject> <TargetObject ObjectType="LearningResource"> <SIF_RefId>DE072A87EFAD4B778AF9FAF83C94839E</SIF_RefId> <AssociationStrength>.5</AssociationStrength> <AssociationType>predecessor</AssociationType> </TargetObject> </TargetObjects> <StartDate>2012-01-21</StartDate> <EndDate>2015-01-21</EndDate> <AuthoritativeSource>Math Department Curriculum 2012-2013</AuthoritativeSource> <Creator Type="StaffPersonal" SIF_RefId="1652D3E34F419D75101A8C3D00AA001A">Curriculum Director Halstead</Creator> <CreationDate>2011-11-20</CreationDate> </LearningStandardAssociation>
Example 3.11.7-1: LearningStandardAssociation Example

3.11.8 LearningStandardDocument

A curriculum standards document or the like published by a national, state, district, school site, professional association or other interested party. The LearningStandardDocument reflects an expectation of student work.

SIF_Events are reported for this object.

LearningStandardDocument
Figure 3.11.8-1: LearningStandardDocument LearningStandardDocument RefId RefURI Title ShortName DocumentVersion Description Source Codeset Organizations Authors OrganizationContactPoint SubjectAreas DocumentStatus DocumentDate LocalAdoptionDate LocalArchiveDate EndOfLifeDate Copyright GradeLevels RepositoryDate LearningStandardItemRefId RelatedLearningStandards SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharCEDS Id/URLDescriptionType
 LearningStandardDocument 

A curriculum standards document or the like published by a national, state, district, school site, professional association or other interested party. The LearningStandardDocument reflects an expectation of student work.

 
 
@
key
RefIdM

Id for the standards document

 
RefIdType
 RefURIO

A URI that establishes uniqueness of the object instance.

 
xs:anyURI
 TitleM000694
https://ceds.ed.gov/element/000694

Name of standard document, i.e., "Washington Essential Academic Learning Requirements."

 
xs:normalizedString
 ShortNameO

A short name for the document.

 
xs:token
 DocumentVersionO

Identifies the version of the document that this object instance represents. Note that new versions of documents must generate new RefIds and therefore a new object instance. This element is immutable in that once the object has been published with a value (other than blank) it must never be changed.

 
xs:token
 DescriptionO

Description of the standards document.

 
xs:string
 SourceM

Defines source of standard document. This is the descriptive type of the organization listed in Organization. It serves to describe the type of the standards contained within the document.

 
xs:token
@CodesetO

A unique indicator (usually a URL) that points to the codeset used.

 
xs:token
 OrganizationsM

Names of organization represented by the document, i.e., "National Council of Teachers of Mathematics (NCTM)," "Washington," "Seattle School District."

 
OrganizationListType
 AuthorsO

Name of the organization that authored the standards document, i.e. "Mid-Continent Research for Education & Learning (McREL)." May be the same as "Organization" above.

 
AuthorListType
 OrganizationContactPointO000693
https://ceds.ed.gov/element/000693

A brief description of how to contact the organization maintaining the standards. It could be a phone number, email address, or URL.

 
xs:string
 SubjectAreasM
 SubjectAreaListType
 DocumentStatusM
 LearningStandardDocumentDocumentStatusType
 DocumentDateO000700
https://ceds.ed.gov/element/000700

The date the current status was achieved.

 
xs:date
 LocalAdoptionDateO

The date the local organization adopted this standard document

 
xs:date
 LocalArchiveDateO

The date the local organization stopped using this standard document and superseded by a new document.

 
xs:date
 EndOfLifeDateO000701
https://ceds.ed.gov/element/000701

This is the date that the governing organization retired this document. 

 
xs:date
 CopyrightO

Copyright for document.

 
CopyrightType
 GradeLevelsO

SIF common GradeLevels element

 
GradeLevelsType
 RepositoryDateO

Date document data was added to the repository

 
xs:date
 LearningStandardItemRefIdM

Link to the first/top LearningStandardItem in the standard hierarchy

 
IdRefType
 RelatedLearningStandardsO
 LearningStandardDocumentRefIdListType
 SIF_MetadataO
 SIF_MetadataType
 SIF_ExtendedElementsO
 SIF_ExtendedElementsType
Table 3.11.8-1: LearningStandardDocument
{ "LearningStandardDocument": { "RefId": "A5A575C789175101B8E7F08ED123A823", "xml:lang": "en", "Title": "Washington Essential Academic Learning Requirements", "Description": "This document addresses high school English Language Arts", "Source": { "value": "State" }, "Organizations": { "Organization": [ "State of Washington" ] }, "Authors": { "Author": [ "McREL" ] }, "OrganizationContactPoint": "http://www.mcrel.org", "SubjectAreas": { "SubjectArea": [ { "Code": { "value": "01" }, "OtherCodeList": { "OtherCode": [ { "Codeset": "Text", "value": "English Language and Literature" } ] } } ] }, "DocumentStatus": { "value": "Adopted" }, "DocumentDate": "2001-04-15", "LocalAdoptionDate": "2002-01-06", "EndOfLifeDate": "2003-04-15", "Copyright": { "Date": "2001-02-05", "Holder": "State of Washington" }, "GradeLevels": { "GradeLevel": [ { "Code": { "value": "09" } }, { "Code": { "value": "10" } }, { "Code": { "value": "11" } }, { "Code": { "value": "12" } } ] }, "RepositoryDate": "2001-04-15", "LearningStandardItemRefId": "B7D26D789139214A8C7F08EA123A8234", "RelatedLearningStandards": { "LearningStandardDocumentRefId": [ "B216162FC98D202E62A64D53C991A25A" ] } } }
<LearningStandardDocument RefId="A5A575C789175101B8E7F08ED123A823" xml:lang="en"> <Title>Washington Essential Academic Learning Requirements</Title> <Description>This document addresses high school English Language Arts</Description> <Source>State</Source> <Organizations> <Organization>State of Washington</Organization> </Organizations> <Authors> <Author>McREL</Author> </Authors> <OrganizationContactPoint>http://www.mcrel.org</OrganizationContactPoint> <SubjectAreas> <SubjectArea> <Code>01</Code> <OtherCodeList> <OtherCode Codeset="Text">English Language and Literature</OtherCode> </OtherCodeList> </SubjectArea> </SubjectAreas> <DocumentStatus>Adopted</DocumentStatus> <DocumentDate>2001-04-15</DocumentDate> <LocalAdoptionDate>2002-01-06</LocalAdoptionDate> <EndOfLifeDate>2003-04-15</EndOfLifeDate> <Copyright> <Date>2001-02-05</Date> <Holder>State of Washington</Holder> </Copyright> <GradeLevels> <GradeLevel> <Code>09</Code> </GradeLevel> <GradeLevel> <Code>10</Code> </GradeLevel> <GradeLevel> <Code>11</Code> </GradeLevel> <GradeLevel> <Code>12</Code> </GradeLevel> </GradeLevels> <RepositoryDate>2001-04-15</RepositoryDate> <LearningStandardItemRefId>B7D26D789139214A8C7F08EA123A8234</LearningStandardItemRefId> <RelatedLearningStandards> <LearningStandardDocumentRefId>B216162FC98D202E62A64D53C991A25A</LearningStandardDocumentRefId> </RelatedLearningStandards> </LearningStandardDocument>
Example 3.11.8-1: LearningStandardDocument

3.11.9 LearningStandardItem

This object contains information related to curriculum standards statements "standards" or "benchmarks" or the like within the document. This object primarily focuses upon state department curriculum standards, published curriculum standards and local education agency learning standards. Each LearningStandardItem reflects an individual standard statement and may occur at several levels within a hierarchially structured document.

SIF_Events are reported for this object.

LearningStandardItem
Figure 3.11.9-1: LearningStandardItem LearningStandardItem RefId RefURI ShortName ItemVersion Description StandardSettingBody StandardHierarchyLevel PredecessorItems StatementCodes Statements GradeLevels SubjectArea StandardIdentifier LearningStandardDocumentRefId RelatedLearningStandardItems Level4 Level5 SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharCEDS Id/URLDescriptionType
 LearningStandardItem 
This object contains information related to curriculum standards statements "standards" or "benchmarks" or the like within the document. This object primarily focuses upon state department curriculum standards, published curriculum standards and local education agency learning standards. Each LearningStandardItem reflects an individual standard statement and may occur at several levels within a hierarchially structured document.   
@
key
RefIdM002616
https://ceds.ed.gov/element/002616

GUID assigned to each statement at each level within the document hierarchy

 
RefIdType
 RefURIO000689
https://ceds.ed.gov/element/000689

A URI that establishes uniqueness of the object instance.

 
xs:anyURI
 ShortNameO

A short name for the item.

 
xs:token
 ItemVersionO000695
https://ceds.ed.gov/element/000695

Identifies the version of the item that this object instance represents. Note that new versions of items must generate new RefIds and therefore a new object instance. This element is immutable in that once the object has been published with a value (other than blank) it must never be changed.

 
xs:token
 DescriptionO000691
https://ceds.ed.gov/element/000691

A text description of the item.

 
xs:normalizedString
 StandardSettingBodyO

The name of the state or organization that authored and manages updates to the standards document (i.e., NCTM, Ohio Department of Education).

 
StandardsSettingBodyType
 StandardHierarchyLevelM

Description of hierarchical level within standards tree.

 
StandardHierarchyLevelType
 PredecessorItemsO

GUID assigned to the LearningStandardItem directly above it in the hierarchy tree. This is a repeatable element because a single granular item may relate to multiple parent levels of the hierarchy.

 
LearningStandardItemRefIdListType
 StatementCodesO

An alphanumeric Id code as defined by the organization to identify the statement.

 
StatementCodeListType
 StatementsO

The text of the "standard," or "benchmark."

 
StatementListType
 GradeLevelsM
 GradeLevelsType
 SubjectAreaO
 SubjectAreaType
 StandardIdentifierO

This element describes the unique identifier for each LearningStandard.

 
StandardIdentifierType
 LearningStandardDocumentRefIdM

The RefId of the item's parent LearningStandardDocument.

 
IdRefType
 RelatedLearningStandardItemsO

Container for external relationships.

 
RelatedLearningStandardItemRefIdListType
 Level4O

This element has been deprecated as of version 2.6. Use of this element is not recommended. This is the second to most granular level of the learning or performance standard associated with the grade level.

 
xs:normalizedString
 Level5O

This element has been deprecated as of version 2.6. Use of this element is not recommended. This is the most granular level of the learning or performance standard associated with the grade level.

 
xs:normalizedString
 SIF_MetadataO
 SIF_MetadataType
 SIF_ExtendedElementsO
 SIF_ExtendedElementsType
Table 3.11.9-1: LearningStandardItem
{ "LearningStandardItem": { "RefId": "A5D75F789175101B8C7E08EA123A8234", "xml:lang": "en", "StandardSettingBody": { "Country": { "value": "US" }, "StateProvince": { "value": "OH" }, "SettingBodyName": "Ohio Department of Education" }, "StandardHierarchyLevel": { "Number": 3, "Description": "Indicator" }, "PredecessorItems": { "LearningStandardItemRefId": [ "DE072A87EFAD4B778AF9FAF83C94839E" ] }, "StatementCodes": { "StatementCode": [ "Mathematics.2.03.a" ] }, "Statements": { "Statement": [ "Counting from 0 to 100 using whole numbers" ] }, "GradeLevels": { "GradeLevel": [ { "Code": { "value": "04" } }, { "Code": { "value": "05" } } ] }, "SubjectArea": { "Code": { "value": "52" }, "OtherCodeList": { "OtherCode": [ { "Codeset": "Text", "value": "Mathematics" } ] } }, "StandardIdentifier": { "YearCreated": "2003", "SubjectArea": { "Code": { "value": "02" }, "OtherCodeList": { "OtherCode": [ { "Codeset": "Text", "value": "Mathematics" } ] } }, "StandardNumber": "04", "GradeLevels": { "GradeLevel": [ { "Code": { "value": "05" } }, { "Code": { "value": "06" } }, { "Code": { "value": "07" } } ] }, "Benchmark": "C", "GradeLevel": { "Code": { "value": "06" } }, "IndicatorNumber": "06", "Organization": "National Council of Teachers of Mathematics (NCTM)" }, "LearningStandardDocumentRefId": "8454189F6BBC26C6B97DDB4B6D0E3AC8", "RelatedLearningStandardItems": { "LearningStandardItemRefId": [ { "RelationshipType": "Content", "value": "869670E8540A43509515AFB767FADD9A" }, { "RelationshipType": "State", "value": "B14FDAB437CA4565A9765A5B824545C4" }, { "RelationshipType": "PD", "value": "D5440A11F5A44AC1920261ECBE5A29F6" } ] } } }
<LearningStandardItem RefId="A5D75F789175101B8C7E08EA123A8234" xml:lang="en"> <StandardSettingBody> <Country>US</Country> <StateProvince>OH</StateProvince> <SettingBodyName>Ohio Department of Education</SettingBodyName> </StandardSettingBody> <StandardHierarchyLevel> <Number>3</Number> <Description>Indicator</Description> </StandardHierarchyLevel> <PredecessorItems> <LearningStandardItemRefId>DE072A87EFAD4B778AF9FAF83C94839E</LearningStandardItemRefId> </PredecessorItems> <StatementCodes> <StatementCode>Mathematics.2.03.a</StatementCode> </StatementCodes> <Statements> <Statement>Counting from 0 to 100 using whole numbers</Statement> </Statements> <GradeLevels> <GradeLevel> <Code>04</Code> </GradeLevel> <GradeLevel> <Code>05</Code> </GradeLevel> </GradeLevels> <SubjectArea> <Code>52</Code> <OtherCodeList> <OtherCode Codeset="Text">Mathematics</OtherCode> </OtherCodeList> </SubjectArea> <StandardIdentifier> <YearCreated>2003</YearCreated> <SubjectArea> <Code>02</Code> <OtherCodeList> <OtherCode Codeset="Text">Mathematics</OtherCode> </OtherCodeList> </SubjectArea> <StandardNumber>04</StandardNumber> <GradeLevels> <GradeLevel> <Code>05</Code> </GradeLevel> <GradeLevel> <Code>06</Code> </GradeLevel> <GradeLevel> <Code>07</Code> </GradeLevel> </GradeLevels> <Benchmark>C</Benchmark> <GradeLevel> <Code>06</Code> </GradeLevel> <IndicatorNumber>06</IndicatorNumber> <Organization>National Council of Teachers of Mathematics (NCTM)</Organization> </StandardIdentifier> <LearningStandardDocumentRefId>8454189F6BBC26C6B97DDB4B6D0E3AC8</LearningStandardDocumentRefId> <RelatedLearningStandardItems> <LearningStandardItemRefId RelationshipType="Content">869670E8540A43509515AFB767FADD9A</LearningStandardItemRefId> <LearningStandardItemRefId RelationshipType="State">B14FDAB437CA4565A9765A5B824545C4</LearningStandardItemRefId> <LearningStandardItemRefId RelationshipType="PD">D5440A11F5A44AC1920261ECBE5A29F6</LearningStandardItemRefId> </RelatedLearningStandardItems> </LearningStandardItem>
Example 3.11.9-1: LearningStandardItem - Example 1
{ "LearningStandardItem": { "RefId": "A5D75F789175101B8C7E08EA123A8234", "xml:lang": "en", "StandardSettingBody": { "Country": { "value": "US" }, "StateProvince": { "value": "OH" }, "SettingBodyName": "Ohio Department of Education" }, "StandardHierarchyLevel": { "Number": 3, "Description": "Indicator" }, "PredecessorItems": { "LearningStandardItemRefId": [ "DE072A87EFAD4B778AF9FAF83C94839E" ] }, "StatementCodes": { "StatementCode": [ "Mathematics.2.03.a" ] }, "Statements": { "Statement": [ "Counting from 0 to 100 using whole numbers" ] }, "GradeLevels": { "GradeLevel": [ { "Code": { "value": "04" } }, { "Code": { "value": "05" } } ] }, "SubjectArea": { "Code": { "value": "52" }, "OtherCodeList": { "OtherCode": [ { "Codeset": "Text", "value": "Mathematics" } ] } }, "StandardIdentifier": { "YearCreated": "2003", "SubjectArea": { "Code": { "value": "02" }, "OtherCodeList": { "OtherCode": [ { "Codeset": "Text", "value": "Mathematics" } ] } }, "StandardNumber": "04", "GradeLevels": { "GradeLevel": [ { "Code": { "value": "05" } }, { "Code": { "value": "06" } }, { "Code": { "value": "07" } } ] }, "Benchmark": "C", "GradeLevel": { "Code": { "value": "06" } }, "IndicatorNumber": "06", "Organization": "National Council of Teachers of Mathematics (NCTM)" }, "LearningStandardDocumentRefId": "8454189F6BBC26C6B97DDB4B6D0E3AC8", "RelatedLearningStandardItems": { "LearningStandardItemRefId": [ { "RelationshipType": "Content", "value": "869670E8540A43509515AFB767FADD9A" }, { "RelationshipType": "State", "value": "B14FDAB437CA4565A9765A5B824545C4" }, { "RelationshipType": "PD", "value": "D5440A11F5A44AC1920261ECBE5A29F6" } ] }, "Level4": "b", "Level5": "1" } }
<LearningStandardItem RefId="A5D75F789175101B8C7E08EA123A8234" xml:lang="en"> <StandardSettingBody> <Country>US</Country> <StateProvince>OH</StateProvince> <SettingBodyName>Ohio Department of Education</SettingBodyName> </StandardSettingBody> <StandardHierarchyLevel> <Number>3</Number> <Description>Indicator</Description> </StandardHierarchyLevel> <PredecessorItems> <LearningStandardItemRefId>DE072A87EFAD4B778AF9FAF83C94839E</LearningStandardItemRefId> </PredecessorItems> <StatementCodes> <StatementCode>Mathematics.2.03.a</StatementCode> </StatementCodes> <Statements> <Statement>Counting from 0 to 100 using whole numbers</Statement> </Statements> <GradeLevels> <GradeLevel> <Code>04</Code> </GradeLevel> <GradeLevel> <Code>05</Code> </GradeLevel> </GradeLevels> <SubjectArea> <Code>52</Code> <OtherCodeList> <OtherCode Codeset="Text">Mathematics</OtherCode> </OtherCodeList> </SubjectArea> <StandardIdentifier> <YearCreated>2003</YearCreated> <SubjectArea> <Code>02</Code> <OtherCodeList> <OtherCode Codeset="Text">Mathematics</OtherCode> </OtherCodeList> </SubjectArea> <StandardNumber>04</StandardNumber> <GradeLevels> <GradeLevel> <Code>05</Code> </GradeLevel> <GradeLevel> <Code>06</Code> </GradeLevel> <GradeLevel> <Code>07</Code> </GradeLevel> </GradeLevels> <Benchmark>C</Benchmark> <GradeLevel> <Code>06</Code> </GradeLevel> <IndicatorNumber>06</IndicatorNumber> <Organization>National Council of Teachers of Mathematics (NCTM)</Organization> </StandardIdentifier> <LearningStandardDocumentRefId>8454189F6BBC26C6B97DDB4B6D0E3AC8</LearningStandardDocumentRefId> <RelatedLearningStandardItems> <LearningStandardItemRefId RelationshipType="Content">869670E8540A43509515AFB767FADD9A</LearningStandardItemRefId> <LearningStandardItemRefId RelationshipType="State">B14FDAB437CA4565A9765A5B824545C4</LearningStandardItemRefId> <LearningStandardItemRefId RelationshipType="PD">D5440A11F5A44AC1920261ECBE5A29F6</LearningStandardItemRefId> </RelatedLearningStandardItems> <Level4>b</Level4> <Level5>1</Level5> </LearningStandardItem>
Example 3.11.9-2: LearningStandardItem - Example 2

3.11.10 Lesson

A series of Activities and LearningResources tied together under a particular topic or period of time to deliver a particular educational concept or skill.

SIF_Events are reported for this object.

Lesson
Figure 3.11.10-1: Lesson Lesson RefId SourceObjects CurriculumStructures SubjectArea Title Duration Description Procedure Strategies LearningObjectives SupportingActivities LearningStandards LearningResources LessonSources SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharCEDS Id/URLDescriptionType
 Lesson 

A series of Activities and LearningResources tied together under a particular topic or period of time to deliver a particular educational concept or skill.

 
 
@
key
RefIdM
 RefIdType
 SourceObjectsO

Reference to the source objects.

 
SourceObjectListType
 CurriculumStructuresO

GUID references to the parent CurriculumStructure object of this Lesson.

 
CurriculumStructuresRefIdListType
 SubjectAreaO
 SubjectAreaType
 TitleM

Name of lesson.

 
xs:normalizedString
 DurationO

Desired duration of the lesson

 
DurationType
 DescriptionO

Description of the lesson plan.

 
xs:string
 ProcedureO

Text field to describe how to use and implement the lesson.

 
xs:string
 StrategiesO

Teaching strategies used in this lesson plan.

 
LessonStrategyListType
 LearningObjectivesO

Description of learning objective(s) for this lesson, i.e., "Student will be able to use Pythagorean Theorem."—equates to 'benchmark' or 'goal' or other terminology

 
LearningObjectiveListType
 SupportingActivitiesO

Links to Activity objects that may support the lesson

 
ActivityRefIdListType
 LearningStandardsO

Link to associated LearningStandardItems. This allows for a single Lesson to be aligned to multiple standard statements.

 
LearningStandardItemRefIdListType
 LearningResourcesO

Links to aligned LearningResource objects.

 
LearningResourceRefIdListType
 LessonSourcesO

One or more sources for the lesson. This describes the lesson's origin.

 
LessonSourceListType
 SIF_MetadataO
 SIF_MetadataType
 SIF_ExtendedElementsO
 SIF_ExtendedElementsType
Table 3.11.10-1: Lesson
{ "Lesson": { "RefId": "6A6151B83273F352228C6411D0F09218", "xml:lang": "en", "SourceObjects": { "SourceObject": [ { "SIF_RefObject": "Assessment", "value": "538A805BCFA442AFBC30BA300309F5B1" } ] }, "CurriculumStructures": { "CurriculumStructureRefId": [ "7301432402827BAA27A48A3374F774D7" ] }, "SubjectArea": { "Code": { "value": "02" }, "OtherCodeList": { "OtherCode": [ { "Codeset": "Text", "value": "Principals of Algebra and Geometry" } ] } }, "Title": "Spatial Relations", "Duration": { "Units": "minute", "value": 85 }, "Description": "Fundamentals of Plane Geometry: Right angle triangles and the Pythagorean Theorem", "Procedure": "This lesson should only be done outside in a non-flammable area.", "Strategies": { "Strategy": [ "Group Participation" ] }, "LearningObjectives": { "LearningObjective": [ "Student will be able to use Pythagorean Theorem to calculate the perimeter of a triangle." ] }, "SupportingActivities": { "ActivityRefId": [ "A41FAAC3081441E1E5591B7A76A3E543", "D6B804025B22FB58C8F5DB44B36B8CB3" ] }, "LearningStandards": { "LearningStandardItemRefId": [ "2CB2A0EB86A9C174E883CD1F316DAECD" ] }, "LearningResources": { "LearningResourceRefId": [ "6CACAFE29BEC1941D8348612DDDBEA13", "DB7AAD3B2610D2AF8F5A131F203FE7CF", "2975C9FE99B559F3D75D78750444C979" ] }, "LessonSources": { "LessonSource": [ { "Author": [ { "Name": { "Type": "02", "Prefix": "Mr.", "LastName": "Woodall", "FirstName": "Charles", "MiddleName": "William", "PreferredName": "Chuck" }, "Organization": "NCTM", "Address": { "Type": "0123", "Street": { "Line1": "1 IBM Plaza", "Line2": "Suite 2000", "StreetNumber": "1", "StreetName": "IBM", "StreetType": "Plaza", "ApartmentType": "Suite", "ApartmentNumber": "2000" }, "City": "Chicago", "County": "Cook", "StateProvince": { "value": "IL" }, "Country": { "value": "US" }, "PostalCode": "60611" }, "Email": { "Type": "Primary", "value": "chuckw@imginc.com" } } ] } ] } } }
<Lesson RefId="6A6151B83273F352228C6411D0F09218" xml:lang="en"> <SourceObjects> <SourceObject SIF_RefObject="Assessment">538A805BCFA442AFBC30BA300309F5B1</SourceObject> </SourceObjects> <CurriculumStructures> <CurriculumStructureRefId>7301432402827BAA27A48A3374F774D7</CurriculumStructureRefId> </CurriculumStructures> <SubjectArea> <Code>02</Code> <OtherCodeList> <OtherCode Codeset="Text">Principals of Algebra and Geometry</OtherCode> </OtherCodeList> </SubjectArea> <Title>Spatial Relations</Title> <Duration Units="minute">85</Duration> <Description>Fundamentals of Plane Geometry: Right angle triangles and the Pythagorean Theorem</Description> <Procedure>This lesson should only be done outside in a non-flammable area.</Procedure> <Strategies> <Strategy>Group Participation</Strategy> </Strategies> <LearningObjectives> <LearningObjective>Student will be able to use Pythagorean Theorem to calculate the perimeter of a triangle.</LearningObjective> </LearningObjectives> <SupportingActivities> <ActivityRefId>A41FAAC3081441E1E5591B7A76A3E543</ActivityRefId> <ActivityRefId>D6B804025B22FB58C8F5DB44B36B8CB3</ActivityRefId> </SupportingActivities> <LearningStandards> <LearningStandardItemRefId>2CB2A0EB86A9C174E883CD1F316DAECD</LearningStandardItemRefId> </LearningStandards> <LearningResources> <LearningResourceRefId>6CACAFE29BEC1941D8348612DDDBEA13</LearningResourceRefId> <LearningResourceRefId>DB7AAD3B2610D2AF8F5A131F203FE7CF</LearningResourceRefId> <LearningResourceRefId>2975C9FE99B559F3D75D78750444C979</LearningResourceRefId> </LearningResources> <LessonSources> <LessonSource> <Author> <Name Type="02"> <Prefix>Mr.</Prefix> <LastName>Woodall</LastName> <FirstName>Charles</FirstName> <MiddleName>William</MiddleName> <PreferredName>Chuck</PreferredName> </Name> <Organization>NCTM</Organization> <Address Type="0123"> <Street> <Line1>1 IBM Plaza</Line1> <Line2>Suite 2000</Line2> <StreetNumber>1</StreetNumber> <StreetName>IBM</StreetName> <StreetType>Plaza</StreetType> <ApartmentType>Suite</ApartmentType> <ApartmentNumber>2000</ApartmentNumber> </Street> <City>Chicago</City> <County>Cook</County> <StateProvince>IL</StateProvince> <Country>US</Country> <PostalCode>60611</PostalCode> </Address> <Email Type="Primary">chuckw@imginc.com</Email> </Author> </LessonSource> </LessonSources> </Lesson>
Example 3.11.10-1: Lesson

3.11.11 PersonRoleAssociation

This object contains personal information about individuals to allow them to be tracked and information collected in role specific objects (e.g., StudentPersonal and StaffPersonal) to be related. In a future major release, the architecture may allow this to be streamlined..

SIF_Events are reported for this object.

PersonRoleAssociation
Figure 3.11.11-1: PersonRoleAssociation PersonRoleAssociation RefId PersonRefId AssociatedRoleRefId EntryDate ExitDate AuthoritativeSource Creator CreationDate SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharCEDS Id/URLDescriptionType
 PersonRoleAssociation 

This object contains personal information about individuals to allow them to be tracked and information collected in role specific objects (e.g., StudentPersonal and StaffPersonal) to be related. In a future major release, the architecture may allow this to be streamlined..

 
 
@
key
RefIdM

The RefId of the PersonRoleAssociation object.

 
RefIdType
 PersonRefIdM

The GUID of the person.

 
IdRefType
 AssociatedRoleRefIdM

The RefId of the *Personal SIF_Object representing this Person's role .

 
AssociatedRoleRefIdType
 EntryDateM

Effective start date of the association.

 
xs:date
 ExitDateM

Effective end date of the association.

 
xs:date
 AuthoritativeSourceM

Body or organization creating this association.

 
xs:string
 CreatorO

Name of the Creator of this association.

 
TypedCreator2Type
 CreationDateO

Creation date of the relationship.

 
xs:date
 SIF_MetadataO
 SIF_MetadataType
 SIF_ExtendedElementsO
 SIF_ExtendedElementsType
Table 3.11.11-1: PersonRoleAssociation
{ "PersonRoleAssociation": { "RefId": "F260716384746B387459000F84717C00", "PersonRefId": "F260716384746B387459000F84717C00", "AssociatedRoleRefId": { "Zone_Id": "zone.bostonpublicschools.com", "Type": "StaffPersonal", "value": "D3E34B359D75101A8C3D00AA001A1652" }, "EntryDate": "2012-01-21", "ExitDate": "2015-01-21", "AuthoritativeSource": "BPS Identity Manager", "Creator": { "Type": "StaffPersonal", "SIF_RefId": "C3E34B359D75101A8C3D00AA001A1652", "value": "Principal Ozymandias" }, "CreationDate": "2011-11-20" } }
<PersonRoleAssociation RefId="F260716384746B387459000F84717C00"> <PersonRefId>F260716384746B387459000F84717C00</PersonRefId> <AssociatedRoleRefId Zone_Id="zone.bostonpublicschools.com" Type="StaffPersonal">D3E34B359D75101A8C3D00AA001A1652</AssociatedRoleRefId> <EntryDate>2012-01-21</EntryDate> <ExitDate>2015-01-21</ExitDate> <AuthoritativeSource>BPS Identity Manager</AuthoritativeSource> <Creator Type="StaffPersonal" SIF_RefId="C3E34B359D75101A8C3D00AA001A1652">Principal Ozymandias</Creator> <CreationDate>2011-11-20</CreationDate> </PersonRoleAssociation>
Example 3.11.11-1: PersonRoleAssociation

3.11.12 ResponseToIntervention

Response to Intervention (RTI) is a multi-tier approach to the early identification and assistance of students who are having learning and/or behavioral needs. The process includes intervention, frequent progress measurement, and research-based instructional interventions for students. This object represents the information that describes the Response to Intervention. Multiple ResponsetoIntervention objects may be created for an individual student.

SIF_Events are reported for this object.

ResponseToIntervention
Figure 3.11.12-1: ResponseToIntervention ResponseToIntervention RefId StudentPersonalRefId SchoolInfoRefId StaffPersonalRefId StudentPlacementRefId RTILocalId LocationWhereInterventionDelivered InterventionProviderNames Tier Interventions SubjectArea LearningStandardItems LearningObjectives Measurements Baselines Targets EntryDate ProjectedExitDate ExitDate FrequencyTime SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharCEDS Id/URLDescriptionType
 ResponseToIntervention 

Response to Intervention (RTI) is a multi-tier approach to the early identification and assistance of students who are having learning and/or behavioral needs. The process includes intervention, frequent progress measurement, and research-based instructional interventions for students. This object represents the information that describes the Response to Intervention. Multiple ResponsetoIntervention objects may be created for an individual student.

 
 
@
key
RefIdM

The Id (GUID) that uniquely identifies a particular Response to Intervention.

 
RefIdType
@StudentPersonalRefIdM

The Id (GUID) of the student to whom this intervention is being administered.

 
IdRefType
@SchoolInfoRefIdM

The Id (GUID) of the school to which this intervention applies.

 
IdRefType
@StaffPersonalRefIdM

The Id (GUID) of the staff member who is administering this intervention.

 
IdRefType
@StudentPlacementRefIdM

The Id (GUID) that references the StudentPlacement Object that contains information that describes a specific instructional, related or transitional service that has been prescribed or recommended in the program plan developed for a student who has been placed in an individualized special program.

 
IdRefType
 RTILocalIdO

A local ID that may be used to identify this intervention for the student.

 
LocalIdType
 LocationWhereInterventionDeliveredO

This is where the actual intervention would take place. For example, if at a tutoring provider, then the tutoring organization would be named.

 
xs:normalizedString
 InterventionProviderNamesO

A list of persons providing the intervention.

 
InterventionProviderNameListType
 TierM

The specific tier of intervention.

 
xs:decimal
 InterventionsM

The list of interventions applied here.

 
InterventionListType
 SubjectAreaM

The subject for which this intervention is intended.

 
SubjectAreaType
 LearningStandardItemsO

List of LearningStandardItems.

 
LearningStandardItemRefIdListType
 LearningObjectivesO

The specific learning objective(s) being addressed by this intervention.

 
LearningObjectiveListType
 MeasurementsO
 ResponseToInterventionMeasurementListType
 BaselinesO

List of pre-assessment data used to evaluate the student on the learning objective.

 
BaselineListType
 TargetsO

List of specific end aims.

 
TargetListType
 EntryDateO

When the intervention begins.

 
xs:date
 ProjectedExitDateO

When the intervention is anticipated to end.

 
xs:date
 ExitDateO

Date of when the intervention actually ended.

 
xs:date
 FrequencyTimeO

The frequency of the intervention.

 
InterventionFrequencyTimeType
 SIF_MetadataO
 SIF_MetadataType
 SIF_ExtendedElementsO
 SIF_ExtendedElementsType
Table 3.11.12-1: ResponseToIntervention
{ "ResponseToIntervention": { "RefId": "1652D3E34F419D75101A8C3D00AA001A", "StudentPersonalRefId": "DE072A87EFAD4B778AF9FAF83C94839E", "SchoolInfoRefId": "1947AB893C29F73910FEC3827A239CB1", "StaffPersonalRefId": "DCE34B359D75101A8C3D00AA001A1652", "StudentPlacementRefId": "869670E8540A43509515AFB767FADD9A", "RTILocalId": "837D3", "LocationWhereInterventionDelivered": "Classroom", "InterventionProviderNames": { "InterventionProviderName": [ { "StaffPersonalRefId": "1652D3E34F419D75101A8C3D00AA001A", "value": "" }, { "OtherProvider": "Mary Smith" } ] }, "Tier": 11.0, "Interventions": { "Intervention": [ { "InterventionName": "Read Naturally", "InterventionDescription": "This program develops fluency, vocabulary development and comprehension based upon research-based strategies of teacher modeling, repeated reading and progress monitoring. Computer software will be used.", "InterventionType": { "value": "Computer Assisted" }, "InterventionDelivery": { "value": "Individual" } } ] }, "SubjectArea": { "Code": { "value": "01" }, "OtherCodeList": { "OtherCode": [ { "Codeset": "Text", "value": "Reading" } ] } }, "LearningStandardItems": { "LearningStandardItemRefId": [ "A5D75F789175101B8C7E08EA123A8234" ] }, "LearningObjectives": { "LearningObjective": [ "The student will develop reading fluency by applying phonetic analysis to\n multiple syllable words while reading the words." ] }, "Measurements": { "Measurement": [ { "MeasurementTool": "DIBELS", "FrequencyofMeasure": { "value": "S005" } } ] }, "Baselines": { "Baseline": [ "ORF 40" ] }, "Targets": { "Target": [ "ORF 70", "ORF 95", "ORF 110" ] }, "EntryDate": "2011-09-01", "ProjectedExitDate": "2012-05-12", "FrequencyTime": { "Code": { "value": "S001" }, "Duration": { "UnitOfMeasure": "Minutes", "value": 120 } } } }
<ResponseToIntervention RefId="1652D3E34F419D75101A8C3D00AA001A" StudentPersonalRefId="DE072A87EFAD4B778AF9FAF83C94839E" SchoolInfoRefId="1947AB893C29F73910FEC3827A239CB1" StaffPersonalRefId="DCE34B359D75101A8C3D00AA001A1652" StudentPlacementRefId="869670E8540A43509515AFB767FADD9A"> <RTILocalId>837D3</RTILocalId> <LocationWhereInterventionDelivered>Classroom</LocationWhereInterventionDelivered> <InterventionProviderNames> <InterventionProviderName StaffPersonalRefId="1652D3E34F419D75101A8C3D00AA001A" /> <InterventionProviderName> <OtherProvider>Mary Smith</OtherProvider> </InterventionProviderName> </InterventionProviderNames> <Tier>11.0</Tier> <Interventions> <Intervention> <InterventionName>Read Naturally</InterventionName> <InterventionDescription>This program develops fluency, vocabulary development and comprehension based upon research-based strategies of teacher modeling, repeated reading and progress monitoring. Computer software will be used.</InterventionDescription> <InterventionType>Computer Assisted</InterventionType> <InterventionDelivery>Individual</InterventionDelivery> </Intervention> </Interventions> <SubjectArea> <Code>01</Code> <OtherCodeList> <OtherCode Codeset="Text">Reading</OtherCode> </OtherCodeList> </SubjectArea> <LearningStandardItems> <LearningStandardItemRefId>A5D75F789175101B8C7E08EA123A8234</LearningStandardItemRefId> </LearningStandardItems> <LearningObjectives> <LearningObjective>The student will develop reading fluency by applying phonetic analysis to multiple syllable words while reading the words.</LearningObjective> </LearningObjectives> <Measurements> <Measurement> <MeasurementTool>DIBELS</MeasurementTool> <FrequencyofMeasure>S005</FrequencyofMeasure> </Measurement> </Measurements> <Baselines> <Baseline>ORF 40</Baseline> </Baselines> <Targets> <Target>ORF 70</Target> <Target>ORF 95</Target> <Target>ORF 110</Target> </Targets> <EntryDate>2011-09-01</EntryDate> <ProjectedExitDate>2012-05-12</ProjectedExitDate> <FrequencyTime> <Code>S001</Code> <Duration UnitOfMeasure="Minutes">120</Duration> </FrequencyTime> </ResponseToIntervention>
Example 3.11.12-1: ResponseToIntervention

3.11.13 RTIResults

Response to Intervention (RTI) is a multi-tier approach to the early identification and assistance of students who are having learning and/or behavioral needs. This object records the individual learner information for an assigned ResponseToIntervention.

SIF_Events are reported for this object.

RTIResults
Figure 3.11.13-1: RTIResults RTIResults RefId StudentPersonalRefId StudentPlacementRefId ResponseToInterventionRefId RTILocalId Intervention PerformanceIndicators Measurements Baselines Targets Results SIF_Metadata SIF_ExtendedElements
 Element/@AttributeCharCEDS Id/URLDescriptionType
 RTIResults 

Response to Intervention (RTI) is a multi-tier approach to the early identification and assistance of students who are having learning and/or behavioral needs. This object records the individual learner information for an assigned ResponseToIntervention.

 
 
@
key
RefIdM

The Id (GUID) that uniquely identifies the results of a particular Response to Intervention.

 
RefIdType
@StudentPersonalRefIdM

The Id (GUID) of the student being administered the intervention..

 
IdRefType
@StudentPlacementRefIdM

The Id (GUID) that references the StudentPlacement Object that contains information that describes a specific instructional, related or transitional service that has been prescribed or recommended in the program plan developed for a student who has been placed in an individualized special program.

 
IdRefType
@ResponseToInterventionRefIdM

The Id (GUID) of the reference to the ResponseToIntervention that has been assigned for this individual learner.

 
IdRefType
 RTILocalIdO

A local ID that may be used to identify this intervention for the student.

 
LocalIdType
 InterventionO

Naming of the intervention.

 
xs:normalizedString
 PerformanceIndicatorsO

The specific measurement goals at the end of the intervention that each student should reach.

 
PerformanceIndicatorListType
 MeasurementsO

The specific measurement goals at the end of the intervention that each student should reach.

 
ResponseToInterventionMeasurementListType
 BaselinesO

List of pre-assessment data used to evaluate the student on the learning objective.

 
BaselineListType
 TargetsO

List of specific end aims.

 
TargetListType
 ResultsO
 ResultListType
 SIF_MetadataO
 SIF_MetadataType
 SIF_ExtendedElementsO
 SIF_ExtendedElementsType
Table 3.11.13-1: RTIResults
{ "RTIResults": { "RefId": "1652D3E34F419D75101A8C3D00AA001A", "StudentPersonalRefId": "F260716384746B387459000F84717C00", "StudentPlacementRefId": "DE072A87EFAD4B778AF9FAF83C94839E", "ResponseToInterventionRefId": "869670E8540A43509515AFB767FADD9A", "RTILocalId": "837D3", "Intervention": "Read Naturally", "PerformanceIndicators": { "PerformanceIndicator": [ "ORF 120" ] }, "Measurements": { "Measurement": [ { "MeasurementTool": "DIBELS", "FrequencyofMeasure": { "value": "S005" } } ] }, "Baselines": { "Baseline": [ "ORF 40" ] }, "Targets": { "Target": [ "ORF 70", "ORF 95", "ORF 110" ] }, "Results": { "Result": [ "ORF 68", "ORF 99", "ORF 118" ] } } }
<RTIResults RefId="1652D3E34F419D75101A8C3D00AA001A" StudentPersonalRefId="F260716384746B387459000F84717C00" StudentPlacementRefId="DE072A87EFAD4B778AF9FAF83C94839E" ResponseToInterventionRefId="869670E8540A43509515AFB767FADD9A"> <RTILocalId>837D3</RTILocalId> <Intervention>Read Naturally</Intervention> <PerformanceIndicators> <PerformanceIndicator>ORF 120</PerformanceIndicator> </PerformanceIndicators> <Measurements> <Measurement> <MeasurementTool>DIBELS</MeasurementTool> <FrequencyofMeasure>S005</FrequencyofMeasure> </Measurement> </Measurements> <Baselines> <Baseline>ORF 40</Baseline> </Baselines> <Targets> <Target>ORF 70</Target> <Target>ORF 95</Target> <Target>ORF 110</Target> </Targets> <Results> <Result>ORF 68</Result> <Result>ORF 99</Result> <Result>ORF 118</Result> </Results> </RTIResults>
Example 3.11.13-1: RTIResults

Valid XHTML 1.0 Transitional