Assessment Domain - Model Diagrams

This section contains reference information for the Assessment domain model and subdomains.

Assessment Model UML Diagram

Assessment Domain (click to enlarge)

Learning Standard Subdomain

Many states have learning standards that drive the curriculum and the assessments. The Common Core State Standards Initiative (www.corestandards.org) is a national initiative for standards in this area. For states that use the Common Core, or have their own standards, the assessment model has entities for LearningStandard.

The model supports a hierarchical taxonomy of learning skills using multiple levels of LearningStandard, which may correspond to levels of subjects, domains, or strands; the LearningStandardScope element captures the appropriate scope of these levels whereas the SuccessCriteria element captures the criterion that teacher and students use to check for attainment of the objective.

The LearningStandard entity may also be hierarchically organized to support the use case that adopters of the Common Core often decompose a standard into lower level standards in their curriculum. The HasAssociatedPrerequisite association captures prerequisites for a learning standard as would be specified in a learning map.

The LearningStandardEquivalenceAssociation allows for standards of varying scopes and sources, defined using the LearningStandardScope and Namespace elements respectively, to have a defined equivalence and strength of equivalence.

Assessment, Learning Standards Model UML Diagram


Assessment - Standards Subdomain (click to enlarge)

Deprecated

LearningObjective is deprecated. Users of this element are advised to use LearningStandard instead. Expect removal of this element in a future release.

Assessment Metadata Subdomain

Assessment metadata is information describing the assessment instrument itself. This includes details about the overall Assessment, defined ObjectiveAssessments, and individual AssessmentItems.

Score and performance level (or cut score) metadata can be defined in the Assessment and ObjectiveAssessment entities. AssessmentItem details include questions including associated learning standards, the item text, all possible responses, and the correct response.

Assessments can be associated with a particular section, program, or remain stand-alone. For example, if an Assessment is defined to assess Common Core Standards, then the association shall be with Section. If the Assessment is defined to assess the Developmental Domains by an Early Learning program, then the association shall be with Program. On the other hand, if the Assessment 

Assessment, Assessment Metadata Model UML Diagram

Assessment - Assessment Metadata Subdomain (click to enlarge)

Student Assessment Subdomain

The Assessment entity represents a specific administration of an assessment. The Assessment entity contains the minimum amount of metadata required for an assessment.

  • If the Assessment entity is associated with one or more sections, an association is made to the section(s).
  • The ObjectiveAssessment entity is the optional identification of portions of the assessment that test specific learning objectives. If required, there can be multiple levels of hierarchical ObjectiveAssessments entities.
  • The AssessmentItem entity supports the optional identification of the individual questions or items on a test to be scored. Typically, the identification of AssessmentItems entities is done in conjunction with their mapping to LearningStandards entities.
  • If the assessment references the Common Core or other state standards for LearningStandards and LearningObjectives entities, then the assessment metadata would reference the preloaded standards. If the assessment references its own set of LearningObjectives and/or LearningStandards entities, then that data would be loaded as assessment metadata. An ObjectiveAssessment entity may test one or more LearningObjectives entities, and/or may test one or more LearningStandards entities.

The student's assessment results follow a similar structure to the assessment metadata.

  • The StudentAssessment entity holds the overall assessment score and other information about a specific student's results for a specific assessment. This entity is associated with a specific student.
  • The StudentObjectiveAssessment common type included in the StudentAssessment entity optionally holds the student's score for individually scored results for a specific learning objective. If the assessment metadata includes objective assessments, then there would be corresponding StudentObjectiveAssessments entities for each student.
  • The StudentAssessmentItem common type included in the StudentAssessment entity optionally holds the student's score for individual AssessmentItems entities. If the assessment metadata includes AssessmentItems, then there would be corresponding StudentAssessmentItems entities for each student.

Assessment, Student Assessment Model UML Diagram

Assessment - Student Assessment Subdomain (click to enlarge)