Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema ERR_schema.xsd
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
A metadata schema for describing resources in a registry of educational
resources.
This schema draws on concepts and patterns used in VOResource v1.0
(http://www.ivoa.net/xml/VOResource/v1.0) by Plante et al. 2008, VOResource: an XML
Encoding Schema for Resource Metadata, v. 1.03
(http://www.ivoa.net/documents/latest/VOResource.html). It is furthermore based on the
"Res-MD" schema included as part of the NIST Materials Resource Registry.
Properties
attribute form default unqualified
element form default qualified
version 0.11-18-2020
[ top ]
Element err:Resource
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
a root element for a document describing a Resource, an identified,
described, and discoverable component of the distributed data environment.
Diagram
Diagramindex.tmp#https___data.nist.gov_od_dm_err_edu_resource_v1.0_Resource_localidindex.tmp#https___data.nist.gov_od_dm_err_edu_resource_v1.0_Resource_statusindex.tmp#https___data.nist.gov_od_dm_err_edu_resource_v1.0_Resource_identityindex.tmp#https___data.nist.gov_od_dm_err_edu_resource_v1.0_Resource_contentindex.tmp#https___data.nist.gov_od_dm_err_edu_resource_v1.0_Resource_roleindex.tmp#https___data.nist.gov_od_dm_err_edu_resource_v1.0_Resource
Type err:Resource
Properties
content complex
Model
Children err:content, err:identity, err:role
Instance
<err:Resource localid="" status="" xmlns:err="https://data.nist.gov/od/dm/err/edu_resource/v1.0">
  <err:identity>{1,1}</err:identity>
  <err:content>{1,1}</err:content>
  <err:role>{1,unbounded}</err:role>
</err:Resource>
Attributes
QName Type Use Annotation
localid xs:string optional
An unambiguous identifier for this resource description as
assigned by its author or its curating registry.
This attribute is required on export.
Authors may use this identifier for a proxy ID for the underlying
resource if one does not exist; if so desired, this ID should be replicated as
an identifier under the identity section.
status restriction of xs:string required
a tag indicating whether this resource is believed to be still
actively maintained.
Source
<xs:element name="Resource" type="err:Resource">
  <xs:annotation>
    <xs:appinfo>
      <label/>
    </xs:appinfo>
    <xs:documentation>a root element for a document describing a Resource, an identified, described, and discoverable component of the distributed data environment.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Resource / err:identity
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
a collection of metadata that help identify the resource in
various contexts. It includes its title and unique identifiers.
Note that the ensemble of metadata contained here do not
define the identity uniquely and unambiguously; rather, any of the given
identifier element values (and only those values) can do that for the
context of that identifier.
Diagram
Diagramindex.tmp#Identity_titleindex.tmp#Identity_refindex.tmp#Identity_organizationindex.tmp#Identity_versionindex.tmp#Identity_identifierindex.tmp#Identity_logoindex.tmp#Identity
Type err:Identity
Properties
content complex
Model
Children err:identifier, err:logo, err:organization, err:ref, err:title, err:version
Instance
<err:identity xmlns:err="https://data.nist.gov/od/dm/err/edu_resource/v1.0">
  <err:title>{1,1}</err:title>
  <err:ref>{1,1}</err:ref>
  <err:organization>{0,1}</err:organization>
  <err:version>{0,1}</err:version>
  <err:identifier>{0,unbounded}</err:identifier>
  <err:logo>{0,1}</err:logo>
</err:identity>
Source
<xs:element name="identity" type="err:Identity">
  <xs:annotation>
    <xs:appinfo>
      <label>Identity</label>
    </xs:appinfo>
    <xs:documentation>a collection of metadata that help identify the resource in various contexts. It includes its title and unique identifiers.</xs:documentation>
    <xs:documentation>Note that the ensemble of metadata contained here do not define the identity uniquely and unambiguously; rather, any of the given identifier element values (and only those values) can do that for the context of that identifier.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Identity / err:title
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
the full name given to the resource
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="title" type="xs:token">
  <xs:annotation>
    <xs:appinfo>
      <label>Resource Name</label>
      <placeholder>Enter your Resource's name</placeholder>
      <tooltip>The full name given to the resource</tooltip>
      <am:dcterm>Title</am:dcterm>
      <am:dataciteproperty>Title</am:dataciteproperty>
    </xs:appinfo>
    <xs:documentation>the full name given to the resource</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Identity / err:ref
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
URL pointing to the definitive, human-readable document or
web page that serves as the primary description of or entry to this
resource.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 1
Source
<xs:element name="ref" type="xs:anyURI" minOccurs="1">
  <xs:annotation>
    <xs:appinfo>
      <label>Resource URL</label>
      <placeholder>Enter a web site URL</placeholder>
      <tooltip>URL pointing to the definitive, human-readable document or web page that serves as the primary description of or entry to this resource.</tooltip>
    </xs:appinfo>
    <xs:documentation>URL pointing to the definitive, human-readable document or web page that serves as the primary description of or entry to this resource.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Identity / err:organization
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
The organization that created this resource
Diagram
Diagram
Type xs:token
Properties
content simple
minOccurs 0
Source
<xs:element name="organization" type="xs:token" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <label>Organization</label>
      <placeholder>Enter the organization responsible for this resource</placeholder>
    </xs:appinfo>
    <xs:documentation>The organization that created this resource</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Identity / err:version
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Label a particular release or variation of the resource.
Different versions of a resource typically share the same
title.
Diagram
Diagram
Type xs:token
Properties
content simple
minOccurs 0
Source
<xs:element name="version" type="xs:token" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <label>Version</label>
      <placeholder>Enter your Resource's version</placeholder>
    </xs:appinfo>
    <xs:documentation>Label a particular release or variation of the resource.</xs:documentation>
    <xs:documentation>Different versions of a resource typically share the same title.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Identity / err:identifier
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Unambiguous reference to the resource using a recognized
identifier system.
Multiple identifiers can be given if the resource is
identified in multiple identifier systems.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="identifier" type="xs:anyURI" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <label>Identifier</label>
      <placeholder>Enter your Resource's identifier</placeholder>
      <am:dcterm>Identifier</am:dcterm>
    </xs:appinfo>
    <xs:documentation>Unambiguous reference to the resource using a recognized identifier system.</xs:documentation>
    <xs:documentation>Multiple identifiers can be given if the resource is identified in multiple identifier systems.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Identity / err:logo
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Diagram
Type xs:anyURI
Properties
Source
[ top ]
Element err:Resource / err:content
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
General information describing what the resource is and, as
appropriate, what it contains.
Diagram
Diagramindex.tmp#Content_schoolLevelindex.tmp#Content_schoolSubjectindex.tmp#Content_topicindex.tmp#Content_standardsBodyindex.tmp#Content_standardindex.tmp#Content_keywordindex.tmp#Content_summaryindex.tmp#Content_resourceFormatindex.tmp#Content_educatorSharedindex.tmp#Content_languageindex.tmp#Content_associatedEventindex.tmp#Content_peerReviewedindex.tmp#Content_peerReviewerindex.tmp#Content_dateCreatedindex.tmp#Content_dateUpdatedindex.tmp#Content_targetAudienceindex.tmp#Content_previewindex.tmp#Content
Type err:Content
Properties
content complex
Model
Children err:associatedEvent, err:dateCreated, err:dateUpdated, err:educatorShared, err:keyword, err:language, err:peerReviewed, err:peerReviewer, err:preview, err:resourceFormat, err:schoolLevel, err:schoolSubject, err:standard, err:standardsBody, err:summary, err:targetAudience, err:topic
Instance
<err:content xmlns:err="https://data.nist.gov/od/dm/err/edu_resource/v1.0">
  <err:schoolLevel>{1,unbounded}</err:schoolLevel>
  <err:schoolSubject>{1,unbounded}</err:schoolSubject>
  <err:topic>{0,unbounded}</err:topic>
  <err:standardsBody>{0,unbounded}</err:standardsBody>
  <err:standard>{0,unbounded}</err:standard>
  <err:keyword>{0,unbounded}</err:keyword>
  <err:summary>{0,1}</err:summary>
  <err:resourceFormat>{0,unbounded}</err:resourceFormat>
  <err:educatorShared>{1,1}</err:educatorShared>
  <err:language>{0,unbounded}</err:language>
  <err:associatedEvent>{0,unbounded}</err:associatedEvent>
  <err:peerReviewed>{1,1}</err:peerReviewed>
  <err:peerReviewer>{0,unbounded}</err:peerReviewer>
  <err:dateCreated role="">{1,1}</err:dateCreated>
  <err:dateUpdated role="">{0,1}</err:dateUpdated>
  <err:targetAudience>{0,unbounded}</err:targetAudience>
  <err:preview>{0,1}</err:preview>
</err:content>
Source
<xs:element name="content" type="err:Content">
  <xs:annotation>
    <xs:appinfo>
      <label>Content</label>
    </xs:appinfo>
    <xs:documentation>General information describing what the resource is and, as appropriate, what it contains.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:schoolLevel
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that identify the targeted grade level(s)
for this resource
Diagram
Diagramindex.tmp#SchoolLevel
Type err:SchoolLevel
Properties
content simple
maxOccurs unbounded
Facets
enumeration Pre-K
Preschool to kindergarden
enumeration K-5
Elementary school level (Kindergarden to 5th grade)
enumeration 6-8
Middle school level (6th to 8th grade)
enumeration 9-12
High school level (9th to 12th grade)
enumeration UG-Intro
Introduction undergraduate level
enumeration UG-Advanced
Advanced undergraduate level
enumeration Graduate
Graduate level
enumeration Continuing Education
Continuing Education
enumeration Workforce Education
Workforce Education
enumeration Education Professional Development
Professional Development for educators
enumeration Unclassified
Grade level is unclassified
enumeration Community College
Community College (Associate's Level)
Source
<xs:element name="schoolLevel" type="err:SchoolLevel" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <label>School Level</label>
    </xs:appinfo>
    <xs:documentation>Controlled labels that identify the targeted grade level(s) for this resource</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:schoolSubject
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that identify the school subject(s) covered
by this resource
Diagram
Diagramindex.tmp#SchoolSubject
Type err:SchoolSubject
Properties
content simple
maxOccurs unbounded
Facets
enumeration Biology
Biology
enumeration Chemistry
Chemistry
enumeration Computer Sciences
Computer Sciences
enumeration Earth Science
Earth Science
enumeration Energy
Energy
enumeration Engineering
Engineering
enumeration Life Sciences
Life Sciences
enumeration Material Science
Material Science
enumeration Mathematics
Mathematics
enumeration Math - 6th grade
Mathematics (6th grade level)
enumeration Math - 7th grade
Mathematics (7th grade level)
enumeration Math - 8th grade
Mathematics (8th grade level)
enumeration Pre-Algebra
Pre-Algebra
enumeration Algebra 1
Algebra 1
enumeration Geometry
Geometry
enumeration Algebra 2
Algebra 2
enumeration Pre-Calculus
Pre-Calculus
enumeration Calculus
Calculus
enumeration Statistics
Statistics
enumeration Linear Algebra
Linear Algebra
enumeration Nanoscience
Nanoscience
enumeration Natural Resources Sciences
Natural Resources Sciences
enumeration Oceanography
Oceanography
enumeration Physical Science
Physical Science
enumeration Physics
Physics
enumeration Other
Other (not covered by the other subjects)
enumeration All
This resource involves all subjects
Source
<xs:element name="schoolSubject" type="err:SchoolSubject" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <label>School Subject</label>
    </xs:appinfo>
    <xs:documentation>Controlled labels that identify the school subject(s) covered by this resource</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:topic
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
A free-text educational topic addressed by this resource
Diagram
Diagram
Type xs:token
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="topic" type="xs:token" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <label>Topic</label>
    </xs:appinfo>
    <xs:documentation>A free-text educational topic addressed by this resource</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:standardsBody
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
A standards body whose educational standards are addressed by
this resource (taken from a controlled list)
Diagram
Diagramindex.tmp#StandardsBody
Type err:StandardsBody
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
enumeration NGSS
Next Generation Science Standards
enumeration CCSS-M
Common Core State Standards (Math)
enumeration ITSE
International Society for Technology in Education
enumeration Non-STEM
Other educational standards body (non-Science, Technology,
Engineering, or ath related)
Source
<xs:element name="standardsBody" type="err:StandardsBody" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <label>Standards Body</label>
    </xs:appinfo>
    <xs:documentation>A standards body whose educational standards are addressed by this resource (taken from a controlled list)</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:standard
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
An educational standard addressed by this resource (taken
from a controlled list)
Diagram
Diagramindex.tmp#Standard
Type err:Standard
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
enumeration NGSS-K-PS2-1
Next Generation Science Standards - Plan and conduct an
investigation to compare the effects of different strengths or different
directions of pushes and pulls on the motion of an object.
enumeration NGSS-K-PS2-2
Next Generation Science Standards - Analyze data to determine
if a design solution works as intended to change the speed or direction of
an object with a push or a pull.
enumeration NGSS-K-PS3-1
Next Generation Science Standards - Make observations to
determine the effect of sunlight on Earth’s surface.
enumeration NGSS-K-PS3-2
Next Generation Science Standards - Use tools and materials
to design and build a structure that will reduce the warming effect of
sunlight on an area.
enumeration NGSS-K-LS1-1
Next Generation Science Standards - Use observations to
describe patterns of what plants and animals (including humans) need to
survive.
enumeration NGSS-K-ESS2-1
Next Generation Science Standards - Use and share
observations of local weather conditions to describe patterns over time.
enumeration NGSS-K-ESS2-2
Next Generation Science Standards - Construct an argument
supported by evidence for how plants and animals (including humans) can
change the environment to meet their needs.
enumeration NGSS-K-ESS3-1
Next Generation Science Standards - Use a model to represent
the relationship between the needs of different plants or animals (including
humans) and the places they live.
enumeration NGSS-K-ESS3-2
Next Generation Science Standards - Ask questions to obtain
information about the purpose of weather forecasting to prepare for, and
respond to, severe weather.
enumeration NGSS-K-ESS3-3
Next Generation Science Standards - Communicate solutions
that will reduce the impact of humans on the land, water, air, and/or other
living things in the local environment.
enumeration NGSS-1-PS4-1
Next Generation Science Standards - Plan and conduct
investigations to provide evidence that vibrating materials can make sound
and that sound can make materials vibrate.
enumeration NGSS-1-PS4-2
Next Generation Science Standards - Make observations to
construct an evidence-based account that objects can be seen only when
illuminated.
enumeration NGSS-1-PS4-3
Next Generation Science Standards - Plan and conduct an
investigation to determine the effect of placing objects made with different
materials in the path of a beam of light.
enumeration NGSS-1-PS4-4
Next Generation Science Standards - Use tools and materials
to design and build a device that uses light or sound to solve the problem
of communicating over a distance.
enumeration NGSS-1-LS1-1
Next Generation Science Standards - Use materials to design a
solution to a human problem by mimicking how plants and/or animals use their
external parts to help them survive, grow, and meet their needs.
enumeration NGSS-1-LS1-2
Next Generation Science Standards - Read texts and use media
to determine patterns in behavior of parents and offspring that help
offspring survive.
enumeration NGSS-1-LS3-1
Next Generation Science Standards - Make observations to
construct an evidence-based account that young plants and animals are like,
but not exactly like, their parents.
enumeration NGSS-1-ESS1-1
Next Generation Science Standards - Use observations of the
sun, moon, and stars to describe patterns that can be predicted.
enumeration NGSS-1-ESS1-2
Next Generation Science Standards - Make observations at
different times of year to relate the amount of daylight to the time of
year.
enumeration NGSS-2-PS1-1
Next Generation Science Standards - Plan and conduct an
investigation to describe and classify different kinds of materials by their
observable properties.
enumeration NGSS-2-PS1-2
Next Generation Science Standards - Analyze data obtained
from testing different materials to determine which materials have the
properties that are best suited for an intended purpose.
enumeration NGSS-2-PS1-3
Next Generation Science Standards - Make observations to
construct an evidence-based account of how an object made of a small set of
pieces can be disassembled and made into a new object.
enumeration NGSS-2-PS1-4
Next Generation Science Standards - Construct an argument
with evidence that some changes caused by heating or cooling can be reversed
and some cannot.
enumeration NGSS-2-LS2-1
Next Generation Science Standards - Plan and conduct an
investigation to determine if plants need sunlight and water to grow.
enumeration NGSS-2-LS2-2
Next Generation Science Standards - Develop a simple model
that mimics the function of an animal in dispersing seeds or pollinating
plants.
enumeration NGSS-2-
Next Generation Science Standards - LS4-1 Make observations
of plants and animals to compare the diversity of life in different
habitats.
enumeration NGSS-2-ESS1-1
Next Generation Science Standards - Use information from
several sources to provide evidence that Earth events can occur quickly or
slowly.
enumeration NGSS-2-ESS2-1
Next Generation Science Standards - Compare multiple
solutions designed to slow or prevent wind or water from changing the shape
of the land.
enumeration NGSS-2-ESS2-2
Next Generation Science Standards - Develop a model to
represent the shapes and kinds of land and bodies of water in an area.
enumeration NGSS-2-ESS2-3
Next Generation Science Standards - Obtain information to
identify where water is found on Earth and that it can be solid or liquid.
enumeration NGSS-K-2-ETS1-1
Next Generation Science Standards - Ask questions, make
observations, and gather information about a situation people want to change
to define a simple problem that can be solved through the development of a
new or improved object or tool.
enumeration NGSS-K-2-ETS1-2
Next Generation Science Standards - Develop a simple sketch,
drawing, or physical model to illustrate how the shape of an object helps it
function as needed to solve a given problem.
enumeration NGSS-K-2-ETS1-3
Next Generation Science Standards - Analyze data from tests
of two objects designed to solve the same problem to compare the strengths
and weaknesses of how each performs.
enumeration NGSS-3-PS2-1
Next Generation Science Standards - Plan and conduct an
investigation to provide evidence of the effects of balanced and unbalanced
forces on the motion of an object.
enumeration NGSS-3-PS2-2
Next Generation Science Standards - Make observations and/or
measurements of an object’s motion to provide evidence that a pattern can be
used to predict future motion.
enumeration NGSS-3-PS2-3
Next Generation Science Standards - Ask questions to
determine cause and effect relationships of electric or magnetic
interactions between two objects not in contact with each other.
enumeration NGSS-3-PS2-4
Next Generation Science Standards - Define a simple design
problem that can be solved by applying scientific ideas about magnets.
enumeration NGSS-3-LS1-1
Next Generation Science Standards - Develop models to
describe that organisms have unique and diverse life cycles but all have in
common birth, growth, reproduction, and death.
enumeration NGSS-3-LS2-1
Next Generation Science Standards - Construct an argument
that some animals form groups that help members survive.
enumeration NGSS-3-LS3-1
Next Generation Science Standards - Analyze and interpret
data to provide evidence that plants and animals have traits inherited from
parents and that variation of these traits exists in a group of similar
organisms.
enumeration NGSS-3-LS3-2
Next Generation Science Standards - Use evidence to support
the explanation that traits can be influenced by the environment.
enumeration NGSS-3-LS4-1
Next Generation Science Standards - Analyze and interpret
data from fossils to provide evidence of the organisms and the environments
in which they lived long ago.
enumeration NGSS-3-LS4-2
Next Generation Science Standards - Use evidence to construct
an explanation for how the variations in characteristics among individuals
of the same species may provide advantages in surviving, finding mates, and
reproducing.
enumeration NGSS-3-LS4-3
Next Generation Science Standards - Construct an argument
with evidence that in a particular habitat some organisms can survive well,
some survive less well, and some cannot survive at all.
enumeration NGSS-3-LS4-4
Next Generation Science Standards - Make a claim about the
merit of a solution to a problem caused when the environment changes and the
types of plants and animals that live there may change.
enumeration NGSS-3-ESS2-1
Next Generation Science Standards - Represent data in tables
and graphical displays to describe typical weather conditions expected
during a particular season.
enumeration NGSS-3-ESS2-2
Next Generation Science Standards - Obtain and combine
information to describe climates in different regions of the world.
enumeration NGSS-3-ESS3-1
Next Generation Science Standards - Make a claim about the
merit of a design solution that reduces the impacts of a weather-related
hazard.
enumeration NGSS-4-PS3-1
Next Generation Science Standards - Use evidence to construct
an explanation relating the speed of an object to the energy of that object.
enumeration NGSS-4-PS3-2
Next Generation Science Standards - Make observations to
provide evidence that energy can be transferred from place to place by
sound, light, heat, and electric currents.
enumeration NGSS-4-PS3-3
Next Generation Science Standards - Ask questions and predict
outcomes about the changes in energy that occur when objects collide.
enumeration NGSS-4-PS3-4
Next Generation Science Standards - Apply scientific ideas to
design, test, and refine a device that converts energy from one form to
another.
enumeration NGSS-4-PS4-1
Next Generation Science Standards - Develop a model of waves
to describe patterns in terms of amplitude and wavelength and that waves can
cause objects to move.
enumeration NGSS-4-PS4-2
Next Generation Science Standards - Develop a model to
describe that light reflecting from objects and entering the eye allows
objects to be seen.
enumeration NGSS-4-PS4-3
Next Generation Science Standards - Generate and compare
multiple solutions that use patterns to transfer information.
enumeration NGSS-4-LS1-1
Next Generation Science Standards - Construct an argument
that plants and animals have internal and external structures that function
to support survival, growth, behavior, and reproduction.
enumeration NGSS-4-LS1-2
Next Generation Science Standards - Use a model to describe
that animals receive different types of information through their senses,
process the information in their brain, and respond to the information in
different ways.
enumeration NGSS-4-ESS1-1
Next Generation Science Standards - Identify evidence from
patterns in rock formations and fossils in rock layers to support an
explanation for changes in a landscape over time.
enumeration NGSS-4-ESS2-1
Next Generation Science Standards - Make observations and/or
measurements to provide evidence of the effects of weathering or the rate of
erosion by water, ice, wind, or vegetation.
enumeration NGSS-4-ESS2-2
Next Generation Science Standards - Analyze and interpret
data from maps to describe patterns of Earth’s features.
enumeration NGSS-4-ESS3-1
Next Generation Science Standards - Obtain and combine
information to describe that energy and fuels are derived from natural
resources and their uses affect the environment.
enumeration NGSS-4-ESS3-2
Next Generation Science Standards - Generate and compare
multiple solutions to reduce the impacts of natural Earth processes on
humans.
enumeration NGSS-5-PS1-1
Next Generation Science Standards - Develop a model to
describe that matter is made of particles too small to be seen.
enumeration NGSS-5-PS1-2
Next Generation Science Standards - Measure and graph
quantities to provide evidence that regardless of the type of change that
occurs when heating, cooling, or mixing substances, the total weight of
matter is conserved.
enumeration NGSS-5-PS1-3
Next Generation Science Standards - Make observations and
measurements to identify materials based on their properties.
enumeration NGSS-5-PS1-4
Next Generation Science Standards - Conduct an investigation
to determine whether the mixing of two or more substances results in new
substances.
enumeration NGSS-5-PS2-1
Next Generation Science Standards - Support an argument that
the gravitational force exerted by Earth on objects is directed down.
enumeration NGSS-5-PS3-1
Next Generation Science Standards - Use models to describe
that energy in animals’ food (used for body repair, growth, motion, and to
maintain body warmth) was once energy from the sun.
enumeration NGSS-5-LS1-1
Next Generation Science Standards - Support an argument that
plants get the materials they need for growth chiefly from air and water.
enumeration NGSS-5-LS2-1
Next Generation Science Standards - Develop a model to
describe the movement of matter among plants, animals, decomposers, and the
environment.
enumeration NGSS-5-ESS1-1
Next Generation Science Standards - Support an argument that
differences in the apparent brightness of the sun compared to other stars is
due to their relative distances from Earth.
enumeration NGSS-5-ESS1-2
Next Generation Science Standards - Represent data in
graphical displays to reveal patterns of daily changes in length and
direction of shadows, day and night, and the seasonal appearance of some
stars in the night sky.
enumeration NGSS-5-ESS2-1
Next Generation Science Standards - Develop a model using an
example to describe ways the geosphere, biosphere, hydrosphere, and/or
atmosphere interact.
enumeration NGSS-5-ESS2-2
Next Generation Science Standards - Describe and graph the
amounts and percentages of water and fresh water in various reservoirs to
provide evidence about the distribution of water on Earth.
enumeration NGSS-5-ESS3-1
Next Generation Science Standards - Obtain and combine
information about ways individual communities use science ideas to protect
the Earth’s resources and environment.
enumeration NGSS-3-5-ETS1-1
Next Generation Science Standards - Define a simple design
problem reflecting a need or a want that includes specified criteria for
success and constraints on materials, time, or cost.
enumeration NGSS-3-5-ETS1-2
Next Generation Science Standards - Generate and compare
multiple possible solutions to a problem based on how well each is likely to
meet the criteria and constraints of the problem.
enumeration NGSS-3-5-ETS1-3
Next Generation Science Standards - Plan and carry out fair
tests in which variables are controlled and failure points are considered to
identify aspects of a model or prototype that can be improved.
enumeration NGSS-MS-PS1-1
Next Generation Science Standards - Develop models to
describe the atomic composition of simple molecules and extended structures.
enumeration NGSS-MS-PS1-2
Next Generation Science Standards - Analyze and interpret
data on the properties of substances before and after the substances
interact to determine if a chemical reaction has occurred.
enumeration NGSS-MS-PS1-3
Next Generation Science Standards - Gather and make sense of
information to describe that synthetic materials come from natural resources
and impact society.
enumeration NGSS-MS-PS1-4
Next Generation Science Standards - Develop a model that
predicts and describes changes in particle motion, temperature, and state of
a pure substance when thermal energy is added or removed.
enumeration NGSS-MS-PS1-5
Next Generation Science Standards - Develop and use a model
to describe how the total number of atoms does not change in a chemical
reaction and thus mass is conserved.
enumeration NGSS-MS-PS1-6
Next Generation Science Standards - Undertake a design
project to construct, test, and modify a device that either releases or
absorbs thermal energy by chemical processes.
enumeration NGSS-MS-PS2-1
Next Generation Science Standards - Apply Newton’s Third Law
to design a solution to a problem involving the motion of two colliding
objects.
enumeration NGSS-MS-PS2-2
Next Generation Science Standards - Plan an investigation to
provide evidence that the change in an object’s motion depends on the sum of
the forces on the object and the mass of the object.
enumeration NGSS-MS-PS2-3
Next Generation Science Standards - Ask questions about data
to determine the factors that affect the strength of electric and magnetic
forces.
enumeration NGSS-MS-PS2-4
Next Generation Science Standards - Construct and present
arguments using evidence to support the claim that gravitational
interactions are attractive and depend on the masses of interacting objects.
enumeration NGSS-MS-PS2-5
Next Generation Science Standards - Conduct an investigation
and evaluate the experimental design to provide evidence that fields exist
between objects exerting forces on each other even though the objects are
not in contact.
enumeration NGSS-MS-PS3-1
Next Generation Science Standards - Construct and interpret
graphical displays of data to describe the relationships of kinetic energy
to the mass of an object and to the speed of an object.
enumeration NGSS-MS-PS3-2
Next Generation Science Standards - Develop a model to
describe that when the arrangement of objects interacting at a distance
changes, different amounts of potential energy are stored in the system.
enumeration NGSS-MS-PS3-3
Next Generation Science Standards - Apply scientific
principles to design, construct, and test a device that either minimizes or
maximizes thermal energy transfer.
enumeration NGSS-MS-PS3-4
Next Generation Science Standards - Plan an investigation to
determine the relationships among the energy transferred, the type of
matter, the mass, and the change in the average kinetic energy of the
particles as measured by the temperature of the sample.
enumeration NGSS-MS-PS3-5
Next Generation Science Standards - Construct, use, and
present arguments to support the claim that when the kinetic energy of an
object changes, energy is transferred to or from the object.
enumeration NGSS-MS-PS4-1
Next Generation Science Standards - Use mathematical
representations to describe a simple model for waves that includes how the
amplitude of a wave is related to the energy in a wave.
enumeration NGSS-MS-PS4-2
Next Generation Science Standards - Develop and use a model
to describe that waves are reflected, absorbed, or transmitted through
various materials.
enumeration NGSS-MS-PS4-3
Next Generation Science Standards - Integrate qualitative
scientific and technical information to support the claim that digitized
signals are a more reliable way to encode and transmit information than
analog signals.
enumeration NGSS-MS-LS1-1
Next Generation Science Standards - Conduct an investigation
to provide evidence that living things are made of cells; either one cell or
many different numbers and types of cells.
enumeration NGSS-MS-LS1-2
Next Generation Science Standards - Develop and use a model
to describe the function of a cell as a whole and ways parts of cells
contribute to the function.
enumeration NGSS-MS-LS1-3
Next Generation Science Standards - Use argument supported by
evidence for how the body is a system of interacting subsystems composed of
groups of cells.
enumeration NGSS-MS-LS1-4
Next Generation Science Standards - Use argument based on
empirical evidence and scientific reasoning to support an explanation for
how characteristic animal behaviors and specialized plant structures affect
the probability of successful reproduction of animals and plants
respectively.
enumeration NGSS-MS-LS1-5
Next Generation Science Standards - Construct a scientific
explanation based on evidence for how environmental and genetic factors
influence the growth of organisms.
enumeration NGSS-MS-LS1-6
Next Generation Science Standards - Construct a scientific
explanation based on evidence for the role of photosynthesis in the cycling
of matter and flow of energy into and out of organisms.
enumeration NGSS-MS-LS1-7
Next Generation Science Standards - Develop a model to
describe how food is rearranged through chemical reactions forming new
molecules that support growth and/or release energy as this matter moves
through an organism.
enumeration NGSS-MS-LS1-8
Next Generation Science Standards - Gather and synthesize
information that sensory receptors respond to stimuli by sending messages to
the brain for immediate behavior or storage as memories.
enumeration NGSS-MS-LS2-1
Next Generation Science Standards - Analyze and interpret
data to provide evidence for the effects of resource availability on
organisms and populations of organisms in an ecosystem.
enumeration NGSS-MS-LS2-2
Next Generation Science Standards - Construct an explanation
that predicts patterns of interactions among organisms across multiple
ecosystems.
enumeration NGSS-MS-LS2-3
Next Generation Science Standards - Develop a model to
describe the cycling of matter and flow of energy among living and nonliving
parts of an ecosystem.
enumeration NGSS-MS-LS2-4
Next Generation Science Standards - Construct an argument
supported by empirical evidence that changes to physical or biological
components of an ecosystem affect populations.
enumeration NGSS-MS-LS2-5
Next Generation Science Standards - Evaluate competing design
solutions for maintaining biodiversity and ecosystem services.
enumeration NGSS-MS-LS3-1
Next Generation Science Standards - Develop and use a model
to describe why structural changes to genes (mutations) located on
chromosomes may affect proteins and may result in harmful, beneficial, or
neutral effects to the structure and function of the organism.
enumeration NGSS-MS-LS3-2
Next Generation Science Standards - Develop and use a model
to describe why asexual reproduction results in offspring with identical
genetic information and sexual reproduction results in offspring with
genetic variation.
enumeration NGSS-MS-LS4-1
Next Generation Science Standards - Analyze and interpret
data for patterns in the fossil record that document the existence,
diversity, extinction, and change of life forms throughout the history of
life on Earth under the assumption that natural laws operate today as in the
past.
enumeration NGSS-MS-LS4-2
Next Generation Science Standards - Apply scientific ideas to
construct an explanation for the anatomical similarities and differences
among modern organisms and between modern and fossil organisms to infer
evolutionary relationships.
enumeration NGSS-MS-LS4-3
Next Generation Science Standards - Analyze displays of
pictorial data to compare patterns of similarities in the embryological
development across multiple species to identify relationships not evident in
the fully formed anatomy.
enumeration NGSS-MS-LS4-4
Next Generation Science Standards - Construct an explanation
based on evidence that describes how genetic variations of traits in a
population increase some individuals’ probability of surviving and
reproducing in a specific environment.
enumeration NGSS-MS-LS4-5
Next Generation Science Standards - Gather and synthesize
information about the technologies that have changed the way humans
influence the inheritance of desired traits in organisms.
enumeration NGSS-MS-LS4-6
Next Generation Science Standards - Use mathematical
representations to support explanations of how natural selection may lead to
increases and decreases of specific traits in populations over time.
enumeration NGSS-MS-ESS1-1
Next Generation Science Standards - Develop and use a model
of the Earth-sun-moon system to describe the cyclic patterns of lunar
phases, eclipses of the sun and moon, and seasons.
enumeration NGSS-MS-ESS1-2
Next Generation Science Standards - Develop and use a model
to describe the role of gravity in the motions within galaxies and the solar
system.
enumeration NGSS-MS-ESS1-3
Next Generation Science Standards - Analyze and interpret
data to determine scale properties of objects in the solar system.
enumeration NGSS-MS-ESS1-4
Next Generation Science Standards - Construct a scientific
explanation based on evidence from rock strata for how the geologic time
scale is used to organize Earth’s 4.6-billion-year-old history.
enumeration NGSS-MS-ESS2-1
Next Generation Science Standards - Develop a model to
describe the cycling of Earth’s materials and the flow of energy that drives
this process.
enumeration NGSS-MS-ESS2-2
Next Generation Science Standards - Construct an explanation
based on evidence for how geoscience processes have changed Earth’s surface
at varying time and spatial scales.
enumeration NGSS-MS-ESS2-3
Next Generation Science Standards - Analyze and interpret
data on the distribution of fossils and rocks, continental shapes, and
seafloor structures to provide evidence of the past plate motions.
enumeration NGSS-MS-ESS2-4
Next Generation Science Standards - Develop a model to
describe the cycling of water through Earth’s systems driven by energy from
the sun and the force of gravity.
enumeration NGSS-MS-ESS2-5
Next Generation Science Standards - Collect data to provide
evidence for how the motions and complex interactions of air masses results
in changes in weather conditions.
enumeration NGSS-MS-ESS2-6
Next Generation Science Standards - Develop and use a model
to describe how unequal heating and rotation of the Earth cause patterns of
atmospheric and oceanic circulation that determine regional climates.
enumeration NGSS-MS-ESS3-1
Next Generation Science Standards - Construct a scientific
explanation based on evidence for how the uneven distributions of Earth’s
mineral, energy, and groundwater resources are the result of past and
current geoscience processes.
enumeration NGSS-MS-ESS3-2
Next Generation Science Standards - Analyze and interpret
data on natural hazards to forecast future catastrophic events and inform
the development of technologies to mitigate their effects.
enumeration NGSS-MS-ESS3-3
Next Generation Science Standards - Apply scientific
principles to design a method for monitoring and minimizing a human impact
on the environment.
enumeration NGSS-MS-ESS3-4
Next Generation Science Standards - Construct an argument
supported by evidence for how increases in human population and per-capita
consumption of natural resources impact Earth’s systems.
enumeration NGSS-MS-ESS3-5
Next Generation Science Standards - Ask questions to clarify
evidence of the factors that have caused the rise in global temperatures
over the past century.
enumeration NGSS-MS-ETS1-1
Next Generation Science Standards - Define the criteria and
constraints of a design problem with sufficient precision to ensure a
successful solution, taking into account relevant scientific principles and
potential impacts on people and the natural environment that may limit
possible solutions.
enumeration NGSS-MS-ETS1-2
Next Generation Science Standards - Evaluate competing design
solutions using a systematic process to determine how well they meet the
criteria and constraints of the problem.
enumeration NGSS-MS-ETS1-3
Next Generation Science Standards - Analyze data from tests
to determine similarities and differences among several design solutions to
identify the best characteristics of each that can be combined into a new
solution to better meet the criteria for success.
enumeration NGSS-MS-ETS1-4
Next Generation Science Standards - Develop a model to
generate data for iterative testing and modification of a proposed object,
tool, or process such that an optimal design can be achieved.
enumeration NGSS-HS-PS1-1
Next Generation Science Standards - Use the periodic table as
a model to predict the relative properties of elements based on the patterns
of electrons in the outermost energy level of atoms.
enumeration NGSS-HS-PS1-2
Next Generation Science Standards - Construct and revise an
explanation for the outcome of a simple chemical reaction based on the
outermost electron states of atoms, trends in the periodic table, and
knowledge of the patterns of chemical properties.
enumeration NGSS-HS-PS1-3
Next Generation Science Standards - Plan and conduct an
investigation to gather evidence to compare the structure of substances at
the bulk scale to infer the strength of electrical forces between particles.
enumeration NGSS-HS-PS1-4
Next Generation Science Standards - Develop a model to
illustrate that the release or absorption of energy from a chemical reaction
system depends upon the changes in total bond energy.
enumeration NGSS-HS-PS1-5
Next Generation Science Standards - Apply scientific
principles and evidence to provide an explanation about the effects of
changing the temperature or concentration of the reacting particles on the
rate at which a reaction occurs.
enumeration NGSS-HS-PS1-6
Next Generation Science Standards - Refine the design of a
chemical system by specifying a change in conditions that would produce
increased amounts of products at equilibrium.
enumeration NGSS-HS-PS1-7
Next Generation Science Standards - Use mathematical
representations to support the claim that atoms, and therefore mass, are
conserved during a chemical reaction.
enumeration NGSS-HS-PS1-8
Next Generation Science Standards - Develop models to
illustrate the changes in the composition of the nucleus of the atom and the
energy released during the processes of fission, fusion, and radioactive
decay.
enumeration NGSS-HS-PS2-1
Next Generation Science Standards - Analyze data to support
the claim that Newton’s second law of motion describes the mathematical
relationship among the net force on a macroscopic object, its mass, and its
acceleration.
enumeration NGSS-HS-PS2-2
Next Generation Science Standards - Use mathematical
representations to support the claim that the total momentum of a system of
objects is conserved when there is no net force on the system.
enumeration NGSS-HS-PS2-3
Next Generation Science Standards - Apply scientific and
engineering ideas to design, evaluate, and refine a device that minimizes
the force on a macroscopic object during a collision.
enumeration NGSS-HS-PS2-4
Next Generation Science Standards - Use mathematical
representations of Newton’s Law of Gravitation and Coulomb’s Law to describe
and predict the gravitational and electrostatic forces between objects.
enumeration NGSS-HS-PS2-5
Next Generation Science Standards - Plan and conduct an
investigation to provide evidence that an electric current can produce a
magnetic field and that a changing magnetic field can produce an electric
current.
enumeration NGSS-HS-PS2-6
Next Generation Science Standards - Communicate scientific
and technical information about why the molecular-level structure is
important in the functioning of designed materials.
enumeration NGSS-HS-PS3-1
Next Generation Science Standards - Create a computational
model to calculate the change in the energy of one component in a system
when the change in energy of the other component(s) and energy flows in and
out of the system are known.
enumeration NGSS-HS-PS3-2
Next Generation Science Standards - Develop and use models to
illustrate that energy at the macroscopic scale can be accounted for as a
combination of energy associated with the motions of particles (objects) and
energy associated with the relative position of particles (objects).
enumeration NGSS-HS-PS3-3
Next Generation Science Standards - Design, build, and refine
a device that works within given constraints to convert one form of energy
into another form of energy.
enumeration NGSS-HS-PS3-4
Next Generation Science Standards - Plan and conduct an
investigation to provide evidence that the transfer of thermal energy when
two components of different temperature are combined within a closed system
results in a more uniform energy distribution among the components in the
system (second law of thermodynamics).
enumeration NGSS-HS-PS3-5
Next Generation Science Standards - Develop and use a model
of two objects interacting through electric or magnetic fields to illustrate
the forces between objects and the changes in energy of the objects due to
the interaction.
enumeration NGSS-HS-PS4-1
Next Generation Science Standards - Use mathematical
representations to support a claim regarding relationships among the
frequency, wavelength, and speed of waves traveling in various media.
enumeration NGSS-HS-PS4-2
Next Generation Science Standards - Evaluate questions about
the advantages of using a digital transmission and storage of information.
enumeration NGSS-HS-PS4-3
Next Generation Science Standards - Evaluate the claims,
evidence, and reasoning behind the idea that electromagnetic radiation can
be described either by a wave model or a particle model, and that for some
situations one model is more useful than the other.
enumeration NGSS-HS-PS4-4
Next Generation Science Standards - Evaluate the validity and
reliability of claims in published materials of the effects that different
frequencies of electromagnetic radiation have when absorbed by matter.
enumeration NGSS-HS-PS4-5
Next Generation Science Standards - Communicate technical
information about how some technological devices use the principles of wave
behavior and wave interactions with matter to transmit and capture
information and energy.
enumeration NGSS-HS-LS1-1
Next Generation Science Standards - Construct an explanation
based on evidence for how the structure of DNA determines the structure of
proteins which carry out the essential functions of life through systems of
specialized cells.
enumeration NGSS-HS-LS1-2
Next Generation Science Standards - Develop and use a model
to illustrate the hierarchical organization of interacting systems that
provide specific functions within multicellular organisms.
enumeration NGSS-HS-LS1-3
Next Generation Science Standards - Plan and conduct an
investigation to provide evidence that feedback mechanisms maintain
homeostasis.
enumeration NGSS-HS-LS1-4
Next Generation Science Standards - Use a model to illustrate
the role of cellular division (mitosis) and differentiation in producing and
maintaining complex organisms.
enumeration NGSS-HS-LS1-5
Next Generation Science Standards - Use a model to illustrate
how photosynthesis transforms light energy into stored chemical energy.
enumeration NGSS-HS-LS1-6
Next Generation Science Standards - Construct and revise an
explanation based on evidence for how carbon, hydrogen, and oxygen from
sugar molecules may combine with other elements to form amino acids and/or
other large carbon-based molecules.
enumeration NGSS-HS-LS1-7
Next Generation Science Standards - Use a model to illustrate
that cellular respiration is a chemical process whereby the bonds of food
molecules and oxygen molecules are broken and the bonds in new compounds are
formed resulting in a net transfer of energy.
enumeration NGSS-HS-LS2-1
Next Generation Science Standards - Use mathematical and/or
computational representations to support explanations of factors that affect
carrying capacity of ecosystems at different scales.
enumeration NGSS-HS-LS2-2
Next Generation Science Standards - Use mathematical
representations to support and revise explanations based on evidence about
factors affecting biodiversity and populations in ecosystems of different
scales.
enumeration NGSS-HS-LS2-3
Next Generation Science Standards - Construct and revise an
explanation based on evidence for the cycling of matter and flow of energy
in aerobic and anaerobic conditions.
enumeration NGSS-HS-LS2-4
Next Generation Science Standards - Use mathematical
representations to support claims for the cycling of matter and flow of
energy among organisms in an ecosystem.
enumeration NGSS-HS-LS2-5
Next Generation Science Standards - Develop a model to
illustrate the role of photosynthesis and cellular respiration in the
cycling of carbon among the biosphere, atmosphere, hydrosphere, and
geosphere.
enumeration NGSS-HS-LS2-6
Next Generation Science Standards - Evaluate the claims,
evidence, and reasoning that the complex interactions in ecosystems maintain
relatively consistent numbers and types of organisms in stable conditions,
but changing conditions may result in a new ecosystem.
enumeration NGSS-HS-LS2-7
Next Generation Science Standards - Design, evaluate, and
refine a solution for reducing the impacts of human activities on the
environment and biodiversity.
enumeration NGSS-HS-LS2-8
Next Generation Science Standards - Evaluate the evidence for
the role of group behavior on individual and species’ chances to survive and
reproduce.
enumeration NGSS-HS-LS3-1
Next Generation Science Standards - Ask questions to clarify
relationships about the role of DNA and chromosomes in coding the
instructions for characteristic traits passed from parents to offspring.
enumeration NGSS-HS-LS3-2
Next Generation Science Standards - Make and defend a claim
based on evidence that inheritable genetic variations may result from: (1)
new genetic combinations through meiosis, (2) viable errors occurring during
replication, and/or (3) mutations caused by environmental factors.
enumeration NGSS-HS-LS3-3
Next Generation Science Standards - Apply concepts of
statistics and probability to explain the variation and distribution of
expressed traits in a population.
enumeration NGSS-HS-LS4-1
Next Generation Science Standards - Communicate scientific
information that common ancestry and biological evolution are supported by
multiple lines of empirical evidence.
enumeration NGSS-HS-LS4-2
Next Generation Science Standards - Construct an explanation
based on evidence that the process of evolution primarily results from four
factors: (1) the potential for a species to increase in number, (2) the
heritable genetic variation of individuals in a species due to mutation and
sexual reproduction, (3) competition for limited resources, and (4) the
proliferation of those organisms that are better able to survive and
reproduce in the environment.
enumeration NGSS-HS-LS4-3
Next Generation Science Standards - Apply concepts of
statistics and probability to support explanations that organisms with an
advantageous heritable trait tend to increase in proportion to organisms
lacking this trait.
enumeration NGSS-HS-LS4-4
Next Generation Science Standards - Construct an explanation
based on evidence for how natural selection leads to adaptation of
populations.
enumeration NGSS-HS-LS4-5
Next Generation Science Standards - Evaluate the evidence
supporting claims that changes in environmental conditions may result in:
(1) increases in the number of individuals of some species, (2) the
emergence of new species over time, and (3) the extinction of other species.
enumeration NGSS-HS-LS4-6
Next Generation Science Standards - Create or revise a
simulation to test a solution to mitigate adverse impacts of human activity
on biodiversity.
enumeration NGSS-HS-ESS1-1
Next Generation Science Standards - Develop a model based on
evidence to illustrate the life span of the sun and the role of nuclear
fusion in the sun’s core to release energy that eventually reaches Earth in
the form of radiation.
enumeration NGSS-HS-ESS1-2
Next Generation Science Standards - Construct an explanation
of the Big Bang theory based on astronomical evidence of light spectra,
motion of distant galaxies, and composition of matter in the universe.
enumeration NGSS-HS-ESS1-3
Next Generation Science Standards - Communicate scientific
ideas about the way stars, over their life cycle, produce elements.
enumeration NGSS-HS-ESS1-4
Next Generation Science Standards - Use mathematical or
computational representations to predict the motion of orbiting objects in
the solar system.
enumeration NGSS-HS-ESS1-5
Next Generation Science Standards - Evaluate evidence of the
past and current movements of continental and oceanic crust and the theory
of plate tectonics to explain the ages of crustal rocks.
enumeration NGSS-HS-ESS1-6
Next Generation Science Standards - Apply scientific
reasoning and evidence from ancient Earth materials, meteorites, and other
planetary surfaces to construct an account of Earth’s formation and early
history.
enumeration NGSS-HS-ESS2-1
Next Generation Science Standards - Develop a model to
illustrate how Earth’s internal and surface processes operate at different
spatial and temporal scales to form continental and ocean-floor features.
enumeration NGSS-HS-ESS2-2
Next Generation Science Standards - Analyze geoscience data
to make the claim that one change to Earth’s surface can create feedbacks
that cause changes to other Earth systems.
enumeration NGSS-HS-ESS2-3
Next Generation Science Standards - Develop a model based on
evidence of Earth’s interior to describe the cycling of matter by thermal
convection.
enumeration NGSS-HS-ESS2-4
Next Generation Science Standards - Use a model to describe
how variations in the flow of energy into and out of Earth’s systems result
in changes in climate.
enumeration NGSS-HS-ESS2-5
Next Generation Science Standards - Plan and conduct an
investigation of the properties of water and its effects on Earth materials
and surface processes.
enumeration NGSS-HS-ESS2-6
Next Generation Science Standards - Develop a quantitative
model to describe the cycling of carbon among the hydrosphere, atmosphere,
geosphere, and biosphere.
enumeration NGSS-HS-ESS2-7
Next Generation Science Standards - Construct an argument
based on evidence about the simultaneous coevolution of Earth’s systems and
life on Earth.
enumeration NGSS-HS-ESS3-1
Next Generation Science Standards - Construct an explanation
based on evidence for how the availability of natural resources, occurrence
of natural hazards, and changes in climate have influenced human activity.
enumeration NGSS-HS-ESS3-2
Next Generation Science Standards - Evaluate competing design
solutions for developing, managing, and utilizing energy and mineral
resources based on cost-benefit ratios.
enumeration NGSS-HS-ESS3-3
Next Generation Science Standards - Create a computational
simulation to illustrate the relationships among management of natural
resources, the sustainability of human populations, and biodiversity.
enumeration NGSS-HS-ESS3-4
Next Generation Science Standards - Evaluate or refine a
technological solution that reduces impacts of human activities on natural
systems.
enumeration NGSS-HS-ESS3-5
Next Generation Science Standards - Analyze geoscience data
and the results from global climate models to make an evidence-based
forecast of the current rate of global or regional climate change and
associated future impacts to Earth systems.
enumeration NGSS-HS-ESS3-6
Next Generation Science Standards - Use a computational
representation to illustrate the relationships among Earth systems and how
those relationships are being modified due to human activity.
enumeration NGSS-HS-ETS1-1
Next Generation Science Standards - Analyze a major global
challenge to specify qualitative and quantitative criteria and constraints
for solutions that account for societal needs and wants.
enumeration NGSS-HS-ETS1-2
Next Generation Science Standards - Design a solution to a
complex real-world problem by breaking it down into smaller, more manageable
problems that can be solved through engineering.
enumeration NGSS-HS-ETS1-3
Next Generation Science Standards - Evaluate a solution to a
complex real-world problem based on prioritized criteria and trade-offs that
account for a range of constraints, including cost, safety, reliability, and
aesthetics, as well as possible social, cultural, and environmental impacts.
enumeration NGSS-HS-ETS1-4
Next Generation Science Standards - Use a computer simulation
to model the impact of proposed solutions to a complex real-world problem
with numerous criteria and constraints on interactions within and between
systems relevant to the problem.
enumeration CC.K.CC.1
Common Core State Standards Math - Know number names and the
count sequence. Count to 100 by ones and by tens.
enumeration CC.K.CC.2
Common Core State Standards Math - Know number names and the
count sequence. Count forward beginning from a given number within the known
sequence (instead of having to begin at 1).
enumeration CC.K.CC.3
Common Core State Standards Math - Know number names and the
count sequence. Write numbers from 0 to 20. Represent a number of objects
with a written numeral 0-20 (with 0 representing a count of no objects).
enumeration CC.K.CC.4
Common Core State Standards Math - Count to tell the number
of objects. Understand the relationship between numbers and quantities;
connect counting to cardinality.
enumeration CC.K.CC.4a
Common Core State Standards Math - When counting objects, say
the number names in the standard order, pairing each object with one and
only one number name and each number name with one and only one object.
enumeration CC.K.CC.4b
Common Core State Standards Math - Understand that the last
number name said tells the number of objects counted. The number of objects
is the same regardless of their arrangement or the order in which they were
counted.
enumeration CC.K.CC.4c
Common Core State Standards Math - Understand that each
successive number name refers to a quantity that is one larger.
enumeration CC.K.CC.5
Common Core State Standards Math - Count to tell the number
of objects. Count to answer “how many?” questions about as many as 20 things
arranged in a line, a rectangular array, or a circle, or as many as 10
things in a scattered configuration; given a number from 1-20, count out
that many objects.
enumeration CC.K.CC.6
Common Core State Standards Math - Compare numbers. Identify
whether the number of objects in one group is greater than, less than, or
equal to the number of objects in another group, e.g., by using matching and
counting strategies. (Include groups with up to ten objects.)
enumeration CC.K.CC.7
Common Core State Standards Math - Compare numbers. Compare
two numbers between 1 and 10 presented as written numerals.
enumeration CC.K.OA.1
Common Core State Standards Math - Understand addition as
putting together and adding to, and understand subtraction as taking apart
and taking from. Represent addition and subtraction with objects, fingers,
mental images, drawings (drawings need not show details, but should show the
mathematics in the problem), sounds (e.g., claps), acting out situations,
verbal explanations, expressions, or equations.
enumeration CC.K.OA.2
Common Core State Standards Math - Understand addition as
putting together and adding to, and understand subtraction as taking apart
and taking from. Solve addition and subtraction word problems, and add and
subtract within 10, e.g., by using objects or drawings to represent the
problem.
enumeration CC.K.OA.3
Common Core State Standards Math - Understand addition as
putting together and adding to, and understand subtraction as taking apart
and taking from. Decompose numbers less than or equal to 10 into pairs in
more than one way, e.g., by using objects or drawings, and record each
decomposition by a drawing or equation (e.g., 5 = 2 + 3 and 5 = 4 + 1).
enumeration CC.K.OA.4
Common Core State Standards Math - Understand addition as
putting together and adding to, and understand subtraction as taking apart
and taking from. For any number from 1 to 9, find the number that makes 10
when added to the given number, e.g., by using objects or drawings, and
record the answer with a drawing or equation.
enumeration CC.K.OA.5
Common Core State Standards Math - Understand addition as
putting together and adding to, and understand subtraction as taking apart
and taking from. Fluently add and subtract within 5.
enumeration CC.K.NBT.1
Common Core State Standards Math - Work with numbers 11-19 to
gain foundations for place value. Compose and decompose numbers from 11 to
19 into ten ones and some further ones, e.g., by using objects or drawings,
and record each composition or decomposition by a drawing or equation (such
as 18 = 10 + 8); understand that these numbers are composed of ten ones and
one, two, three, four, five, six, seven, eight, or nine ones.
enumeration CC.K.MD.1
Common Core State Standards Math - Describe and compare
measurable attributes. Describe measurable attributes of objects, such as
length or weight. Describe several measurable attributes of a single object.
enumeration CC.K.MD.2
Common Core State Standards Math - Describe and compare
measurable attributes. Directly compare two objects with a measurable
attribute in common, to see which object has “more of”/“less of” the
attribute, and describe the difference. For example, directly compare the
heights of two children and describe one child as taller/shorter.
enumeration CC.K.MD.3
Common Core State Standards Math - Classify objects and count
the number of objects in each category. Classify objects into given
categories; count the numbers of objects in each category and sort the
categories by count. (Limit category counts to be less than or equal to 10.)
enumeration CC.K.G.1
Common Core State Standards Math - Identify and describe
shapes (squares, circles, triangles, rectangles, hexagons, cubes, cones,
cylinders, and spheres). Describe objects in the environment using names of
shapes, and describe the relative positions of these objects using terms
such as above, below, beside, in front of, behind, and next to.
enumeration CC.K.G.2
Common Core State Standards Math - Identify and describe
shapes (such as squares, circles, triangles, rectangles, hexagons, cubes,
cones, cylinders, and spheres). Correctly name shapes regardless of their
orientations or overall size.
enumeration CC.K.G.3
Common Core State Standards Math - Identify and describe
shapes (such as squares, circles, triangles, rectangles, hexagons, cubes,
cones, cylinders, and spheres). Identify shapes as two-dimensional (lying in
a plane, “flat”) or three-dimensional (“solid”).
enumeration CC.K.G.4
Common Core State Standards Math - Analyze, compare, create,
and compose shapes. Analyze and compare two- and three-dimensional shapes,
in different sizes and orientations, using informal language to describe
their similarities, differences, parts (e.g., number of sides and
vertices/“corners”) and other attributes (e.g., having sides of equal
length).
enumeration CC.K.G.5
Common Core State Standards Math - Analyze, compare, create,
and compose shapes. Model shapes in the world by building shapes from
components (e.g., sticks and clay balls) and drawing shapes.
enumeration CC.K.G.6
Common Core State Standards Math - Analyze, compare, create,
and compose shapes. Compose simple shapes to form larger shapes. For
example, "can you join these two triangles with full sides touching to make
a rectangle?”
enumeration CC.1.OA.1
Common Core State Standards Math - Represent and solve
problems involving addition and subtraction. Use addition and subtraction
within 20 to solve word problems involving situations of adding to, taking
from, putting together, taking apart, and comparing, with unknowns in all
positions, e.g., by using objects, drawings, and equations with a symbol for
the unknown number to represent the problem.
enumeration CC.1.OA.2
Common Core State Standards Math - Represent and solve
problems involving addition and subtraction. Solve word problems that call
for addition of three whole numbers whose sum is less than or equal to 20,
e.g., by using objects, drawings, and equations with a symbol for the
unknown number to represent the problem.
enumeration CC.1.OA.3
Common Core State Standards Math - Understand and apply
properties of operations and the relationship between addition and
subtraction. Apply properties of operations as strategies to add and
subtract. Examples: If 8 + 3 = 11 is known, then 3 + 8 = 11 is also known.
(Commutative property of addition.) To add 2 + 6 + 4, the second two numbers
can be added to make a ten, so 2 + 6 + 4 = 2 + 10 = 12. (Associative
property of addition.) (Students need not use formal terms for these
properties.)
enumeration CC.1.OA.4
Common Core State Standards Math - Understand and apply
properties of operations and the relationship between addition and
subtraction. Understand subtraction as an unknown-addend problem. For
example, subtract 10 – 8 by finding the number that makes 10 when added to
8.
enumeration CC.1.OA.5
Common Core State Standards Math - Add and subtract within
20. Relate counting to addition and subtraction (e.g., by counting on 2 to
add 2).
enumeration CC.1.OA.6
Common Core State Standards Math - Add and subtract within
20. Add and subtract within 20, demonstrating fluency for addition and
subtraction within 10. Use strategies such as counting on; making ten (e.g.,
8 + 6 = 8 + 2 + 4 = 10 + 4 = 14); decomposing a number leading to a ten
(e.g., 13 – 4 = 13 – 3 – 1 = 10 – 1 = 9); using the relationship between
addition and subtraction (e.g., knowing that 8 + 4 = 12, one knows 12 – 8 =
4); and creating equivalent but easier or known sums (e.g., adding 6 + 7 by
creating the known equivalent 6 + 6 + 1 = 12 + 1 = 13).
enumeration CC.1.OA.7
Common Core State Standards Math - Work with addition and
subtraction equations. Understand the meaning of the equal sign, and
determine if equations involving addition and subtraction are true or false.
For example, which of the following equations are true and which are false?
6 = 6, 7 = 8 – 1, 5 + 2 = 2 + 5, 4 + 1 = 5 + 2.
enumeration CC.1.OA.8
Common Core State Standards Math - Work with addition and
subtraction equations. Determine the unknown whole number in an addition or
subtraction equation relating three whole numbers. For example, determine
the unknown number that makes the equation true in each of the equations 8 +
? = 11, 5 = _ – 3, 6 + 6 = _.
enumeration CC.1.NBT.1
Common Core State Standards Math - Extend the counting
sequence. Count to 120, starting at any number less than 120. In this range,
read and write numerals and represent a number of objects with a written
numeral.
enumeration CC.1.NBT.2
Common Core State Standards Math - Understand place value.
Understand that the two digits of a two-digit number represent amounts of
tens and ones. Understand the following as special cases: -- a. 10 can be
thought of as a bundle of ten ones — called a “ten.” -- b. The numbers from
11 to 19 are composed of a ten and one, two, three, four, five, six, seven,
eight, or nine ones. -- c. The numbers 10, 20, 30, 40, 50, 60, 70, 80, 90
refer to one, two, three, four, five, six, seven, eight, or nine tens (and 0
ones).
enumeration CC.1.NBT.3
Common Core State Standards Math - Understand place value.
Compare two two-digit numbers based on meanings of the tens and ones digits,
recording the results of comparisons with the symbols >, =, and <.
enumeration CC.1.NBT.4
Common Core State Standards Math - Use place value
understanding and properties of operations to add and subtract. Add within
100, including adding a two-digit number and a one-digit number, and adding
a two-digit number and a multiple of 10, using concrete models or drawings
and strategies based on place value, properties of operations, and/or the
relationship between addition and subtraction; relate the strategy to a
written method and explain the reasoning used. Understand that in adding
two-digit numbers, one adds tens and tens, ones and ones; and sometimes it
is necessary to compose a ten.
enumeration CC.1.NBT.5
Common Core State Standards Math - Use place value
understanding and properties of operations to add and subtract. Given a
two-digit number, mentally find 10 more or 10 less than the number, without
having to count; explain the reasoning used.
enumeration CC.1.NBT.6
Common Core State Standards Math - Use place value
understanding and properties of operations to add and subtract. Subtract
multiples of 10 in the range 10-90 from multiples of 10 in the range 10-90
(positive or zero differences), using concrete models or drawings and
strategies based on place value, properties of operations, and/or the
relationship between addition and subtraction; relate the strategy to a
written method and explain the reasoning used.
enumeration CC.1.MD.1
Common Core State Standards Math - Measure lengths indirectly
and by iterating length units. Order three objects by length; compare the
lengths of two objects indirectly by using a third object.
enumeration CC.1.MD.2
Common Core State Standards Math - Measure lengths indirectly
and by iterating length units. Express the length of an object as a whole
number of length units, by laying multiple copies of a shorter object (the
length unit) end to end; understand that the length measurement of an object
is the number of same-size length units that span it with no gaps or
overlaps. Limit to contexts where the object being measured is spanned by a
whole number of length units with no gaps or overlaps.
enumeration CC.1.MD.3
Common Core State Standards Math - Tell and write time. Tell
and write time in hours and half-hours using analog and digital clocks.
enumeration CC.1.MD.4
Common Core State Standards Math - Represent and interpret
data. Organize, represent, and interpret data with up to three categories;
ask and answer questions about the total number of data points, how many in
each category, and how many more or less are in one category than in
another.
enumeration CC.1.G.1
Common Core State Standards Math - Reason with shapes and
their attributes. Distinguish between defining attributes (e.g., triangles
are closed and three-sided) versus non-defining attributes (e.g., color,
orientation, overall size); for a wide variety of shapes; build and draw
shapes to possess defining attributes.
enumeration CC.1.G.2
Common Core State Standards Math - Reason with shapes and
their attributes. Compose two-dimensional shapes (rectangles, squares,
trapezoids, triangles, half-circles, and quarter-circles) or
three-dimensional shapes (cubes, right rectangular prisms, right circular
cones, and right circular cylinders) to create a composite shape, and
compose new shapes from the composite shape. (Students do not need to learn
formal names such as “right rectangular prism.”)
enumeration CC.1.G.3
Common Core State Standards Math - Reason with shapes and
their attributes. Partition circles and rectangles into two and four equal
shares, describe the shares using the words halves, fourths, and quarters,
and use the phrases half of, fourth of, and quarter of. Describe the whole
as two of, or four of the shares. Understand for these examples that
decomposing into more equal shares creates smaller shares.
enumeration CC.2.OA.1
Common Core State Standards Math - Represent and solve
problems involving addition and subtraction. Use addition and subtraction
within 100 to solve one- and two-step word problems involving situations of
adding to, taking from, putting together, taking apart, and comparing, with
unknowns in all positions, e.g., by using drawings and equations with a
symbol for the unknown number to represent the problem.
enumeration CC.2.OA.2
Common Core State Standards Math - Add and subtract within
20. Fluently add and subtract within 20 using mental strategies. By end of
Grade 2, know from memory all sums of two one-digit numbers.
enumeration CC.2.OA.3
Common Core State Standards Math - Work with equal groups of
objects to gain foundations for multiplication. Determine whether a group of
objects (up to 20) has an odd or even number of members, e.g., by pairing
objects or counting them by 2s; write an equation to express an even number
as a sum of two equal addends.
enumeration CC.2.OA.4
Common Core State Standards Math - Work with equal groups of
objects to gain foundations for multiplication. Use addition to find the
total number of objects arranged in rectangular arrays with up to 5 rows and
up to 5 columns; write an equation to express the total as a sum of equal
addends.
enumeration CC.2.NBT.1
Common Core State Standards Math - Understand place value.
Understand that the three digits of a three-digit number represent amounts
of hundreds, tens, and ones; e.g., 706 equals 7 hundreds, 0 tens, and 6
ones. Understand the following as special cases: -- a. 100 can be thought of
as a bundle of ten tens — called a “hundred.” -- b. The numbers 100, 200,
300, 400, 500, 600, 700, 800, 900 refer to one, two, three, four, five, six,
seven, eight, or nine hundreds (and 0 tens and 0 ones).
enumeration CC.2.NBT.2
Common Core State Standards Math - Understand place value.
Count within 1000; skip-count by 5s, 10s, and 100s.
enumeration CC.2.NBT.3
Common Core State Standards Math - Understand place value.
Read and write numbers to 1000 using base-ten numerals, number names, and
expanded form.
enumeration CC.2.NBT.4
Common Core State Standards Math - Understand place value.
Compare two three-digit numbers based on meanings of the hundreds, tens, and
ones digits, using >, =, and < symbols to record the results of
comparisons.
enumeration CC.2.NBT.5
Common Core State Standards Math - Use place value
understanding and properties of operations to add and subtract. Fluently add
and subtract within 100 using strategies based on place value, properties of
operations, and/or the relationship between addition and subtraction.
enumeration CC.2.NBT.6
Common Core State Standards Math - Use place value
understanding and properties of operations to add and subtract. Add up to
four two-digit numbers using strategies based on place value and properties
of operations.
enumeration CC.2.NBT.7
Common Core State Standards Math - Use place value
understanding and properties of operations to add and subtract. Add and
subtract within 1000, using concrete models or drawings and strategies based
on place value, properties of operations, and/or the relationship between
addition and subtraction; relate the strategy to a written method.
Understand that in adding or subtracting three-digit numbers, one adds or
subtracts hundreds and hundreds, tens and tens, ones and ones; and sometimes
it is necessary to compose or decompose tens or hundreds.
enumeration CC.2.NBT.8
Common Core State Standards Math - Use place value
understanding and properties of operations to add and subtract. Mentally add
10 or 100 to a given number 100-900, and mentally subtract 10 or 100 from a
given number 100-900.
enumeration CC.2.NBT.9
Common Core State Standards Math - Use place value
understanding and properties of operations to add and subtract. Explain why
addition and subtraction strategies work, using place value and the
properties of operations. (Explanations may be supported by drawings or
objects.)
enumeration CC.2.MD.1
Common Core State Standards Math - Measure and estimate
lengths in standard units. Measure the length of an object by selecting and
using appropriate tools such as rulers, yardsticks, meter sticks, and
measuring tapes.
enumeration CC.2.MD.2
Common Core State Standards Math - Measure and estimate
lengths in standard units. Measure the length of an object twice, using
length units of different lengths for the two measurements; describe how the
two measurements relate to the size of the unit chosen.
enumeration CC.2.MD.3
Common Core State Standards Math - Measure and estimate
lengths in standard units. Estimate lengths using units of inches, feet,
centimeters, and meters.
enumeration CC.2.MD.4
Common Core State Standards Math - Measure and estimate
lengths in standard units. Measure to determine how much longer one object
is than another, expressing the length difference in terms of a standard
length unit.
enumeration CC.2.MD.5
Common Core State Standards Math - Relate addition and
subtraction to length. Use addition and subtraction within 100 to solve word
problems involving lengths that are given in the same units, e.g., by using
drawings (such as drawings of rulers) and equations with a symbol for the
unknown number to represent the problem.
enumeration CC.2.MD.6
Common Core State Standards Math - Relate addition and
subtraction to length. Represent whole numbers as lengths from 0 on a number
line diagram with equally spaced points corresponding to the numbers 0, 1,
2, … , and represent whole-number sums and differences within 100 on a
number line diagram.
enumeration CC.2.MD.7
Common Core State Standards Math - Work with time and money.
Tell and write time from analog and digital clocks to the nearest five
minutes, using a.m. and p.m.
enumeration CC.2.MD.8
Common Core State Standards Math - Work with time and money.
Solve word problems involving dollar bills, quarters, dimes, nickels, and
pennies, using $ (dollars) and ¢ (cents) symbols appropriately. Example: If
you have 2 dimes and 3 pennies, how many cents do you have?
enumeration CC.2.MD.9
Common Core State Standards Math - Represent and interpret
data. Generate measurement data by measuring lengths of several objects to
the nearest whole unit, or by making repeated measurements of the same
object. Show the measurements by making a line plot, where the horizontal
scale is marked off in whole-number units.
enumeration CC.2.MD.10
Common Core State Standards Math - Represent and interpret
data. Draw a picture graph and a bar graph (with single-unit scale) to
represent a data set with up to four categories. Solve simple put-together,
take-apart, and compare problems using information presented in a bar graph.
enumeration CC.2.G.1
Common Core State Standards Math - Reason with shapes and
their attributes. Recognize and draw shapes having specified attributes,
such as a given number of angles or a given number of equal faces. Identify
triangles, quadrilaterals, pentagons, hexagons, and cubes. (Sizes are
compared directly or visually, not compared by measuring.)
enumeration CC.2.G.2
Common Core State Standards Math - Reason with shapes and
their attributes. Partition a rectangle into rows and columns of same-size
squares and count to find the total number of them.
enumeration CC.2.G.3
Common Core State Standards Math - Reason with shapes and
their attributes. Partition circles and rectangles into two, three, or four
equal shares, describe the shares using the words halves, thirds, half of, a
third of, etc., and describe the whole as two halves, three thirds, four
fourths. Recognize that equal shares of identical wholes need not have the
same shape.
enumeration CC.3.OA.1
Common Core State Standards Math - Represent and solve
problems involving multiplication and division. Interpret products of whole
numbers, e.g., interpret 5 × 7 as the total number of objects in 5 groups of
7 objects each. For example, describe a context in which a total number of
objects can be expressed as 5 × 7.
enumeration CC.3.OA.2
Common Core State Standards Math - Represent and solve
problems involving multiplication and division. Interpret whole-number
quotients of whole numbers, e.g., interpret 56 ÷ 8 as the number of objects
in each share when 56 objects are partitioned equally into 8 shares, or as a
number of shares when 56 objects are partitioned into equal shares of 8
objects each. For example, describe a context in which a number of shares or
a number of groups can be expressed as 56 ÷ 8.
enumeration CC.3.OA.3
Common Core State Standards Math - Represent and solve
problems involving multiplication and division. Use multiplication and
division within 100 to solve word problems in situations involving equal
groups, arrays, and measurement quantities, e.g., by using drawings and
equations with a symbol for the unknown number to represent the problem.
enumeration CC.3.OA.4
Common Core State Standards Math - Represent and solve
problems involving multiplication and division. Determine the unknown whole
number in a multiplication or division equation relating three whole
numbers. For example, determine the unknown number that makes the equation
true in each of the equations 8 × ? = 48, 5 = __÷ 3, 6 × 6 = ?.
enumeration CC.3.OA.5
Common Core State Standards Math - Understand properties of
multiplication and the relationship between multiplication and division.
Apply properties of operations as strategies to multiply and divide.
Examples: If 6 × 4 = 24 is known, then 4 × 6 = 24 is also known.
(Commutative property of multiplication.) 3 × 5 × 2 can be found by 3 × 5 =
15 then 15 × 2 = 30, or by 5 × 2 = 10 then 3 × 10 = 30. (Associative
property of multiplication.) Knowing that 8 × 5 = 40 and 8 × 2 = 16, one can
find 8 × 7 as 8 × (5 + 2) = (8 × 5) + (8 × 2) = 40 + 16 = 56. (Distributive
property.) (Students need not use formal terms for these properties.)
enumeration CC.3.OA.6
Common Core State Standards Math - Understand properties of
multiplication and the relationship between multiplication and division.
Understand division as an unknown-factor problem. For example, divide 32 ÷ 8
by finding the number that makes 32 when multiplied by 8.
enumeration CC.3.OA.7
Common Core State Standards Math - Multiply and divide within
100. Fluently multiply and divide within 100, using strategies such as the
relationship between multiplication and division (e.g., knowing that 8 × 5 =
40, one knows 40 ÷ 5 = 8) or properties of operations. By the end of Grade
3, know from memory all products of one-digit numbers.
enumeration CC.3.OA.8
Common Core State Standards Math - Solve problems involving
the four operations, and identify and explain patterns in arithmetic. Solve
two-step word problems using the four operations. Represent these problems
using equations with a letter standing for the unknown quantity. Assess the
reasonableness of answers using mental computation and estimation strategies
including rounding. (This standard is limited to problems posed with whole
numbers and having whole-number answers; students should know how to perform
operations in the conventional order when there are no parentheses to
specify a particular order (Order of Operations).)
enumeration CC.3.OA.9
Common Core State Standards Math - Solve problems involving
the four operations, and identify and explain patterns in arithmetic.
Identify arithmetic patterns (including patterns in the addition table or
multiplication table), and explain them using properties of operations. For
example, observe that 4 times a number is always even, and explain why 4
times a number can be decomposed into two equal addends.
enumeration CC.3.NBT.1
Common Core State Standards Math - Use place value
understanding and properties of operations to perform multi-digit
arithmetic. Use place value understanding to round whole numbers to the
nearest 10 or 100.
enumeration CC.3.NBT.2
Common Core State Standards Math - Use place value
understanding and properties of operations to perform multi-digit
arithmetic. Fluently add and subtract within 1000 using strategies and
algorithms based on place value, properties of operations, and/or the
relationship between addition and subtraction. (A range of algorithms may be
used.)
enumeration CC.3.NBT.3
Common Core State Standards Math - Use place value
understanding and properties of operations to perform multi-digit
arithmetic. Multiply one-digit whole numbers by multiples of 10 in the range
10-90 (e.g., 9 × 80, 5 × 60) using strategies based on place value and
properties of operations. (A range of algorithms may be used.)
enumeration CC.3.NF.1
Common Core State Standards Math - Develop understanding of
fractions as numbers. Understand a fraction 1/b as the quantity formed by 1
part when a whole is partitioned into b equal parts; understand a fraction
a/b as the quantity formed by a parts of size 1/b. (Grade 3 expectations in
this domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)
enumeration CC.3.NF.2
Common Core State Standards Math - Develop understanding of
fractions as numbers. Understand a fraction as a number on the number line;
represent fractions on a number line diagram. (Grade 3 expectations in this
domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)
enumeration CC.3.NF.2a
Common Core State Standards Math - Represent a fraction 1/b
on a number line diagram by defining the interval from 0 to 1 as the whole
and partitioning it into b equal parts. Recognize that each part has size
1/b and that the endpoint of the part based at 0 locates the number 1/b on
the number line. (Grade 3 expectations in this domain are limited to
fractions with denominators 2, 3, 4, 6, and 8.)
enumeration CC.3.NF.2b
Common Core State Standards Math - Represent a fraction a/b
on a number line diagram by marking off a lengths 1/b from 0. Recognize that
the resulting interval has size a/b and that its endpoint locates the number
a/b on the number line. (Grade 3 expectations in this domain are limited to
fractions with denominators 2, 3, 4, 6, and 8.)
enumeration CC.3.NF.3
Common Core State Standards Math - Develop understanding of
fractions as numbers. Explain equivalence of fractions in special cases, and
compare fractions by reasoning about their size. (Grade 3 expectations in
this domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)
enumeration CC.3.NF.3a
Common Core State Standards Math - Understand two fractions
as equivalent (equal) if they are the same size, or the same point on a
number line. (Grade 3 expectations in this domain are limited to fractions
with denominators 2, 3, 4, 6, and 8.)
enumeration CC.3.NF.3b
Common Core State Standards Math - Recognize and generate
simple equivalent fractions (e.g., 1/2 = 2/4, 4/6 = 2/3), Explain why the
fractions are equivalent, e.g., by using a visual fraction model. (Grade 3
expectations in this domain are limited to fractions with denominators 2, 3,
4, 6, and 8.)
enumeration CC.3.NF.3c
Common Core State Standards Math - Express whole numbers as
fractions, and recognize fractions that are equivalent to whole numbers.
Examples: Express 3 in the form 3 = 3/1; recognize that 6/1 = 6; locate 4/4
and 1 at the same point of a number line diagram. (Grade 3 expectations in
this domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)
enumeration CC.3.NF.3d
Common Core State Standards Math - Compare two fractions with
the same numerator or the same denominator, by reasoning about their size,
Recognize that valid comparisons rely on the two fractions referring to the
same whole. Record the results of comparisons with the symbols >, =, or
<, and justify the conclusions, e.g., by using a visual fraction model.
(Grade 3 expectations in this domain are limited to fractions with
denominators 2, 3, 4, 6, and 8.)
enumeration CC.3.MD.1
Common Core State Standards Math - Solve problems involving
measurement and estimation of intervals of time, liquid volumes, and masses
of objects. Tell and write time to the nearest minute and measure time
intervals in minutes. Solve word problems involving addition and subtraction
of time intervals in minutes, e.g., by representing the problem on a number
line diagram.
enumeration CC.3.MD.2
Common Core State Standards Math - Solve problems involving
measurement and estimation of intervals of time, liquid volumes, and masses
of objects. Measure and estimate liquid volumes and masses of objects using
standard units of grams (g), kilograms (kg), and liters (l). (Excludes
compound units such as cm^3 and finding the geometric volume of a
container.) Add, subtract, multiply, or divide to solve one-step word
problems involving masses or volumes that are given in the same units, e.g.,
by using drawings (such as a beaker with a measurement scale) to represent
the problem. (Excludes multiplicative comparison problems (problems
involving notions of “times as much.”)
enumeration CC.3.MD.3
Common Core State Standards Math - Represent and interpret
data. Draw a scaled picture graph and a scaled bar graph to represent a data
set with several categories. Solve one- and two-step “how many more” and
“how many less” problems using information presented in scaled bar graphs.
For example, draw a bar graph in which each square in the bar graph might
represent 5 pets.
enumeration CC.3.MD.4
Common Core State Standards Math - Represent and interpret
data. Generate measurement data by measuring lengths using rulers marked
with halves and fourths of an inch. Show the data by making a line plot,
where the horizontal scale is marked off in appropriate units—whole numbers,
halves, or quarters.
enumeration CC.3.MD.5
Common Core State Standards Math - Geometric measurement:
understand concepts of area and relate area to multiplication and to
addition. Recognize area as an attribute of plane figures and understand
concepts of area measurement. -- a. A square with side length 1 unit, called
“a unit square,” is said to have “one square unit” of area, and can be used
to measure area. -- b. A plane figure which can be covered without gaps or
overlaps by n unit squares is said to have an area of n square units.
enumeration CC.3.MD.6
Common Core State Standards Math - Geometric measurement:
understand concepts of area and relate area to multiplication and to
addition. Measure areas by counting unit squares (square cm, square m,
square in, square ft, and improvised units).
enumeration CC.3.MD.7
Common Core State Standards Math - Geometric measurement:
understand concepts of area and relate area to multiplication and to
addition. Relate area to the operations of multiplication and addition.
enumeration CC.3.MD.7a
Common Core State Standards Math - Find the area of a
rectangle with whole-number side lengths by tiling it, and show that the
area is the same as would be found by multiplying the side lengths.
enumeration CC.3.MD.7b
Common Core State Standards Math - Multiply side lengths to
find areas of rectangles with whole-number side lengths in the context of
solving real world and mathematical problems, and represent whole-number
products as rectangular areas in mathematical reasoning.
enumeration CC.3.MD.7c
Common Core State Standards Math - Use tiling to show in a
concrete case that the area of a rectangle with whole-number side lengths a
and b + c is the sum of a × b and a × c. Use area models to represent the
distributive property in mathematical reasoning.
enumeration CC.3.MD.7d
Common Core State Standards Math - Recognize area as
additive. Find areas of rectilinear figures by decomposing them into
non-overlapping rectangles and adding the areas of the non-overlapping
parts, applying this technique to solve real world problems.
enumeration CC.3.MD.8
Common Core State Standards Math - Geometric measurement:
recognize perimeter as an attribute of plane figures and distinguish between
linear and area measures. Solve real world and mathematical problems
involving perimeters of polygons, including finding the perimeter given the
side lengths, finding an unknown side length, and exhibiting rectangles with
the same perimeter and different area or with the same area and different
perimeter.
enumeration CC.3.G.1
Common Core State Standards Math - Reason with shapes and
their attributes. Understand that shapes in different categories (e.g.,
rhombuses, rectangles, and others) may share attributes (e.g., having four
sides), and that the shared attributes can define a larger category (e.g.,
quadrilaterals). Recognize rhombuses, rectangles, and squares as examples of
quadrilaterals, and draw examples of quadrilaterals that do not belong to
any of these subcategories.
enumeration CC.3.G.2
Common Core State Standards Math - Reason with shapes and
their attributes. Partition shapes into parts with equal areas. Express the
area of each part as a unit fraction of the whole. For example, partition a
shape into 4 parts with equal area, and describe the area of each part is
1/4 of the area of the shape.
enumeration CC.4.OA.1
Common Core State Standards Math - Use the four operations
with whole numbers to solve problems. Interpret a multiplication equation as
a comparison, e.g., interpret 35 = 5 x 7 as a statement that 35 is 5 times
as many as 7 and 7 times as many as 5. Represent verbal statements of
multiplicative comparisons as multiplication equations.
enumeration CC.4.OA.2
Common Core State Standards Math - Use the four operations
with whole numbers to solve problems. Multiply or divide to solve word
problems involving multiplicative comparison, e.g., by using drawings and
equations with a symbol for the unknown number to represent the problem,
distinguishing multiplicative comparison from additive comparison.
enumeration CC.4.OA.3
Common Core State Standards Math - Use the four operations
with whole numbers to solve problems. Solve multistep word problems posed
with whole numbers and having whole-number answers using the four
operations, including problems in which remainders must be interpreted.
Represent these problems using equations with a letter standing for the
unknown quantity. Assess the reasonableness of answers using mental
computation and estimation strategies including rounding.
enumeration CC.4.OA.4
Common Core State Standards Math - Gain familiarity with
factors and multiples. Find all factor pairs for a whole number in the range
1-100. Recognize that a whole number is a multiple of each of its factors.
Determine whether a given whole number in the range 1-100 is a multiple of a
given one-digit number. Determine whether a given whole number in the range
1-100 is prime or composite.
enumeration CC.4.OA.5
Common Core State Standards Math - Generate and analyze
patterns. Generate a number or shape pattern that follows a given rule.
Identify apparent features of the pattern that were not explicit in the rule
itself. For example, given the rule “Add 3” and the starting number 1,
generate terms in the resulting sequence and observe that the terms appear
to alternate between odd and even numbers. Explain informally why the
numbers will continue to alternate in this way.
enumeration CC.4.NBT.1
Common Core State Standards Math - Generalize place value
understanding for multi-digit whole numbers. Recognize that in a multi-digit
whole number, a digit in one place represents ten times what it represents
in the place to its right. For example, recognize that 700 ÷ 70 = 10 by
applying concepts of place value and division. (Grade 4 expectations in this
domain are limited to whole numbers less than or equal to 1,000,000.)
enumeration CC.4.NBT.2
Common Core State Standards Math - Generalize place value
understanding for multi-digit whole numbers. Read and write multi-digit
whole numbers using base-ten numerals, number names, and expanded form.
Compare two multi-digit numbers based on meanings of the digits in each
place, using >, =, and < symbols to record the results of comparisons.
(Grade 4 expectations in this domain are limited to whole numbers less than
or equal to 1,000,000.)
enumeration CC.4.NBT.3
Common Core State Standards Math - Generalize place value
understanding for multi-digit whole numbers. Use place value understanding
to round multi-digit whole numbers to any place. (Grade 4 expectations in
this domain are limited to whole numbers less than or equal to 1,000,000.)
enumeration CC.4.NBT.4
Common Core State Standards Math - Use place value
understanding and properties of operations to perform multi-digit
arithmetic. Fluently add and subtract multi-digit whole numbers using the
standard algorithm. (Grade 4 expectations in this domain are limited to
whole numbers less than or equal to 1,000,000. A range of algorithms may be
used.)
enumeration CC.4.NBT.5
Common Core State Standards Math - Use place value
understanding and properties of operations to perform multi-digit
arithmetic. Multiply a whole number of up to four digits by a one-digit
whole number, and multiply two two-digit numbers, using strategies based on
place value and the properties of operations. Illustrate and explain the
calculation by using equations, rectangular arrays, and/or area models.
(Grade 4 expectations in this domain are limited to whole numbers less than
or equal to 1,000,000. A range of algorithms may be used.)
enumeration CC.4.NBT.6
Common Core State Standards Math - Use place value
understanding and properties of operations to perform multi-digit
arithmetic. Find whole-number quotients and remainders with up to four-digit
dividends and one-digit divisors, using strategies based on place value, the
properties of operations, and/or the relationship between multiplication and
division. Illustrate and explain the calculation by using equations,
rectangular arrays, and/or area models. (Grade 4 expectations in this domain
are limited to whole numbers less than or equal to 1,000,000. A range of
algorithms may be used.)
enumeration CC.4.NF.1
Common Core State Standards Math - Extend understanding of
fraction equivalence and ordering. Explain why a fraction a/b is equivalent
to a fraction (n × a)/(n × b) by using visual fraction models, with
attention to how the number and size of the parts differ even though the two
fractions themselves are the same size. Use this principle to recognize and
generate equivalent fractions. (Grade 4 expectations in this domain are
limited to fractions with denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)
enumeration CC.4.NF.2
Common Core State Standards Math - Extend understanding of
fraction equivalence and ordering. Compare two fractions with different
numerators and different denominators, e.g., by creating common denominators
or numerators, or by comparing to a benchmark fraction such as 1/2.
Recognize that comparisons are valid only when the two fractions refer to
the same whole. Record the results of comparisons with symbols >, =, or
<, and justify the conclusions, e.g., by using a visual fraction model.
(Grade 4 expectations in this domain are limited to fractions with
denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)
enumeration CC.4.NF.3
Common Core State Standards Math - Build fractions from unit
fractions by applying and extending previous understandings of operations on
whole numbers. Understand a fraction a/b with a > 1 as a sum of fractions
1/b. (Grade 4 expectations in this domain are limited to fractions with
denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)
enumeration CC.4.NF.3a
Common Core State Standards Math - Understand addition and
subtraction of fractions as joining and separating parts referring to the
same whole.
enumeration CC.4.NF.3b
Common Core State Standards Math - Decompose a fraction into
a sum of fractions with the same denominator in more than one way, recording
each decomposition by an equation. Justify decompositions, e.g., by using a
visual fraction model. Examples: 3/8 = 1/8 + 1/8 + 1/8 ; 3/8 = 1/8 + 2/8 ; 2
1/8 = 1 + 1 + 1/8 = 8/8 + 8/8 + 1/8.
enumeration CC.4.NF.3c
Common Core State Standards Math - Add and subtract mixed
numbers with like denominators, e.g., by replacing each mixed number with an
equivalent fraction, and/or by using properties of operations and the
relationship between addition and subtraction.
enumeration CC.4.NF.3d
Common Core State Standards Math - Solve word problems
involving addition and subtraction of fractions referring to the same whole
and having like denominators, e.g., by using visual fraction models and
equations to represent the problem.
enumeration CC.4.NF.4
Common Core State Standards Math - Build fractions from unit
fractions by applying and extending previous understandings of operations on
whole numbers. Apply and extend previous understandings of multiplication to
multiply a fraction by a whole number. (Grade 4 expectations in this domain
are limited to fractions with denominators 2, 3, 4, 5, 6, 8, 10, 12, and
100.)
enumeration CC.4.NF.4a
Common Core State Standards Math - Understand a fraction a/b
as a multiple of 1/b. For example, use a visual fraction model to represent
5/4 as the product 5 × (1/4), recording the conclusion by the equation 5/4 =
5 × (1/4).
enumeration CC.4.NF.4b
Common Core State Standards Math - Understand a multiple of
a/b as a multiple of 1/b, and use this understanding to multiply a fraction
by a whole number. For example, use a visual fraction model to express 3 ×
(2/5) as 6 × (1/5), recognizing this product as 6/5. (In general, n × (a/b)
= (n × a)/b.)
enumeration CC.4.NF.4c
Common Core State Standards Math - Solve word problems
involving multiplication of a fraction by a whole number, e.g., by using
visual fraction models and equations to represent the problem. For example,
if each person at a party will eat 3/8 of a pound of roast beef, and there
will be 5 people at the party, how many pounds of roast beef will be needed?
Between what two whole numbers does your answer lie?
enumeration CC.4.NF.5
Common Core State Standards Math - Understand decimal
notation for fractions, and compare decimal fractions. Express a fraction
with denominator 10 as an equivalent fraction with denominator 100, and use
this technique to add two fractions with respective denominators 10 and 100.
For example, express 3/10 as 30/100 and add 3/10 + 4/100 = 34/100. (Students
who can generate equivalent fractions can develop strategies for adding
fractions with unlike denominators in general. But addition and subtraction
with unlike denominators in general is not a requirement at this grade.)
(Grade 4 expectations in this domain are limited to fractions with
denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)
enumeration CC.4.NF.6
Common Core State Standards Math - Understand decimal
notation for fractions, and compare decimal fractions. Use decimal notation
for fractions with denominators 10 or 100. For example, rewrite 0.62 as
62/100 ; describe a length as 0.62 meters; locate 0.62 on a number line
diagram. (Grade 4 expectations in this domain are limited to fractions with
denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)
enumeration CC.4.NF.7
Common Core State Standards Math - Understand decimal
notation for fractions, and compare decimal fractions. Compare two decimals
to hundredths by reasoning about their size. Recognize that comparisons
comparisons are valid only when two decimals refer to the same whole. Record
the results of comparisons with the symbols >, =, or <, and justify the
conclusions, e.g., by using a visual model. (Grade 4 expectations in this
domain are limited to fractions with denominators 2, 3, 4, 5, 6, 8, 10, 12,
and 100.)
enumeration CC.4.MD.1
Common Core State Standards Math - Solve problems involving
measurement and conversion of measurements from a larger unit to a smaller
unit. Know relative sizes of measurement units within one system of units
including km, m, cm; kg, g; lb, oz.; l, ml; hr, min, sec. Within a single
system of measurement, express measurements in a larger unit in terms of a
smaller unit. Record measurement equivalents in a two-column table. For
example: Know that 1 ft is 12 times as long as 1 in. Express the length of a
4 ft snake as 48 in. Generate a conversion table for feet and inches listing
the number pairs (1, 12), (2, 24), (3, 36), ….
enumeration CC.4.MD.2
Common Core State Standards Math - Solve problems involving
measurement and conversion of measurements from a larger unit to a smaller
unit. Use the four operations to solve word problems involving distances,
intervals of time, liquid volumes, masses of objects, and money, including
problems involving simple fractions or decimals, and problems that require
expressing measurements given in a larger unit in terms of a smaller unit.
Represent measurement quantities using diagrams such as number line diagrams
that feature a measurement scale.
enumeration CC.4.MD.3
Common Core State Standards Math - Solve problems involving
measurement and conversion of measurements from a larger unit to a smaller
unit. Apply the area and perimeter formulas for rectangles in real world and
mathematical problems. For example, find the width of a rectangular room
given the area of the flooring and the length, by viewing the area formula
as a multiplication equation with an unknown factor.
enumeration CC.4.MD.4
Common Core State Standards Math - Represent and interpret
data. Make a line plot to display a data set of measurements in fractions of
a unit (1/2, 1/4, 1/8). Solve problems involving addition and subtraction of
fractions by using information presented in line plots. For example, from a
line plot find and interpret the difference in length between the longest
and shortest specimens in an insect collection.
enumeration CC.4.MD.5
Common Core State Standards Math - Geometric measurement:
understand concepts of angle and measure angles. Recognize angles as
geometric shapes that are formed wherever two rays share a common endpoint,
and understand concepts of angle measurement: -- a. An angle is measured
with reference to a circle with its center at the common endpoint of the
rays, by considering the fraction of the circular arc between the points
where the two rays intersect the circle. An angle that turns through 1/360
of a circle is called a “one-degree angle,” and can be used to measure
angles. -- b. An angle that turns through n one-degree angles is said to
have an angle measure of n degrees.
enumeration CC.4.MD.6
Common Core State Standards Math - Geometric measurement:
understand concepts of angle and measure angles. Measure angles in
whole-number degrees using a protractor. Sketch angles of specified measure.
enumeration CC.4.MD.7
Common Core State Standards Math - Geometric measurement:
understand concepts of angle and measure angles. Recognize angle measure as
additive. When an angle is decomposed into non-overlapping parts, the angle
measure of the whole is the sum of the angle measures of the parts. Solve
addition and subtraction problems to find unknown angles on a diagram in
real world and mathematical problems, e.g., by using an equation with a
symbol for the unknown angle measure.
enumeration CC.4.G.1
Common Core State Standards Math - Draw and identify lines
and angles, and classify shapes by properties of their lines and angles.
Draw points, lines, line segments, rays, angles (right, acute, obtuse), and
perpendicular and parallel lines. Identify these in two-dimensional figures.
enumeration CC.4.G.2
Common Core State Standards Math - Draw and identify lines
and angles, and classify shapes by properties of their lines and angles.
Classify two-dimensional figures based on the presence or absence of
parallel or perpendicular lines, or the presence or absence of angles of a
specified size. Recognize right triangles as a category, and identify right
triangles.
enumeration CC.4.G.3
Common Core State Standards Math - Draw and identify lines
and angles, and classify shapes by properties of their lines and angles.
Recognize a line of symmetry for a two-dimensional figure as a line across
the figure such that the figure can be folded along the line into matching
parts. Identify line-symmetric figures and draw lines of symmetry.
enumeration CC.5.OA.1
Common Core State Standards Math - Write and interpret
numerical expressions. Use parentheses, brackets, or braces in numerical
expressions, and evaluate expressions with these symbols.
enumeration CC.5.OA.2
Common Core State Standards Math - Write and interpret
numerical expressions. Write simple expressions that record calculations
with numbers, and interpret numerical expressions without evaluating them.
For example, express the calculation “add 8 and 7, then multiply by 2” as 2
× (8 + 7). Recognize that 3 × (18932 + 921) is three times as large as 18932
+ 921, without having to calculate the indicated sum or product.
enumeration CC.5.OA.3
Common Core State Standards Math - Analyze patterns and
relationships. Generate two numerical patterns using two given rules.
Identify apparent relationships between corresponding terms. Form ordered
pairs consisting of corresponding terms from the two patterns, and graph the
ordered pairs on a coordinate plane. For example, given the rule “Add 3” and
the starting number 0, and given the rule “Add 6” and the starting number 0,
generate terms in the resulting sequences, and observe that the terms in one
sequence are twice the corresponding terms in the other sequence. Explain
informally why this is so.
enumeration CC.5.NBT.1
Common Core State Standards Math - Understand the place value
system. Recognize that in a multi-digit number, a digit in one place
represents 10 times as much as it represents in the place to its right and
1/10 of what it represents in the place to its left.
enumeration CC.5.NBT.2
Common Core State Standards Math - Understand the place value
system. Explain patterns in the number of zeros of the product when
multiplying a number by powers of 10, and explain patterns in the placement
of the decimal point when a decimal is multiplied or divided by a power of
10. Use whole number exponents to denote powers of 10.
enumeration CC.5.NBT.3
Common Core State Standards Math - Understand the place value
system. Read, write, and compare decimals to thousandths.
enumeration CC.5.NBT.3a
Common Core State Standards Math - Read and write decimals to
thousandths using base-ten numerals, number names, and expanded form, e.g.,
347.392 = 3 × 100 + 4 × 10 + 7 × 1 + 3 × (1/10) + 9 × (1/100) + 2 ×
(1/1000).
enumeration CC.5.NBT.3b
Common Core State Standards Math - Compare two decimals to
thousandths based on meanings of the digits in each place, using >, =, and
< symbols to record the results of comparisons.
enumeration CC.5.NBT.4
Common Core State Standards Math - Understand the place value
system. Use place value understanding to round decimals to any place.
enumeration CC.5.NBT.5
Common Core State Standards Math - Perform operations with
multi-digit whole numbers and with decimals to hundredths. Fluently multiply
multi-digit whole numbers using the standard algorithm.
enumeration CC.5.NBT.6
Common Core State Standards Math - Perform operations with
multi-digit whole numbers and with decimals to hundredths. Find whole-number
quotients of whole numbers with up to four-digit dividends and two-digit
divisors, using strategies based on place value, the properties of
operations, and/or the relationship between multiplication and division.
Illustrate and explain the calculation by using equations, rectangular
arrays, and/or area models.
enumeration CC.5.NBT.7
Common Core State Standards Math - Perform operations with
multi-digit whole numbers and with decimals to hundredths. Add, subtract,
multiply, and divide decimals to hundredths, using concrete models or
drawings and strategies based on place value, properties of operations,
and/or the relationship between addition and subtraction; relate the
strategy to a written method and explain the reasoning used.
enumeration CC.5.NF.1
Common Core State Standards Math - Use equivalent fractions
as a strategy to add and subtract fractions. Add and subtract fractions with
unlike denominators (including mixed numbers) by replacing given fractions
with equivalent fractions in such a way as to produce an equivalent sum or
difference of fractions with like denominators. For example, 2/3 + 5/4 =
8/12 + 15/12 = 23/12. (In general, a/b + c/d = (ad + bc)/bd.)
enumeration CC.5.NF.2
Common Core State Standards Math - Use equivalent fractions
as a strategy to add and subtract fractions. Solve word problems involving
addition and subtraction of fractions referring to the same whole, including
cases of unlike denominators, e.g., by using visual fraction models or
equations to represent the problem. Use benchmark fractions and number sense
of fractions to estimate mentally and assess the reasonableness of answers.
For example, recognize an incorrect result 2/5 + 1/2 = 3/7 by observing that
3/7 < 1/2.
enumeration CC.5.NF.3
Common Core State Standards Math - Apply and extend previous
understandings of multiplication and division to multiply and divide
fractions. Interpret a fraction as division of the numerator by the
denominator (a/b = a ÷ b). Solve word problems involving division of whole
numbers leading to answers in the form of fractions or mixed numbers, e.g.,
by using visual fraction models or equations to represent the problem. For
example, interpret 3/4 as the result of dividing 3 by 4, noting that 3/4
multiplied by 4 equals 3 and that when 3 wholes are shared equally among 4
people each person has a share of size 3/4. If 9 people want to share a
50-pound sack of rice equally by weight, how many pounds of rice should each
person get? Between what two whole numbers does your answer lie?
enumeration CC.5.NF.4
Common Core State Standards Math - Apply and extend previous
understandings of multiplication and division to multiply and divide
fractions. Apply and extend previous understandings of multiplication to
multiply a fraction or whole number by a fraction.
enumeration CC.5.NF.4a
Common Core State Standards Math - Interpret the product
(a/b) × q as a parts of a partition of q into b equal parts; equivalently,
as the result of a sequence of operations a × q ÷ b. For example, use a
visual fraction model to show (2/3) × 4 = 8/3, and create a story context
for this equation. Do the same with (2/3) × (4/5) = 8/15. (In general, (a/b)
× (c/d) = ac/bd.)
enumeration CC.5.NF.4b
Common Core State Standards Math - Find the area of a
rectangle with fractional side lengths by tiling it with unit squares of the
appropriate unit fraction side lengths, and show that the area is the same
as would be found by multiplying the side lengths. Multiply fractional side
lengths to find areas of rectangles, and represent fraction products as
rectangular areas.
enumeration CC.5.NF.5
Common Core State Standards Math - Apply and extend previous
understandings of multiplication and division to multiply and divide
fractions. Interpret multiplication as scaling (resizing) by: -- a.
Comparing the size of a product to the size of one factor on the basis of
the size of the other factor, without performing the indicated
multiplication. -- b. Explaining why multiplying a given number by a
fraction greater than 1 results in a product greater than the given number
(recognizing multiplication by whole numbers greater than 1 as a familiar
case); explaining why multiplying a given number by a fraction less than 1
results in a product smaller than the given number; and relating the
principle of fraction equivalence a/b = (n×a) / (n×b) to the effect of
multiplying a/b by 1.
enumeration CC.5.NF.6
Common Core State Standards Math - Apply and extend previous
understandings of multiplication and division to multiply and divide
fractions. Solve real world problems involving multiplication of fractions
and mixed numbers, e.g., by using visual fraction models or equations to
represent the problem.
enumeration CC.5.NF.7
Common Core State Standards Math - Apply and extend previous
understandings of multiplication and division to multiply and divide
fractions. Apply and extend previous understandings of division to divide
unit fractions by whole numbers and whole numbers by unit fractions.
(Students able to multiply fractions in general can develop strategies to
divide fractions in general, by reasoning about the relationship between
multiplication and division. But division of a fraction by a fraction is not
a requirement at this grade.)
enumeration CC.5.NF.7a
Common Core State Standards Math - Interpret division of a
unit fraction by a non-zero whole number, and compute such quotients. For
example, create a story context for (1/3) ÷ 4 and use a visual fraction
model to show the quotient. Use the relationship between multiplication and
division to explain that (1/3) ÷ 4 = 1/12 because (1/12) × 4 = 1/3.
enumeration CC.5.NF.7b
Common Core State Standards Math - Interpret division of a
whole number by a unit fraction, and compute such quotients. For example,
create a story context for 4 ÷ (1/5) and use a visual fraction model to show
the quotient. Use the relationship between multiplication and division to
explain that 4 ÷ (1/5) = 20 because 20 × (1/5) = 4.
enumeration CC.5.NF.7c
Common Core State Standards Math - Solve real-world problems
involving division of unit fractions by non-zero whole numbers and division
of whole numbers by unit fractions, e.g., by using visual fraction models
and equations to represent the problem. For example, how much chocolate will
each person get if 3 people share 1/2 lb of chocolate equally? How many
1/3-cup servings are in 2 cups of raisins?
enumeration CC.5.MD.1
Common Core State Standards Math - Convert like measurement
units within a given measurement system. Convert among different-sized
standard measurement units within a given measurement system (e.g., convert
5 cm to 0.05 m), and use these conversions in solving multi-step real world
problems.
enumeration CC.5.MD.2
Common Core State Standards Math - Represent and interpret
data. Make a line plot to display a data set of measurements in fractions of
a unit (1/2, 1/4, 1/8). Use operations on fractions for this grade to solve
problems involving information presented in line plots. For example, given
different measurements of liquid in identical beakers, find the amount of
liquid each beaker would contain if the total amount in all the beakers were
redistributed equally.
enumeration CC.5.MD.3
Common Core State Standards Math - Geometric measurement:
understand concepts of volume and relate volume to multiplication and to
addition. Recognize volume as an attribute of solid figures and understand
concepts of volume measurement. -- a. A cube with side length 1 unit, called
a “unit cube,” is said to have “one cubic unit” of volume, and can be used
to measure volume. -- b. A solid figure which can be packed without gaps or
overlaps using n unit cubes is said to have a volume of n cubic units.
enumeration CC.5.MD.4
Common Core State Standards Math - Geometric measurement:
understand concepts of volume and relate volume to multiplication and to
addition. Measure volumes by counting unit cubes, using cubic cm, cubic in,
cubic ft, and improvised units.
enumeration CC.5.MD.5
Common Core State Standards Math - Geometric measurement:
understand concepts of volume and relate volume to multiplication and to
addition. Relate volume to the operations of multiplication and addition and
solve real world and mathematical problems involving volume.
enumeration CC.5.MD.5a
Common Core State Standards Math - Find the volume of a right
rectangular prism with whole-number side lengths by packing it with unit
cubes, and show that the volume is the same as would be found by multiplying
the edge lengths, equivalently by multiplying the height by the area of the
base. Represent three-fold whole-number products as volumes, e.g., to
represent the associative property of multiplication.
enumeration CC.5.MD.5b
Common Core State Standards Math - Apply the formulas V
=(l)(w)(h) and V = (b)(h) for rectangular prisms to find volumes of right
rectangular prisms with whole-number edge lengths in the context of solving
real world and mathematical problems.
enumeration CC.5.MD.5c
Common Core State Standards Math - Recognize volume as
additive. Find volumes of solid figures composed of two non-overlapping
right rectangular prisms by adding the volumes of the non-overlapping parts,
applying this technique to solve real world problems.
enumeration CC.5.G.1
Common Core State Standards Math - Graph points on the
coordinate plane to solve real-world and mathematical problems. Use a pair
of perpendicular number lines, called axes, to define a coordinate system,
with the intersection of the lines (the origin) arranged to coincide with
the 0 on each line and a given point in the plane located by using an
ordered pair of numbers, called its coordinates. Understand that the first
number indicates how far to travel from the origin in the direction of one
axis, and the second number indicates how far to travel in the direction of
the second axis, with the convention that the names of the two axes and the
coordinates correspond (e.g., x-axis and x-coordinate, y-axis and
y-coordinate).
enumeration CC.5.G.2
Common Core State Standards Math - Graph points on the
coordinate plane to solve real-world and mathematical problems. Represent
real world and mathematical problems by graphing points in the first
quadrant of the coordinate plane, and interpret coordinate values of points
in the context of the situation.
enumeration CC.5.G.3
Common Core State Standards Math - Classify two-dimensional
figures into categories based on their properties. Understand that
attributes belonging to a category of two-dimensional figures also belong to
all subcategories of that category. For example, all rectangles have four
right angles and squares are rectangles, so all squares have four right
angles.
enumeration CC.5.G.4
Common Core State Standards Math - Classify two-dimensional
figures into categories based on their properties. Classify two-dimensional
figures in a hierarchy based on properties.
enumeration CC.6.RP.1
Common Core State Standards Math - Understand ratio concepts
and use ratio reasoning to solve problems. Understand the concept of a ratio
and use ratio language to describe a ratio relationship between two
quantities. For example, “The ratio of wings to beaks in the bird house at
the zoo was 2:1, because for every 2 wings there was 1 beak.” “For every
vote candidate A received, candidate C received nearly three votes.”
enumeration CC.6.RP.2
Common Core State Standards Math - Understand ratio concepts
and use ratio reasoning to solve problems. Understand the concept of a unit
rate a/b associated with a ratio a:b with b ≠ 0 (b not equal to zero), and
use rate language in the context of a ratio relationship. For example, "This
recipe has a ratio of 3 cups of flour to 4 cups of sugar, so there is 3/4
cup of flour for each cup of sugar." "We paid $75 for 15 hamburgers, which
is a rate of $5 per hamburger." (Expectations for unit rates in this grade
are limited to non-complex fractions.)
enumeration CC.6.RP.3
Common Core State Standards Math - Understand ratio concepts
and use ratio reasoning to solve problems. Use ratio and rate reasoning to
solve real-world and mathematical problems, e.g., by reasoning about tables
of equivalent ratios, tape diagrams, double number line diagrams, or
equations.
enumeration CC.6.RP.3a
Common Core State Standards Math - Make tables of equivalent
ratios relating quantities with whole-number measurements, find missing
values in the tables, and plot the pairs of values on the coordinate plane.
Use tables to compare ratios.
enumeration CC.6.RP.3b
Common Core State Standards Math - Solve unit rate problems
including those involving unit pricing and constant speed. For example, If
it took 7 hours to mow 4 lawns, then at that rate, how many lawns could be
mowed in 35 hours? At what rate were lawns being mowed?
enumeration CC.6.RP.3c
Common Core State Standards Math - Find a percent of a
quantity as a rate per 100 (e.g., 30% of a quantity means 30/100 times the
quantity); solve problems involving finding the whole given a part and the
percent.
enumeration CC.6.RP.3d
Common Core State Standards Math - Use ratio reasoning to
convert measurement units; manipulate and transform units appropriately when
multiplying or dividing quantities.
enumeration CC.6.NS.1
Common Core State Standards Math - Apply and extend previous
understandings of multiplication and division to divide fractions by
fractions. Interpret and compute quotients of fractions, and solve word
problems involving division of fractions by fractions, e.g., by using visual
fraction models and equations to represent the problem. For example, create
a story context for (2/3) ÷ (3/4) and use a visual fraction model to show
the quotient; use the relationship between multiplication and division to
explain that (2/3) ÷ (3/4) = 8/9 because 3/4 of 8/9 is 2/3. (In general,
(a/b) ÷ (c/d) = ad/bc.) How much chocolate will each person get if 3 people
share 1/2 lb of chocolate equally? How many 3/4-cup servings are in 2/3 of a
cup of yogurt? How wide is a rectangular strip of land with length 3/4 mi
and area 1/2 square mi?
enumeration CC.6.NS.2
Common Core State Standards Math - Compute fluently with
multi-digit numbers and find common factors and multiples. Fluently divide
multi-digit numbers using the standard algorithm.
enumeration CC.6.NS.3
Common Core State Standards Math - Compute fluently with
multi-digit numbers and find common factors and multiples. Fluently add,
subtract, multiply, and divide multi-digit decimals using the standard
algorithm for each operation.
enumeration CC.6.NS.4
Common Core State Standards Math - Compute fluently with
multi-digit numbers and find common factors and multiples. Find the greatest
common factor of two whole numbers less than or equal to 100 and the least
common multiple of two whole numbers less than or equal to 12. Use the
distributive property to express a sum of two whole numbers 1–100 with a
common factor as a multiple of a sum of two whole numbers with no common
factor. For example, express 36 + 8 as 4 (9 + 2).
enumeration CC.6.NS.5
Common Core State Standards Math - Apply and extend previous
understandings of numbers to the system of rational numbers. Understand that
positive and negative numbers are used together to describe quantities
having opposite directions or values (e.g., temperature above/below zero,
elevation above/below sea level, debits/credits, positive/negative electric
charge); use positive and negative numbers to represent quantities in
real-world contexts, explaining the meaning of 0 in each situation.
enumeration CC.6.NS.6
Common Core State Standards Math - Apply and extend previous
understandings of numbers to the system of rational numbers. Understand a
rational number as a point on the number line. Extend number line diagrams
and coordinate axes familiar from previous grades to represent points on the
line and in the plane with negative number coordinates.
enumeration CC.6.NS.6a
Common Core State Standards Math - Recognize opposite signs
of numbers as indicating locations on opposite sides of 0 on the number
line; recognize that the opposite of the opposite of a number is the number
itself, e.g., –(–3) = 3, and that 0 is its own opposite.
enumeration CC.6.NS.6b
Common Core State Standards Math - Understand signs of
numbers in ordered pairs as indicating locations in quadrants of the
coordinate plane; recognize that when two ordered pairs differ only by
signs, the locations of the points are related by reflections across one or
both axes.
enumeration CC.6.NS.6c
Common Core State Standards Math - Find and position integers
and other rational numbers on a horizontal or vertical number line diagram;
find and position pairs of integers and other rational numbers on a
coordinate plane.
enumeration CC.6.NS.7
Common Core State Standards Math - Apply and extend previous
understandings of numbers to the system of rational numbers. Understand
ordering and absolute value of rational numbers.
enumeration CC.6.NS.7a
Common Core State Standards Math - Interpret statements of
inequality as statements about the relative position of two numbers on a
number line diagram. For example, interpret –3 > –7 as a statement that –3
is located to the right of –7 on a number line oriented from left to right.
enumeration CC.6.NS.7b
Common Core State Standards Math - Write, interpret, and
explain statements of order for rational numbers in real-world contexts. For
example, write –3°C > –7°C to express the fact that –3°C is warmer than
–7°C.
enumeration CC.6.NS.7c
Common Core State Standards Math - Understand the absolute
value of a rational number as its distance from 0 on the number line;
interpret absolute value as magnitude for a positive or negative quantity in
a real-world situation. For example, for an account balance of –30 dollars,
write |–30| = 30 to describe the size of the debt in dollars.
enumeration CC.6.NS.7d
Common Core State Standards Math - Distinguish comparisons of
absolute value from statements about order. For example, recognize that an
account balance less than –30 dollars represents a debt greater than 30
dollars.
enumeration CC.6.NS.8
Common Core State Standards Math - Apply and extend previous
understandings of numbers to the system of rational numbers. Solve
real-world and mathematical problems by graphing points in all four
quadrants of the coordinate plane. Include use of coordinates and absolute
value to find distances between points with the same first coordinate or the
same second coordinate.
enumeration CC.6.EE.1
Common Core State Standards Math - Apply and extend previous
understandings of arithmetic to algebraic expressions. Write and evaluate
numerical expressions involving whole-number exponents.
enumeration CC.6.EE.2
Common Core State Standards Math - Apply and extend previous
understandings of arithmetic to algebraic expressions. Write, read, and
evaluate expressions in which letters stand for numbers.
enumeration CC.6.EE.2a
Common Core State Standards Math - Write expressions that
record operations with numbers and with letters standing for numbers. For
example, express the calculation “Subtract y from 5” as 5 – y.
enumeration CC.6.EE.2b
Common Core State Standards Math - Identify parts of an
expression using mathematical terms (sum, term, product, factor, quotient,
coefficient); view one or more parts of an expression as a single entity.
For example, describe the expression 2(8 + 7) as a product of two factors;
view (8 + 7) as both a single entity and a sum of two terms.
enumeration CC.6.EE.2c
Common Core State Standards Math - Evaluate expressions at
specific values for their variables. Include expressions that arise from
formulas in real-world problems. Perform arithmetic operations, including
those involving whole-number exponents, in the conventional order when there
are no parentheses to specify a particular order (Order of Operations). For
example, use the formulas V = s^3 and A = 6 s^2 to find the volume and
surface area of a cube with sides of length s = 1/2.
enumeration CC.6.EE.3
Common Core State Standards Math - Apply and extend previous
understandings of arithmetic to algebraic expressions. Apply the properties
of operations to generate equivalent expressions. For example, apply the
distributive property to the expression 3(2 + x) to produce the equivalent
expression 6 + 3x; apply the distributive property to the expression 24x +
18y to produce the equivalent expression 6 (4x + 3y); apply properties of
operations to y + y + y to produce the equivalent expression 3y.
enumeration CC.6.EE.4
Common Core State Standards Math - Apply and extend previous
understandings of arithmetic to algebraic expressions. Identify when two
expressions are equivalent (i.e., when the two expressions name the same
number regardless of which value is substituted into them). For example, the
expressions y + y + y and 3y are equivalent because they name the same
number regardless of which number y stands for.
enumeration CC.6.EE.5
Common Core State Standards Math - Reason about and solve
one-variable equations and inequalities. Understand solving an equation or
inequality as a process of answering a question: which values from a
specified set, if any, make the equation or inequality true? Use
substitution to determine whether a given number in a specified set makes an
equation or inequality true.
enumeration CC.6.EE.6
Common Core State Standards Math - Reason about and solve
one-variable equations and inequalities. Use variables to represent numbers
and write expressions when solving a real-world or mathematical problem;
understand that a variable can represent an unknown number, or, depending on
the purpose at hand, any number in a specified set.
enumeration CC.6.EE.7
Common Core State Standards Math - Reason about and solve
one-variable equations and inequalities. Solve real-world and mathematical
problems by writing and solving equations of the form x + p = q and px = q
for cases in which p, q and x are all nonnegative rational numbers.
enumeration CC.6.EE.8
Common Core State Standards Math - Reason about and solve
one-variable equations and inequalities. Write an inequality of the form x >
c or x < c to represent a constraint or condition in a real-world or
mathematical problem. Recognize that inequalities of the form x > c or x
< c have infinitely many solutions; represent solutions of such
inequalities on number line diagrams.
enumeration CC.6.EE.9
Common Core State Standards Math - Represent and analyze
quantitative relationships between dependent and independent variables. Use
variables to represent two quantities in a real-world problem that change in
relationship to one another; write an equation to express one quantity,
thought of as the dependent variable, in terms of the other quantity,
thought of as the independent variable. Analyze the relationship between the
dependent and independent variables using graphs and tables, and relate
these to the equation. For example, in a problem involving motion at
constant speed, list and graph ordered pairs of distances and times, and
write the equation d = 65t to represent the relationship between distance
and time.
enumeration CC.6.G.1
Common Core State Standards Math - Solve real-world and
mathematical problems involving area, surface area, and volume. Find area of
right triangles, other triangles, special quadrilaterals, and polygons by
composing into rectangles or decomposing into triangles and other shapes;
apply these techniques in the context of solving real-world and mathematical
problems.
enumeration CC.6.G.2
Common Core State Standards Math - Solve real-world and
mathematical problems involving area, surface area, and volume. Find the
volume of a right rectangular prism with fractional edge lengths by packing
it with unit cubes of the appropriate unit fraction edge lengths, and show
that the volume is the same as would be found by multiplying the edge
lengths of the prism. Apply the formulas V = l w h and V = b h to find
volumes of right rectangular prisms with fractional edge lengths in the
context of solving real-world and mathematical problems.
enumeration CC.6.G.3
Common Core State Standards Math - Solve real-world and
mathematical problems involving area, surface area, and volume. Draw
polygons in the coordinate plane given coordinates for the vertices; use
coordinates to find the length of a side joining points with the same first
coordinate or the same second coordinate. Apply these techniques in the
context of solving real-world and mathematical problems.
enumeration CC.6.G.4
Common Core State Standards Math - Solve real-world and
mathematical problems involving area, surface area, and volume. Represent
three-dimensional figures using nets made up of rectangles and triangles,
and use the nets to find the surface area of these figures. Apply these
techniques in the context of solving real-world and mathematical problems.
enumeration CC.6.SP.1
Common Core State Standards Math - Develop understanding of
statistical variability. Recognize a statistical question as one that
anticipates variability in the data related to the question and accounts for
it in the answers. For example, “How old am I?” is not a statistical
question, but “How old are the students in my school?” is a statistical
question because one anticipates variability in students’ ages.
enumeration CC.6.SP.2
Common Core State Standards Math - Develop understanding of
statistical variability. Understand that a set of data collected to answer a
statistical question has a distribution which can be described by its
center, spread, and overall shape.
enumeration CC.6.SP.3
Common Core State Standards Math - Develop understanding of
statistical variability. Recognize that a measure of center for a numerical
data set summarizes all of its values with a single number, while a measure
of variation describes how its values vary with a single number.
enumeration CC.6.SP.4
Common Core State Standards Math - Summarize and describe
distributions. Display numerical data in plots on a number line, including
dot plots, histograms, and box plots.
enumeration CC.6.SP.5
Common Core State Standards Math - Summarize and describe
distributions. Summarize numerical data sets in relation to their context,
such as by: -- a. Reporting the number of observations. -- b. Describing the
nature of the attribute under investigation, including how it was measured
and its units of measurement. -- c. Giving quantitative measures of center
(median and/or mean) and variability (interquartile range and/or mean
absolute deviation), as well as describing any overall pattern and any
striking deviations from the overall pattern with reference to the context
in which the data was gathered. -- d. Relating the choice of measures of
center and variability to the shape of the data distribution and the context
in which the data was gathered.
enumeration CC.7.RP.1
Common Core State Standards Math - Analyze proportional
relationships and use them to solve real-world and mathematical problems.
Compute unit rates associated with ratios of fractions, including ratios of
lengths, areas and other quantities measured in like or different units. For
example, if a person walks 1/2 mile in each 1/4 hour, compute the unit rate
as the complex fraction (1/2)/(1/4) miles per hour, equivalently 2 miles per
hour.
enumeration CC.7.RP.2
Common Core State Standards Math - Analyze proportional
relationships and use them to solve real-world and mathematical problems.
Recognize and represent proportional relationships between quantities.
enumeration CC.7.RP.2a
Common Core State Standards Math - Decide whether two
quantities are in a proportional relationship, e.g., by testing for
equivalent ratios in a table or graphing on a coordinate plane and observing
whether the graph is a straight line through the origin.
enumeration CC.7.RP.2b
Common Core State Standards Math - Identify the constant of
proportionality (unit rate) in tables, graphs, equations, diagrams, and
verbal descriptions of proportional relationships.
enumeration CC.7.RP.2c
Common Core State Standards Math - Represent proportional
relationships by equations. For example, if total cost t is proportional to
the number n of items purchased at a constant price p, the relationship
between the total cost and the number of items can be expressed as t = pn.
enumeration CC.7.RP.2d
Common Core State Standards Math - Explain what a point (x,
y) on the graph of a proportional relationship means in terms of the
situation, with special attention to the points (0, 0) and (1, r) where r is
the unit rate.
enumeration CC.7.RP.3
Common Core State Standards Math - Analyze proportional
relationships and use them to solve real-world and mathematical problems.
Use proportional relationships to solve multistep ratio and percent
problems. Examples: simple interest, tax, markups and markdowns, gratuities
and commissions, fees, percent increase and decrease, percent error.
enumeration CC.7.NS.1
Common Core State Standards Math - Apply and extend previous
understandings of operations with fractions to add, subtract, multiply, and
divide rational numbers. Apply and extend previous understandings of
addition and subtraction to add and subtract rational numbers; represent
addition and subtraction on a horizontal or vertical number line diagram.
enumeration CC.7.NS.1a
Common Core State Standards Math - Describe situations in
which opposite quantities combine to make 0. For example, a hydrogen atom
has 0 charge because its two constituents are oppositely charged.
enumeration CC.7.NS.1b
Common Core State Standards Math - Understand p + q as the
number located a distance |q| from p, in the positive or negative direction
depending on whether q is positive or negative. Show that a number and its
opposite have a sum of 0 (are additive inverses). Interpret sums of rational
numbers by describing real-world contexts.
enumeration CC.7.NS.1c
Common Core State Standards Math - Understand subtraction of
rational numbers as adding the additive inverse, p – q = p + (–q). Show that
the distance between two rational numbers on the number line is the absolute
value of their difference, and apply this principle in real-world contexts.
enumeration CC.7.NS.1d
Common Core State Standards Math - Apply properties of
operations as strategies to add and subtract rational numbers.
enumeration CC.7.NS.2
Common Core State Standards Math - Apply and extend previous
understandings of operations with fractions to add, subtract, multiply, and
divide rational numbers. Apply and extend previous understandings of
multiplication and division and of fractions to multiply and divide rational
numbers.
enumeration CC.7.NS.2a
Common Core State Standards Math - Understand that
multiplication is extended from fractions to rational numbers by requiring
that operations continue to satisfy the properties of operations,
particularly the distributive property, leading to products such as (–1)(–1)
= 1 and the rules for multiplying signed numbers. Interpret products of
rational numbers by describing real-world contexts.
enumeration CC.7.NS.2b
Common Core State Standards Math - Understand that integers
can be divided, provided that the divisor is not zero, and every quotient of
integers (with non-zero divisor) is a rational number. If p and q are
integers then –(p/q) = (–p)/q = p/(–q). Interpret quotients of rational
numbers by describing real-world contexts.
enumeration CC.7.NS.2c
Common Core State Standards Math - Apply properties of
operations as strategies to multiply and divide rational numbers.
enumeration CC.7.NS.2d
Common Core State Standards Math - Convert a rational number
to a decimal using long division; know that the decimal form of a rational
number terminates in 0s or eventually repeats.
enumeration CC.7.NS.3
Common Core State Standards Math - Apply and extend previous
understandings of operations with fractions to add, subtract, multiply, and
divide rational numbers. Solve real-world and mathematical problems
involving the four operations with rational numbers. (Computations with
rational numbers extend the rules for manipulating fractions to complex
fractions.)
enumeration CC.7.EE.1
Common Core State Standards Math - Use properties of
operations to generate equivalent expressions. Apply properties of
operations as strategies to add, subtract, factor, and expand linear
expressions with rational coefficients.
enumeration CC.7.EE.2
Common Core State Standards Math - Use properties of
operations to generate equivalent expressions. Understand that rewriting an
expression in different forms in a problem context can shed light on the
problem and how the quantities in it are related. For example, a + 0.05a =
1.05a means that “increase by 5%” is the same as “multiply by 1.05.”
enumeration CC.7.EE.3
Common Core State Standards Math - Solve real-life and
mathematical problems using numerical and algebraic expressions and
equations. Solve multi-step real-life and mathematical problems posed with
positive and negative rational numbers in any form (whole numbers,
fractions, and decimals), using tools strategically. Apply properties of
operations as strategies to calculate with numbers in any form; convert
between forms as appropriate; and assess the reasonableness of answers using
mental computation and estimation strategies. For example: If a woman making
$25 an hour gets a 10% raise, she will make an additional 1/10 of her salary
an hour, or $2.50, for a new salary of $27.50. If you want to place a towel
bar 9 3/4 inches long in the center of a door that is 27 1/2 inches wide,
you will need to place the bar about 9 inches from each edge; this estimate
can be used as a check on the exact computation.
enumeration CC.7.EE.4
Common Core State Standards Math - Solve real-life and
mathematical problems using numerical and algebraic expressions and
equations. Use variables to represent quantities in a real-world or
mathematical problem, and construct simple equations and inequalities to
solve problems by reasoning about the quantities.
enumeration CC.7.EE.4a
Common Core State Standards Math - Solve word problems
leading to equations of the form px + q = r and p(x + q) = r, where p, q,
and r are specific rational numbers. Solve equations of these forms
fluently. Compare an algebraic solution to an arithmetic solution,
identifying the sequence of the operations used in each approach. For
example, The perimeter of a rectangle is 54 cm. Its length is 6 cm. What is
its width?
enumeration CC.7.EE.4b
Common Core State Standards Math - Solve word problems
leading to inequalities of the form px + q > r or px + q < r, where p, q,
and r are specific rational numbers. Graph the solution set of the
inequality and interpret it in the context of the problem. For example, As a
salesperson, you are paid $50 per week plus $3 per sale. This week you want
your pay to be at least $100. Write an inequality for the number of sales
you need to make, and describe the solutions.
enumeration CC.7.G.1
Common Core State Standards Math - Draw, construct, and
describe geometrical figures and describe the relationships between them.
Solve problems involving scale drawings of geometric figures, including
computing actual lengths and areas from a scale drawing and reproducing a
scale drawing at a different scale.
enumeration CC.7.G.2
Common Core State Standards Math - Draw, construct, and
describe geometrical figures and describe the relationships between them.
Draw (freehand, with ruler and protractor, and with technology) geometric
shapes with given conditions. Focus on constructing triangles from three
measures of angles or sides, noticing when the conditions determine a unique
triangle, more than one triangle, or no triangle.
enumeration CC.7.G.3
Common Core State Standards Math - Draw, construct, and
describe geometrical figures and describe the relationships between them.
Describe the two-dimensional figures that result from slicing
three-dimensional figures, as in plane sections of right rectangular prisms
and right rectangular pyramids.
enumeration CC.7.G.4
Common Core State Standards Math - Solve real-life and
mathematical problems involving angle measure, area, surface area, and
volume. Know the formulas for the area and circumference of a circle and use
them to solve problems; give an informal derivation of the relationship
between the circumference and area of a circle.
enumeration CC.7.G.5
Common Core State Standards Math - Solve real-life and
mathematical problems involving angle measure, area, surface area, and
volume. Use facts about supplementary, complementary, vertical, and adjacent
angles in a multi-step problem to write and solve simple equations for an
unknown angle in a figure.
enumeration CC.7.G.6
Common Core State Standards Math - Solve real-life and
mathematical problems involving angle measure, area, surface area, and
volume. Solve real-world and mathematical problems involving area, volume
and surface area of two- and three-dimensional objects composed of
triangles, quadrilaterals, polygons, cubes, and right prisms.
enumeration CC.7.SP.1
Common Core State Standards Math - Use random sampling to
draw inferences about a population. Understand that statistics can be used
to gain information about a population by examining a sample of the
population; generalizations about a population from a sample are valid only
if the sample is representative of that population. Understand that random
sampling tends to produce representative samples and support valid
inferences.
enumeration CC.7.SP.2
Common Core State Standards Math - Use random sampling to
draw inferences about a population. Use data from a random sample to draw
inferences about a population with an unknown characteristic of interest.
Generate multiple samples (or simulated samples) of the same size to gauge
the variation in estimates or predictions. For example, estimate the mean
word length in a book by randomly sampling words from the book; predict the
winner of a school election based on randomly sampled survey data. Gauge how
far off the estimate or prediction might be.
enumeration CC.7.SP.3
Common Core State Standards Math - Draw informal comparative
inferences about two populations. Informally assess the degree of visual
overlap of two numerical data distributions with similar variabilities,
measuring the difference between the centers by expressing it as a multiple
of a measure of variability. For example, the mean height of players on the
basketball team is 10 cm greater than the mean height of players on the
soccer team, about twice the variability (mean absolute deviation) on either
team; on a dot plot, the separation between the two distributions of heights
is noticeable.
enumeration CC.7.SP.4
Common Core State Standards Math - Draw informal comparative
inferences about two populations. Use measures of center and measures of
variability for numerical data from random samples to draw informal
comparative inferences about two populations. For example, decide whether
the words in a chapter of a seventh-grade science book are generally longer
than the words in a chapter of a fourth-grade science book.
enumeration CC.7.SP.5
Common Core State Standards Math - Investigate chance
processes and develop, use, and evaluate probability models. Understand that
the probability of a chance event is a number between 0 and 1 that expresses
the likelihood of the event occurring. Larger numbers indicate greater
likelihood. A probability near 0 indicates an unlikely event, a probability
around 1/2 indicates an event that is neither unlikely nor likely, and a
probability near 1 indicates a likely event.
enumeration CC.7.SP.6
Common Core State Standards Math - Investigate chance
processes and develop, use, and evaluate probability models. Approximate the
probability of a chance event by collecting data on the chance process that
produces it and observing its long-run relative frequency, and predict the
approximate relative frequency given the probability. For example, when
rolling a number cube 600 times, predict that a 3 or 6 would be rolled
roughly 200 times, but probably not exactly 200 times.
enumeration CC.7.SP.7
Common Core State Standards Math - Investigate chance
processes and develop, use, and evaluate probability models. Develop a
probability model and use it to find probabilities of events. Compare
probabilities from a model to observed frequencies; if the agreement is not
good, explain possible sources of the discrepancy.
enumeration CC.7.SP.7a
Common Core State Standards Math - Develop a uniform
probability model by assigning equal probability to all outcomes, and use
the model to determine probabilities of events. For example, if a student is
selected at random from a class, find the probability that Jane will be
selected and the probability that a girl will be selected.
enumeration CC.7.SP.7b
Common Core State Standards Math - Develop a probability
model (which may not be uniform) by observing frequencies in data generated
from a chance process. For example, find the approximate probability that a
spinning penny will land heads up or that a tossed paper cup will land
open-end down. Do the outcomes for the spinning penny appear to be equally
likely based on the observed frequencies?
enumeration CC.7.SP.8
Common Core State Standards Math - Investigate chance
processes and develop, use, and evaluate probability models. Find
probabilities of compound events using organized lists, tables, tree
diagrams, and simulation.
enumeration CC.7.SP.8a
Common Core State Standards Math - Understand that, just as
with simple events, the probability of a compound event is the fraction of
outcomes in the sample space for which the compound event occurs.
enumeration CC.7.SP.8b
Common Core State Standards Math - Represent sample spaces
for compound events using methods such as organized lists, tables and tree
diagrams. For an event described in everyday language (e.g., “rolling double
sixes”), identify the outcomes in the sample space which compose the event.
enumeration CC.7.SP.8c
Common Core State Standards Math - Design and use a
simulation to generate frequencies for compound events. For example, use
random digits as a simulation tool to approximate the answer to the
question: If 40% of donors have type A blood, what is the probability that
it will take at least 4 donors to find one with type A blood?
enumeration CC.8.NS.1.
Common Core State Standards Math - Know that there are
numbers that are not rational, and approximate them by rational numbers.
Know that numbers that are not rational are called irrational. Understand
informally that every number has a decimal expansion; for rational numbers
show that the decimal expansion repeats eventually, and convert a decimal
expansion which repeats eventually into a rational number.
enumeration CC.8.NS.2
Common Core State Standards Math - Know that there are
numbers that are not rational, and approximate them by rational numbers. Use
rational approximations of irrational numbers to compare the size of
irrational numbers, locate them approximately on a number line diagram, and
estimate the value of expressions (e.g., π^2). For example, by truncating
the decimal expansion of √2 (square root of 2), show that √2 is between 1
and 2, then between 1.4 and 1.5, and explain how to continue on to get
better approximations.
enumeration CC.8.EE.1
Common Core State Standards Math - Work with radicals and
integer exponents. Know and apply the properties of integer exponents to
generate equivalent numerical expressions. For example, 3^2 × 3^(–5) =
3^(–3) = 1/(3^3) = 1/27.
enumeration CC.8.EE.2
Common Core State Standards Math - Work with radicals and
integer exponents. Use square root and cube root symbols to represent
solutions to equations of the form x^2 = p and x^3 = p, where p is a
positive rational number. Evaluate square roots of small perfect squares and
cube roots of small perfect cubes. Know that √2 is irrational.
enumeration CC.8.EE.3
Common Core State Standards Math - Work with radicals and
integer exponents. Use numbers expressed in the form of a single digit times
an integer power of 10 to estimate very large or very small quantities, and
to express how many times as much one is than the other. For example,
estimate the population of the United States as 3 × 10^8 and the population
of the world as 7 × 10^9, and determine that the world population is more
than 20 times larger.
enumeration CC.8.EE.4
Common Core State Standards Math - Work with radicals and
integer exponents. Perform operations with numbers expressed in scientific
notation, including problems where both decimal and scientific notation are
used. Use scientific notation and choose units of appropriate size for
measurements of very large or very small quantities (e.g., use millimeters
per year for seafloor spreading). Interpret scientific notation that has
been generated by technology.
enumeration CC.8.EE.5
Common Core State Standards Math - Understand the connections
between proportional relationships, lines, and linear equations. Graph
proportional relationships, interpreting the unit rate as the slope of the
graph. Compare two different proportional relationships represented in
different ways. For example, compare a distance-time graph to a
distance-time equation to determine which of two moving objects has greater
speed.
enumeration CC.8.EE.6
Common Core State Standards Math - Understand the connections
between proportional relationships, lines, and linear equations. Use similar
triangles to explain why the slope m is the same between any two distinct
points on a non-vertical line in the coordinate plane; derive the equation y
=mx for a line through the origin and the equation y = mx + b for a line
intercepting the vertical axis at b.
enumeration CC.8.EE.7
Common Core State Standards Math - Analyze and solve linear
equations and pairs of simultaneous linear equations. Solve linear equations
in one variable.
enumeration CC.8.EE.7a
Common Core State Standards Math - Give examples of linear
equations in one variable with one solution, infinitely many solutions, or
no solutions. Show which of these possibilities is the case by successively
transforming the given equation into simpler forms, until an equivalent
equation of the form x = a, a = a, or a = b results (where a and b are
different numbers).
enumeration CC.8.EE.7b
Common Core State Standards Math - Solve linear equations
with rational number coefficients, including equations whose solutions
require expanding expressions using the distributive property and collecting
like terms.
enumeration CC.8.EE.8
Common Core State Standards Math - Analyze and solve linear
equations and pairs of simultaneous linear equations. Analyze and solve
pairs of simultaneous linear equations.
enumeration CC.8.EE.8a
Common Core State Standards Math - Understand that solutions
to a system of two linear equations in two variables correspond to points of
intersection of their graphs, because points of intersection satisfy both
equations simultaneously.
enumeration CC.8.EE.8b
Common Core State Standards Math - Solve systems of two
linear equations in two variables algebraically, and estimate solutions by
graphing the equations. Solve simple cases by inspection. For example, 3x +
2y = 5 and 3x + 2y = 6 have no solution because 3x + 2y cannot
simultaneously be 5 and 6.
enumeration CC.8.EE.8c
Common Core State Standards Math - Solve real-world and
mathematical problems leading to two linear equations in two variables. For
example, given coordinates for two pairs of points, determine whether the
line through the first pair of points intersects the line through the second
pair.
enumeration CC.8.F.1
Common Core State Standards Math - Define, evaluate, and
compare functions. Understand that a function is a rule that assigns to each
input exactly one output. The graph of a function is the set of ordered
pairs consisting of an input and the corresponding output. (Function
notation is not required in Grade 8.)
enumeration CC.8.F.2
Common Core State Standards Math - Define, evaluate, and
compare functions. Compare properties of two functions each represented in a
different way (algebraically, graphically, numerically in tables, or by
verbal descriptions). For example, given a linear function represented by a
table of values and a linear function represented by an algebraic
expression, determine which function has the greater rate of change.
enumeration CC.8.F.3
Common Core State Standards Math - Define, evaluate, and
compare functions. Interpret the equation y = mx + b as defining a linear
function, whose graph is a straight line; give examples of functions that
are not linear. For example, the function A = s^2 giving the area of a
square as a function of its side length is not linear because its graph
contains the points (1,1), (2,4) and (3,9), which are not on a straight
line.
enumeration CC.8.F.4
Common Core State Standards Math - Use functions to model
relationships between quantities. Construct a function to model a linear
relationship between two quantities. Determine the rate of change and
initial value of the function from a description of a relationship or from
two (x, y) values, including reading these from a table or from a graph.
Interpret the rate of change and initial value of a linear function in terms
of the situation it models, and in terms of its graph or a table of values.
enumeration CC.8.F.5
Common Core State Standards Math - Use functions to model
relationships between quantities. Describe qualitatively the functional
relationship between two quantities by analyzing a graph (e.g., where the
function is increasing or decreasing, linear or nonlinear). Sketch a graph
that exhibits the qualitative features of a function that has been described
verbally.
enumeration CC.8.G.1
Common Core State Standards Math - Understand congruence and
similarity using physical models, transparencies, or geometry software.
Verify experimentally the properties of rotations, reflections, and
translations: -- a. Lines are taken to lines, and line segments to line
segments of the same length. -- b. Angles are taken to angles of the same
measure. -- c. Parallel lines are taken to parallel lines.
enumeration CC.8.G.2
Common Core State Standards Math - Understand congruence and
similarity using physical models, transparencies, or geometry software.
Understand that a two-dimensional figure is congruent to another if the
second can be obtained from the first by a sequence of rotations,
reflections, and translations; given two congruent figures, describe a
sequence that exhibits the congruence between them.
enumeration CC.8.G.3
Common Core State Standards Math - Understand congruence and
similarity using physical models, transparencies, or geometry software.
Describe the effect of dilations, translations, rotations and reflections on
two-dimensional figures using coordinates.
enumeration CC.8.G.4
Common Core State Standards Math - Understand congruence and
similarity using physical models, transparencies, or geometry software.
Understand that a two-dimensional figure is similar to another if the second
can be obtained from the first by a sequence of rotations, reflections,
translations, and dilations; given two similar two-dimensional figures,
describe a sequence that exhibits the similarity between them.
enumeration CC.8.G.5
Common Core State Standards Math - Understand congruence and
similarity using physical models, transparencies, or geometry software. Use
informal arguments to establish facts about the angle sum and exterior angle
of triangles, about the angles created when parallel lines are cut by a
transversal, and the angle-angle criterion for similarity of triangles. For
example, arrange three copies of the same triangle so that the three angles
appear to form a line, and give an argument in terms of transversals why
this is so.
enumeration CC.8.G.6
Common Core State Standards Math - Understand and apply the
Pythagorean Theorem. Explain a proof of the Pythagorean Theorem and its
converse.
enumeration CC.8.G.7
Common Core State Standards Math - Understand and apply the
Pythagorean Theorem. Apply the Pythagorean Theorem to determine unknown side
lengths in right triangles in real-world and mathematical problems in two
and three dimensions.
enumeration CC.8.G.8
Common Core State Standards Math - Understand and apply the
Pythagorean Theorem. Apply the Pythagorean Theorem to find the distance
between two points in a coordinate system.
enumeration CC.8.G.9
Common Core State Standards Math - Solve real-world and
mathematical problems involving volume of cylinders, cones and spheres. Know
the formulas for the volume of cones, cylinders, and spheres and use them to
solve real-world and mathematical problems.
enumeration CC.8.SP.1
Common Core State Standards Math - Investigate patterns of
association in bivariate data. Construct and interpret scatter plots for
bivariate measurement data to investigate patterns of association between
two quantities. Describe patterns such as clustering, outliers, positive or
negative association, linear association, and nonlinear association.
enumeration CC.8.SP.2
Common Core State Standards Math - Investigate patterns of
association in bivariate data. Know that straight lines are widely used to
model relationships between two quantitative variables. For scatter plots
that suggest a linear association, informally fit a straight line, and
informally assess the model fit by judging the closeness of the data points
to the line.
enumeration CC.8.SP.3
Common Core State Standards Math - Investigate patterns of
association in bivariate data. Use the equation of a linear model to solve
problems in the context of bivariate measurement data, interpreting the
slope and intercept. For example, in a linear model for a biology
experiment, interpret a slope of 1.5 cm/hr as meaning that an additional
hour of sunlight each day is associated with an additional 1.5 cm in mature
plant height.
enumeration CC.8.SP.4
Common Core State Standards Math - Investigate patterns of
association in bivariate data. Understand that patterns of association can
also be seen in bivariate categorical data by displaying frequencies and
relative frequencies in a two-way table. Construct and interpret a two-way
table summarizing data on two categorical variables collected from the same
subjects. Use relative frequencies calculated for rows or columns to
describe possible association between the two variables. For example,
collect data from students in your class on whether or not they have a
curfew on school nights and whether or not they have assigned chores at
home. Is there evidence that those who have a curfew also tend to have
chores?
enumeration CC.HSN.RN.1
Common Core State Standards Math - Extend the properties of
exponents to rational exponents. Explain how the definition of the meaning
of rational exponents follows from extending the properties of integer
exponents to those values, allowing for a notation for radicals in terms of
rational exponents. For example, we define 5^(1/3) to be the cube root of 5
because we want [5^(1/3)]^3 = 5^[(1/3) x 3] to hold, so [5^(1/3)]^3 must
equal 5.
enumeration CC.HSN.RN.2
Common Core State Standards Math - Extend the properties of
exponents to rational exponents. Rewrite expressions involving radicals and
rational exponents using the properties of exponents.
enumeration CC.HSN.RN.3
Common Core State Standards Math - Use properties of rational
and irrational numbers. Explain why the sum or product of rational numbers
is rational; that the sum of a rational number and an irrational number is
irrational; and that the product of a nonzero rational number and an
irrational number is irrational.
enumeration CC.HSN.Q.1
Common Core State Standards Math - Reason quantitatively and
use units to solve problems. Use units as a way to understand problems and
to guide the solution of multi-step problems; choose and interpret units
consistently in formulas; choose and interpret the scale and the origin in
graphs and data displays.*
enumeration CC.HSN.Q.2
Common Core State Standards Math - Reason quantitatively and
use units to solve problems. Define appropriate quantities for the purpose
of descriptive modeling.*
enumeration CC.HSN.Q.3
Common Core State Standards Math - Reason quantitatively and
use units to solve problems. Choose a level of accuracy appropriate to
limitations on measurement when reporting quantities.*
enumeration CC.HSN.CN.1
Common Core State Standards Math - Perform arithmetic
operations with complex numbers. Know there is a complex number i such that
i^2 = −1, and every complex number has the form a + bi with a and b real.
enumeration CC.HSN.CN.2
Common Core State Standards Math - Perform arithmetic
operations with complex numbers. Use the relation i^2 = –1 and the
commutative, associative, and distributive properties to add, subtract, and
multiply complex numbers.
enumeration CC.HSN.CN.3
Common Core State Standards Math - (+) Perform arithmetic
operations with complex numbers. Find the conjugate of a complex number; use
conjugates to find moduli and quotients of complex numbers.
enumeration CC.HSN.CN.4
Common Core State Standards Math - (+) Represent complex
numbers and their operations on the complex plane. Represent complex numbers
on the complex plane in rectangular and polar form (including real and
imaginary numbers), and explain why the rectangular and polar forms of a
given complex number represent the same number.
enumeration CC.HSN.CN.5
Common Core State Standards Math - (+) Represent complex
numbers and their operations on the complex plane. Represent addition,
subtraction, multiplication, and conjugation of complex numbers
geometrically on the complex plane; use properties of this representation
for computation. For example, (-1 + √3i)^3 = 8 because (-1 + √3i) has
modulus 2 and argument 120°.
enumeration CC.HSN.CN.6
Common Core State Standards Math - (+) Represent complex
numbers and their operations on the complex plane. Calculate the distance
between numbers in the complex plane as the modulus of the difference, and
the midpoint of a segment as the average of the numbers at its endpoints.
enumeration CC.HSN.CN.7
Common Core State Standards Math - Use complex numbers in
polynomial identities and equations. Solve quadratic equations with real
coefficients that have complex solutions.
enumeration CC.HSN.CN.8
Common Core State Standards Math - (+) Use complex numbers in
polynomial identities and equations. Extend polynomial identities to the
complex numbers. For example, rewrite x^2 + 4 as (x + 2i)(x – 2i).
enumeration CC.HSN.CN.9
Common Core State Standards Math - (+) Use complex numbers in
polynomial identities and equations. Know the Fundamental Theorem of
Algebra; show that it is true for quadratic polynomials.
enumeration CC.HSN.VM.1
Common Core State Standards Math - (+) Represent and model
with vector quantities. Recognize vector quantities as having both magnitude
and direction. Represent vector quantities by directed line segments, and
use appropriate symbols for vectors and their magnitudes (e.g., v(bold),
|v|, ||v||, v(not bold)).
enumeration CC.HSN.VM.2
Common Core State Standards Math - (+) Represent and model
with vector quantities. Find the components of a vector by subtracting the
coordinates of an initial point from the coordinates of a terminal point.
enumeration CC.HSN.VM.3
Common Core State Standards Math - (+) Represent and model
with vector quantities. Solve problems involving velocity and other
quantities that can be represented by vectors.
enumeration CC.HSN.VM.4
Common Core State Standards Math - (+) Perform operations on
vectors. Add and subtract vectors.
enumeration CC.HSN.VM.4a
Common Core State Standards Math - (+) Add vectors
end-to-end, component-wise, and by the parallelogram rule. Understand that
the magnitude of a sum of two vectors is typically not the sum of the
magnitudes.
enumeration CC.HSN.VM.4b
Common Core State Standards Math - (+) Given two vectors in
magnitude and direction form, determine the magnitude and direction of their
sum.
enumeration CC.HSN.VM.4c
Common Core State Standards Math - (+) Understand vector
subtraction v – w as v + (–w), where (–w) is the additive inverse of w, with
the same magnitude as w and pointing in the opposite direction. Represent
vector subtraction graphically by connecting the tips in the appropriate
order, and perform vector subtraction component-wise.
enumeration CC.HSN.VM.5
Common Core State Standards Math - (+) Perform operations on
vectors. Multiply a vector by a scalar.
enumeration CC.HSN.VM.5a
Common Core State Standards Math - (+) Represent scalar
multiplication graphically by scaling vectors and possibly reversing their
direction; perform scalar multiplication component-wise, e.g., as c(v(sub
x), v(sub y)) = (cv(sub x), cv(sub y)).
enumeration CC.HSN.VM.5b
Common Core State Standards Math - (+) Compute the magnitude
of a scalar multiple cv using ||cv|| = |c|v. Compute the direction of cv
knowing that when |c|v ≠ 0, the direction of cv is either along v (for c >
0) or against v (for c < 0).
enumeration CC.HSN.VM.6
Common Core State Standards Math - (+) Perform operations on
matrices and use matrices in applications. Use matrices to represent and
manipulate data, e.g., to represent payoffs or incidence relationships in a
network.
enumeration CC.HSN.VM.7
Common Core State Standards Math - (+) Perform operations on
matrices and use matrices in applications. Multiply matrices by scalars to
produce new matrices, e.g., as when all of the payoffs in a game are
doubled.
enumeration CC.HSN.VM.8
Common Core State Standards Math - (+) Perform operations on
matrices and use matrices in applications. Add, subtract, and multiply
matrices of appropriate dimensions.
enumeration CC.HSN.VM.9
Common Core State Standards Math - (+) Perform operations on
matrices and use matrices in applications. Understand that, unlike
multiplication of numbers, matrix multiplication for square matrices is not
a commutative operation, but still satisfies the associative and
distributive properties.
enumeration CC.HSN.VM.10
Common Core State Standards Math - (+) Perform operations on
matrices and use matrices in applications. Understand that the zero and
identity matrices play a role in matrix addition and multiplication similar
to the role of 0 and 1 in the real numbers. The determinant of a square
matrix is nonzero if and only if the matrix has a multiplicative inverse.
enumeration CC.HSN.VM.11
Common Core State Standards Math - (+) Perform operations on
matrices and use matrices in applications. Multiply a vector (regarded as a
matrix with one column) by a matrix of suitable dimensions to produce
another vector. Work with matrices as transformations of vectors.
enumeration CC.HSN.VM.12
Common Core State Standards Math - (+) Perform operations on
matrices and use matrices in applications. Work with 2 X 2 matrices as
transformations of the plane, and interpret the absolute value of the
determinant in terms of area.
enumeration CC.HSA.SSE.1
Common Core State Standards Math - Interpret the structure of
expressions. Interpret expressions that represent a quantity in terms of its
context.*
enumeration CC.HSA.SSE.1a
Common Core State Standards Math - Interpret parts of an
expression, such as terms, factors, and coefficients.*
enumeration CC.HSA.SSE.1b
Common Core State Standards Math - Interpret complicated
expressions by viewing one or more of their parts as a single entity. For
example, interpret P(1+r)^n as the product of P and a factor not depending
on P.*
enumeration CC.HSA.SSE.2
Common Core State Standards Math - Interpret the structure of
expressions. Use the structure of an expression to identify ways to rewrite
it. For example, see x^4 – y^4 as (x^2)^2 – (y^2)^2, thus recognizing it as
a difference of squares that can be factored as (x^2 – y^2)(x^2 + y^2).
enumeration CC.HSA.SSE.3
Common Core State Standards Math - Write expressions in
equivalent forms to solve problems. Choose and produce an equivalent form of
an expression to reveal and explain properties of the quantity represented
by the expression.*
enumeration CC.HSA.SSE.3a
Common Core State Standards Math - Factor a quadratic
expression to reveal the zeros of the function it defines.*
enumeration CC.HSA.SSE.3b
Common Core State Standards Math - Complete the square in a
quadratic expression to reveal the maximum or minimum value of the function
it defines.*
enumeration CC.HSA.SSE.3c
Common Core State Standards Math - Use the properties of
exponents to transform expressions for exponential functions. For example
the expression 1.15^t can be rewritten as [1.15^(1/12)]^(12t) ≈ 1.012^(12t)
to reveal the approximate equivalent monthly interest rate if the annual
rate is 15%.*
enumeration CC.HSA.SSE.4
Common Core State Standards Math - Write expressions in
equivalent forms to solve problems. Derive the formula for the sum of a
finite geometric series (when the common ratio is not 1), and use the
formula to solve problems. For example, calculate mortgage payments.*
enumeration CC.HSA.APR.1
Common Core State Standards Math - Perform arithmetic
operations on polynomials. Understand that polynomials form a system
analogous to the integers, namely, they are closed under the operations of
addition, subtraction, and multiplication; add, subtract, and multiply
polynomials.
enumeration CC.HSA.APR.2
Common Core State Standards Math - Understand the
relationship between zeros and factors of polynomial. Know and apply the
Remainder Theorem: For a polynomial p(x) and a number a, the remainder on
division by x – a is p(a), so p(a) = 0 if and only if (x – a) is a factor of
p(x).
enumeration CC.HSA.APR.3
Common Core State Standards Math - Understand the
relationship between zeros and factors of polynomials. Identify zeros of
polynomials when suitable factorizations are available, and use the zeros to
construct a rough graph of the function defined by the polynomial.
enumeration CC.HSA.APR.4
Common Core State Standards Math - Use polynomial identities
to solve problems. Prove polynomial identities and use them to describe
numerical relationships. For example, the polynomial identity (x^2 + y^2)^2
= (x^2 – y^2)^2 + (2xy)^2 can be used to generate Pythagorean triples.
enumeration CC.HSA.APR.5
Common Core State Standards Math - (+) Use polynomial
identities to solve problems. Know and apply that the Binomial Theorem gives
the expansion of (x + y)^n in powers of x and y for a positive integer n,
where x and y are any numbers, with coefficients determined for example by
Pascal’s Triangle. (The Binomial Theorem can be proved by mathematical
induction or by a combinatorial argument.)
enumeration CC.HSA.APR.6
Common Core State Standards Math - Rewrite rational
expressions. Rewrite simple rational expressions in different forms; write
a(x)/b(x) in the form q(x) + r(x)/b(x), where a(x), b(x), q(x), and r(x) are
polynomials with the degree of r(x) less than the degree of b(x), using
inspection, long division, or, for the more complicated examples, a computer
algebra system.
enumeration CC.HSA.APR.7
Common Core State Standards Math - (+) Rewrite rational
expressions. Understand that rational expressions form a system analogous to
the rational numbers, closed under addition, subtraction, multiplication,
and division by a nonzero rational expression; add, subtract, multiply, and
divide rational expressions.
enumeration CC.HSA.CED.1
Common Core State Standards Math - Create equations that
describe numbers or relationship. Create equations and inequalities in one
variable and use them to solve problems. Include equations arising from
linear and quadratic functions, and simple rational and exponential
functions.*
enumeration CC.HSA.CED.2
Common Core State Standards Math - Create equations that
describe numbers or relationship. Create equations in two or more variables
to represent relationships between quantities; graph equations on coordinate
axes with labels and scales.*
enumeration CC.HSA.CED.3
Common Core State Standards Math - Create equations that
describe numbers or relationship. Represent constraints by equations or
inequalities, and by systems of equations and/or inequalities, and interpret
solutions as viable or non-viable options in a modeling context. For
example, represent inequalities describing nutritional and cost constraints
on combinations of different foods.*
enumeration CC.HSA.CED.4
Common Core State Standards Math - Create equations that
describe numbers or relationship. Rearrange formulas to highlight a quantity
of interest, using the same reasoning as in solving equations. For example,
rearrange Ohm’s law V = IR to highlight resistance R.*
enumeration CC.HSA.REI.1
Common Core State Standards Math - Understand solving
equations as a process of reasoning and explain the reasoning. Explain each
step in solving a simple equation as following from the equality of numbers
asserted at the previous step, starting from the assumption that the
original equation has a solution. Construct a viable argument to justify a
solution method.
enumeration CC.HSA.REI.2
Common Core State Standards Math - Understand solving
equations as a process of reasoning and explain the reasoning. Solve simple
rational and radical equations in one variable, and give examples showing
how extraneous solutions may arise.
enumeration CC.HSA.REI.3
Common Core State Standards Math - Solve equations and
inequalities in one variable. Solve linear equations and inequalities in one
variable, including equations with coefficients represented by letters.
enumeration CC.HSA.REI.4
Common Core State Standards Math - Solve equations and
inequalities in one variable. Solve quadratic equations in one variable.
enumeration CC.HSA.REI.4a
Common Core State Standards Math - Use the method of
completing the square to transform any quadratic equation in x into an
equation of the form (x – p)^2 = q that has the same solutions. Derive the
quadratic formula from this form.
enumeration CC.HSA.REI.4b
Common Core State Standards Math - Solve quadratic equations
by inspection (e.g., for x^2 = 49), taking square roots, completing the
square, the quadratic formula and factoring, as appropriate to the initial
form of the equation. Recognize when the quadratic formula gives complex
solutions and write them as a ± bi for real numbers a and b.
enumeration CC.HSA.REI.5
Common Core State Standards Math - Solve systems of
equations. Prove that, given a system of two equations in two variables,
replacing one equation by the sum of that equation and a multiple of the
other produces a system with the same solutions.
enumeration CC.HSA.REI.6
Common Core State Standards Math - Solve systems of
equations. Solve systems of linear equations exactly and approximately
(e.g., with graphs), focusing on pairs of linear equations in two variables.
enumeration CC.HSA.REI.7
Common Core State Standards Math - Solve systems of
equations. Solve a simple system consisting of a linear equation and a
quadratic equation in two variables algebraically and graphically. For
example, find the points of intersection between the line y = –3x and the
circle x^2 + y^2 = 3.
enumeration CC.HSA.REI.8
Common Core State Standards Math - (+) Solve systems of
equations. Represent a system of linear equations as a single matrix
equation in a vector variable.
enumeration CC.HSA.REI.9
Common Core State Standards Math - (+) Solve systems of
equations. Find the inverse of a matrix if it exists and use it to solve
systems of linear equations (using technology for matrices of dimension 3 ×
3 or greater).
enumeration CC.HSA.REI.10
Common Core State Standards Math - Represent and solve
equations and inequalities graphically. Understand that the graph of an
equation in two variables is the set of all its solutions plotted in the
coordinate plane, often forming a curve (which could be a line).
enumeration CC.HSA.REI.11
Common Core State Standards Math - Represent and solve
equations and inequalities graphically. Explain why the x-coordinates of the
points where the graphs of the equations y = f(x) and y = g(x) intersect are
the solutions of the equation f(x) = g(x); find the solutions approximately,
e.g., using technology to graph the functions, make tables of values, or
find successive approximations. Include cases where f(x) and/or g(x) are
linear, polynomial, rational, absolute value, exponential, and logarithmic
functions.*
enumeration CC.HSA.REI.12
Common Core State Standards Math - Represent and solve
equations and inequalities graphically. Graph the solutions to a linear
inequality in two variables as a half-plane (excluding the boundary in the
case of a strict inequality), and graph the solution set to a system of
linear inequalities in two variables as the intersection of the
corresponding half-planes.
enumeration CC.HSF.IF.1
Common Core State Standards Math - Understand the concept of
a function and use function notation. Understand that a function from one
set (called the domain) to another set (called the range) assigns to each
element of the domain exactly one element of the range. If f is a function
and x is an element of its domain, then f(x) denotes the output of f
corresponding to the input x. The graph of f is the graph of the equation y
= f(x).
enumeration CC.HSF.IF.2
Common Core State Standards Math - Understand the concept of
a function and use function notation. Use function notation, evaluate
functions for inputs in their domains, and interpret statements that use
function notation in terms of a context.
enumeration CC.HSF.IF.3
Common Core State Standards Math - Understand the concept of
a function and use function notation. Recognize that sequences are
functions, sometimes defined recursively, whose domain is a subset of the
integers. For example, the Fibonacci sequence is defined recursively by f(0)
= f(1) = 1, f(n+1) = f(n) + f(n-1) for n ≥ 1 (n is greater than or equal to
1).
enumeration CC.HSF.IF.4
Common Core State Standards Math - Interpret functions that
arise in applications in terms of the context. For a function that models a
relationship between two quantities, interpret key features of graphs and
tables in terms of the quantities, and sketch graphs showing key features
given a verbal description of the relationship. Key features include:
intercepts; intervals where the function is increasing, decreasing,
positive, or negative; relative maximums and minimums; symmetries; end
behavior; and periodicity.*
enumeration CC.HSF.IF.5
Common Core State Standards Math - Interpret functions that
arise in applications in terms of the context. Relate the domain of a
function to its graph and, where applicable, to the quantitative
relationship it describes. For example, if the function h(n) gives the
number of person-hours it takes to assemble n engines in a factory, then the
positive integers would be an appropriate domain for the function.*
enumeration CC.HSF.IF.6
Common Core State Standards Math - Interpret functions that
arise in applications in terms of the context. Calculate and interpret the
average rate of change of a function (presented symbolically or as a table)
over a specified interval. Estimate the rate of change from a graph.*
enumeration CC.HSF.IF.7
Common Core State Standards Math - Analyze functions using
different representations. Graph functions expressed symbolically and show
key features of the graph, by hand in simple cases and using technology for
more complicated cases.*
enumeration CC.HSF.IF.7a
Common Core State Standards Math - Graph linear and quadratic
functions and show intercepts, maxima, and minima.*
enumeration CC.HSF.IF.7b
Common Core State Standards Math - Graph square root, cube
root, and piecewise-defined functions, including step functions and absolute
value functions.*
enumeration CC.HSF.IF.7c
Common Core State Standards Math - Graph polynomial
functions, identifying zeros when suitable factorizations are available, and
showing end behavior.*
enumeration CC.HSF.IF.7d
Common Core State Standards Math - (+) Graph rational
functions, identifying zeros and asymptotes when suitable factorizations are
available, and showing end behavior.*
enumeration CC.HSF.IF.7e
Common Core State Standards Math - Graph exponential and
logarithmic functions, showing intercepts and end behavior, and
trigonometric functions, showing period, midline, and amplitude.*
enumeration CC.HSF.IF.8
Common Core State Standards Math - Analyze functions using
different representations. Write a function defined by an expression in
different but equivalent forms to reveal and explain different properties of
the function.
enumeration CC.HSF.IF.8a
Common Core State Standards Math - Use the process of
factoring and completing the square in a quadratic function to show zeros,
extreme values, and symmetry of the graph, and interpret these in terms of a
context.
enumeration CC.HSF.IF.8b
Common Core State Standards Math - Use the properties of
exponents to interpret expressions for exponential functions. For example,
identify percent rate of change in functions such as y = (1.02)^t, y =
(0.97)^t, y = (1.01)^(12t), y = (1.2)^(t/10), and classify them as
representing exponential growth and decay.
enumeration CC.HSF.IF.9
Common Core State Standards Math - Analyze functions using
different representations. Compare properties of two functions each
represented in a different way (algebraically, graphically, numerically in
tables, or by verbal descriptions). For example, given a graph of one
quadratic function and an algebraic expression for another, say which has
the larger maximum.
enumeration CC.HSF.BF.1
Common Core State Standards Math - Build a function that
models a relationship between two quantities. Write a function that
describes a relationship between two quantities.*
enumeration CC.HSF.BF.1a
Common Core State Standards Math - Determine an explicit
expression, a recursive process, or steps for calculation from a context.
enumeration CC.HSF.BF.1b
Common Core State Standards Math - Combine standard function
types using arithmetic operations. For example, build a function that models
the temperature of a cooling body by adding a constant function to a
decaying exponential, and relate these functions to the model.
enumeration CC.HSF.BF.1c
Common Core State Standards Math - (+) Compose functions. For
example, if T(y) is the temperature in the atmosphere as a function of
height, and h(t) is the height of a weather balloon as a function of time,
then T(h(t)) is the temperature at the location of the weather balloon as a
function of time.
enumeration CC.HSF.BF.2
Common Core State Standards Math - Build a function that
models a relationship between two quantities. Write arithmetic and geometric
sequences both recursively and with an explicit formula, use them to model
situations, and translate between the two forms.*
enumeration CC.HSF.BF.3
Common Core State Standards Math - Build new functions from
existing functions. Identify the effect on the graph of replacing f(x) by
f(x) + k, k f(x), f(kx), and f(x + k) for specific values of k (both
positive and negative); find the value of k given the graphs. Experiment
with cases and illustrate an explanation of the effects on the graph using
technology. Include recognizing even and odd functions from their graphs and
algebraic expressions for them.
enumeration CC.HSF.BF.4
Common Core State Standards Math - Build new functions from
existing functions. Find inverse functions.
enumeration CC.HSF.BF.4a
Common Core State Standards Math - Solve an equation of the
form f(x) = c for a simple function f that has an inverse and write an
expression for the inverse. For example, f(x) =2(x^3) or f(x) = (x+1)/(x-1)
for x ≠ 1 (x not equal to 1).
enumeration CC.HSF.BF.4b
Common Core State Standards Math - (+) Verify by composition
that one function is the inverse of another.
enumeration CC.HSF.BF.4c
Common Core State Standards Math - (+) Read values of an
inverse function from a graph or a table, given that the function has an
inverse.
enumeration CC.HSF.BF.4d
Common Core State Standards Math - (+) Produce an invertible
function from a non-invertible function by restricting the domain.
enumeration CC.HSF.BF.5
Common Core State Standards Math - (+) Understand the inverse
relationship between exponents and logarithms and use this relationship to
solve problems involving logarithms and exponents.
enumeration CC.HSF.LE.1
Common Core State Standards Math - Construct and compare
linear, quadratic, and exponential models and solve problems. Distinguish
between situations that can be modeled with linear functions and with
exponential functions.*
enumeration CC.HSF.LE.1a
Common Core State Standards Math - Prove that linear
functions grow by equal differences over equal intervals and that
exponential functions grow by equal factors over equal intervals.*
enumeration CC.HSF.LE.1b.
Common Core State Standards Math - Recognize situations in
which one quantity changes at a constant rate per unit interval relative to
another.*
enumeration CC.HSF.LE.1c
Common Core State Standards Math - Recognize situations in
which a quantity grows or decays by a constant percent rate per unit
interval relative to another.*
enumeration CC.HSF.LE.2
Common Core State Standards Math - Construct and compare
linear, quadratic, and exponential models and solve problems. Construct
linear and exponential functions, including arithmetic and geometric
sequences, given a graph, a description of a relationship, or two
input-output pairs (include reading these from a table).*
enumeration CC.HSF.LE.3
Common Core State Standards Math - Construct and compare
linear, quadratic, and exponential models and solve problems. Observe using
graphs and tables that a quantity increasing exponentially eventually
exceeds a quantity increasing linearly, quadratically, or (more generally)
as a polynomial function.*
enumeration CC.HSF.LE.4
Common Core State Standards Math - Construct and compare
linear, quadratic, and exponential models and solve problems. For
exponential models, express as a logarithm the solution to ab^(ct) = d where
a, c, and d are numbers and the base b is 2, 10, or e; evaluate the
logarithm using technology.*
enumeration CC.HSF.LE.5
Common Core State Standards Math - Construct and compare
linear, quadratic, and exponential models and solve problems. Interpret the
parameters in a linear or exponential function in terms of a context.*
enumeration CC.HSF.TF.1
Common Core State Standards Math - Extend the domain of
trigonometric functions using the unit circle. Understand radian measure of
an angle as the length of the arc on the unit circle subtended by the angle.
enumeration CC.HSF.TF.2
Common Core State Standards Math - Extend the domain of
trigonometric functions using the unit circle. Explain how the unit circle
in the coordinate plane enables the extension of trigonometric functions to
all real numbers, interpreted as radian measures of angles traversed
counterclockwise around the unit circle.
enumeration CC.HSF.TF.3
Common Core State Standards Math - (+) Extend the domain of
trigonometric functions using the unit circle. Use special triangles to
determine geometrically the values of sine, cosine, tangent for π/3, π/4 and
π/6, and use the unit circle to express the values of sine, cosine, and
tangent for π - x, π + x, and 2π - x in terms of their values for x, where x
is any real number.
enumeration CC.HSF.TF.4
Common Core State Standards Math - (+) Extend the domain of
trigonometric functions using the unit circle. Use the unit circle to
explain symmetry (odd and even) and periodicity of trigonometric functions.
enumeration CC.HSF.TF.5
Common Core State Standards Math - Model periodic phenomena
with trigonometric functions. Choose trigonometric functions to model
periodic phenomena with specified amplitude, frequency, and midline.*
enumeration CC.HSF.TF.6
Common Core State Standards Math - (+) Model periodic
phenomena with trigonometric functions. Understand that restricting a
trigonometric function to a domain on which it is always increasing or
always decreasing allows its inverse to be constructed.
enumeration CC.HSF.TF.7
Common Core State Standards Math - (+) Model periodic
phenomena with trigonometric functions. Use inverse functions to solve
trigonometric equations that arise in modeling contexts; evaluate the
solutions using technology, and interpret them in terms of the context.*
enumeration CC.HSF.TF.8
Common Core State Standards Math - Prove and apply
trigonometric identities. Prove the Pythagorean identity (sin A)^2 + (cos
A)^2 = 1 and use it to find sin A, cos A, or tan A, given sin A, cos A, or
tan A, and the quadrant of the angle.
enumeration CC.HSF.TF.9
Common Core State Standards Math - (+) Prove and apply
trigonometric identities. Prove the addition and subtraction formulas for
sine, cosine, and tangent and use them to solve problems.
enumeration CC.HSG.CO.1
Common Core State Standards Math - Experiment with
transformations in the plane. Know precise definitions of angle, circle,
perpendicular line, parallel line, and line segment, based on the undefined
notions of point, line, distance along a line, and distance around a
circular arc.
enumeration CC.HSG.CO.2
Common Core State Standards Math - Experiment with
transformations in the plane. Represent transformations in the plane using,
e.g., transparencies and geometry software; describe transformations as
functions that take points in the plane as inputs and give other points as
outputs. Compare transformations that preserve distance and angle to those
that do not (e.g., translation versus horizontal stretch).
enumeration CC.HSG.CO.3
Common Core State Standards Math - Experiment with
transformations in the plane. Given a rectangle, parallelogram, trapezoid,
or regular polygon, describe the rotations and reflections that carry it
onto itself.
enumeration CC.HSG.CO.4
Common Core State Standards Math - Experiment with
transformations in the plane. Develop definitions of rotations, reflections,
and translations in terms of angles, circles, perpendicular lines, parallel
lines, and line segments.
enumeration CC.HSG.CO.5
Common Core State Standards Math - Experiment with
transformations in the plane. Given a geometric figure and a rotation,
reflection, or translation, draw the transformed figure using, e.g., graph
paper, tracing paper, or geometry software. Specify a sequence of
transformations that will carry a given figure onto another.
enumeration CC.HSG.CO.6
Common Core State Standards Math - Understand congruence in
terms of rigid motions. Use geometric descriptions of rigid motions to
transform figures and to predict the effect of a given rigid motion on a
given figure; given two figures, use the definition of congruence in terms
of rigid motions to decide if they are congruent.
enumeration CC.HSG.CO.7
Common Core State Standards Math - Understand congruence in
terms of rigid motions. Use the definition of congruence in terms of rigid
motions to show that two triangles are congruent if and only if
corresponding pairs of sides and corresponding pairs of angles are
congruent.
enumeration CC.HSG.CO.8
Common Core State Standards Math - Understand congruence in
terms of rigid motions. Explain how the criteria for triangle congruence
(ASA, SAS, and SSS) follow from the definition of congruence in terms of
rigid motions.
enumeration CC.HSG.CO.9
Common Core State Standards Math - Prove geometric theorems.
Prove theorems about lines and angles. Theorems include: vertical angles are
congruent; when a transversal crosses parallel lines, alternate interior
angles are congruent and corresponding angles are congruent; points on a
perpendicular bisector of a line segment are exactly those equidistant from
the segment’s endpoints.
enumeration CC.HSG.CO.10
Common Core State Standards Math - Prove geometric theorems.
Prove theorems about triangles. Theorems include: measures of interior
angles of a triangle sum to 180 degrees; base angles of isosceles triangles
are congruent; the segment joining midpoints of two sides of a triangle is
parallel to the third side and half the length; the medians of a triangle
meet at a point.
enumeration CC.HSG.CO.11
Common Core State Standards Math - Prove geometric theorems.
Prove theorems about parallelograms. Theorems include: opposite sides are
congruent, opposite angles are congruent, the diagonals of a parallelogram
bisect each other, and conversely, rectangles are parallelograms with
congruent diagonals.
enumeration CC.HSG.CO.12
Common Core State Standards Math - Make geometric
constructions. Make formal geometric constructions with a variety of tools
and methods (compass and straightedge, string, reflective devices, paper
folding, dynamic geometric software, etc.). Copying a segment; copying an
angle; bisecting a segment; bisecting an angle; constructing perpendicular
lines, including the perpendicular bisector of a line segment; and
constructing a line parallel to a given line through a point not on the
line.
enumeration CC.HSG.CO.13
Common Core State Standards Math - Make geometric
constructions. Construct an equilateral triangle, a square, and a regular
hexagon inscribed in a circle.
enumeration CC.HSG.SRT.1
Common Core State Standards Math - Understand similarity in
terms of similarity transformations. Verify experimentally the properties of
dilations given by a center and a scale factor: -- a. A dilation takes a
line not passing through the center of the dilation to a parallel line, and
leaves a line passing through the center unchanged. -- b. The dilation of a
line segment is longer or shorter in the ratio given by the scale factor.
enumeration CC.HSG.SRT.2
Common Core State Standards Math - Understand similarity in
terms of similarity transformations. Given two figures, use the definition
of similarity in terms of similarity transformations to decide if they are
similar; explain using similarity transformations the meaning of similarity
for triangles as the equality of all corresponding pairs of angles and the
proportionality of all corresponding pairs of sides.
enumeration CC.HSG.SRT.3
Common Core State Standards Math - Understand similarity in
terms of similarity transformations. Use the properties of similarity
transformations to establish the AA criterion for two triangles to be
similar.
enumeration CC.HSG.SRT.4
Common Core State Standards Math - Prove theorems involving
similarity. Prove theorems about triangles. Theorems include: a line
parallel to one side of a triangle divides the other two proportionally, and
conversely; the Pythagorean Theorem proved using triangle similarity.
enumeration CC.HSG.SRT.5
Common Core State Standards Math - Prove theorems involving
similarity. Use congruence and similarity criteria for triangles to solve
problems and to prove relationships in geometric figures.
enumeration CC.HSG.SRT.6
Common Core State Standards Math - Define trigonometric
ratios and solve problems involving right triangles. Understand that by
similarity, side ratios in right triangles are properties of the angles in
the triangle, leading to definitions of trigonometric ratios for acute
angles.
enumeration CC.HSG.SRT.7
Common Core State Standards Math - Define trigonometric
ratios and solve problems involving right triangles. Explain and use the
relationship between the sine and cosine of complementary angles.
enumeration CC.HSG.SRT.8
Common Core State Standards Math - Define trigonometric
ratios and solve problems involving right triangles. Use trigonometric
ratios and the Pythagorean Theorem to solve right triangles in applied
problems.
enumeration CC.HSG.SRT.9
Common Core State Standards Math - (+) Apply trigonometry to
general triangles. Derive the formula A = (1/2)ab sin(C) for the area of a
triangle by drawing an auxiliary line from a vertex perpendicular to the
opposite side.
enumeration CC.HSG.SRT.10
Common Core State Standards Math - (+) Apply trigonometry to
general triangles. Prove the Laws of Sines and Cosines and use them to solve
problems.
enumeration CC.HSG.SRT.11
Common Core State Standards Math - (+) Apply trigonometry to
general triangles. Understand and apply the Law of Sines and the Law of
Cosines to find unknown measurements in right and non-right triangles (e.g.,
surveying problems, resultant forces).
enumeration CC.HSG.C.1
Common Core State Standards Math - Understand and apply
theorems about circles. Prove that all circles are similar.
enumeration CC.HSG.C.2
Common Core State Standards Math - Understand and apply
theorems about circles. Identify and describe relationships among inscribed
angles, radii, and chords. Include the relationship between central,
inscribed, and circumscribed angles; inscribed angles on a diameter are
right angles; the radius of a circle is perpendicular to the tangent where
the radius intersects the circle.
enumeration CC.HSG.C.3
Common Core State Standards Math - Understand and apply
theorems about circles. Construct the inscribed and circumscribed circles of
a triangle, and prove properties of angles for a quadrilateral inscribed in
a circle.
enumeration CC.HSG.C.4
Common Core State Standards Math - (+) Understand and apply
theorems about circles. Construct a tangent line from a point outside a
given circle to the circle.
enumeration CC.HSG.C.5
Common Core State Standards Math - Find arc lengths and areas
of sectors of circles. Derive using similarity the fact that the length of
the arc intercepted by an angle is proportional to the radius, and define
the radian measure of the angle as the constant of proportionality; derive
the formula for the area of a sector.
enumeration CC.HSG.GPE.1
Common Core State Standards Math - Translate between the
geometric description and the equation for a conic section. Derive the
equation of a circle of given center and radius using the Pythagorean
Theorem; complete the square to find the center and radius of a circle given
by an equation.
enumeration CC.HSG.GPE.2
Common Core State Standards Math - Translate between the
geometric description and the equation for a conic section. Derive the
equation of a parabola given a focus and directrix.
enumeration CC.HSG.GPE.3
Common Core State Standards Math - (+) Translate between the
geometric description and the equation for a conic section. Derive the
equations of ellipses and hyperbolas given the foci, using the fact that the
sum or difference of distances from the foci is constant.
enumeration CC.HSG.GPE.4
Common Core State Standards Math - Use coordinates to prove
simple geometric theorems algebraically. For example, prove or disprove that
a figure defined by four given points in the coordinate plane is a
rectangle; prove or disprove that the point (1, √3) lies on the circle
centered at the origin and containing the point (0, 2).
enumeration CC.HSG.GPE.5
Common Core State Standards Math - Use coordinates to prove
simple geometric theorems algebraically. Prove the slope criteria for
parallel and perpendicular lines and use them to solve geometric problems
(e.g., find the equation of a line parallel or perpendicular to a given line
that passes through a given point).
enumeration CC.HSG.GPE.6
Common Core State Standards Math - Use coordinates to prove
simple geometric theorems algebraically. Find the point on a directed line
segment between two given points that partitions the segment in a given
ratio.
enumeration CC.HSG.GPE.7
Common Core State Standards Math - Use coordinates to prove
simple geometric theorems algebraically. Use coordinates to compute
perimeters of polygons and areas of triangles and rectangles, e.g., using
the distance formula.*
enumeration CC.HSG.GMD.1
Common Core State Standards Math - Explain volume formulas
and use them to solve problems. Give an informal argument for the formulas
for the circumference of a circle, area of a circle, volume of a cylinder,
pyramid, and cone. Use dissection arguments, Cavalieri’s principle, and
informal limit arguments.
enumeration CC.HSG.GMD.2
Common Core State Standards Math - (+) Explain volume
formulas and use them to solve problems. Give an informal argument using
Cavalieri’s principle for the formulas for the volume of a sphere and other
solid figures.
enumeration CC.HSG.GMD.3
Common Core State Standards Math - Explain volume formulas
and use them to solve problems. Use volume formulas for cylinders, pyramids,
cones, and spheres to solve problems.*
enumeration CC.HSG.GMD.4
Common Core State Standards Math - Visualize relationships
between two-dimensional and three-dimensional objects. Identify the shapes
of two-dimensional cross-sections of three-dimensional objects, and identify
three-dimensional objects generated by rotations of two-dimensional objects.
enumeration CC.HSG.MG.1
Common Core State Standards Math - Apply geometric concepts
in modeling situations. Use geometric shapes, their measures, and their
properties to describe objects (e.g., modeling a tree trunk or a human torso
as a cylinder).*
enumeration CC.HSG.MG.2
Common Core State Standards Math - Apply geometric concepts
in modeling situations. Apply concepts of density based on area and volume
in modeling situations (e.g., persons per square mile, BTUs per cubic
foot).*
enumeration CC.HSG.MG.3
Common Core State Standards Math - Apply geometric concepts
in modeling situations. Apply geometric methods to solve design problems
(e.g., designing an object or structure to satisfy physical constraints or
minimize cost; working with typographic grid systems based on ratios).*
enumeration CC.HSS.ID.1
Common Core State Standards Math - Summarize, represent, and
interpret data on a single count or measurement variable. Represent data
with plots on the real number line (dot plots, histograms, and box plots).*
enumeration CC.HSS.ID.2
Common Core State Standards Math - Summarize, represent, and
interpret data on a single count or measurement variable. Use statistics
appropriate to the shape of the data distribution to compare center (median,
mean) and spread (interquartile range, standard deviation) of two or more
different data sets.*
enumeration CC.HSS.ID.3
Common Core State Standards Math - Summarize, represent, and
interpret data on a single count or measurement variable. Interpret
differences in shape, center, and spread in the context of the data sets,
accounting for possible effects of extreme data points (outliers).*
enumeration CC.HSS.ID.4
Common Core State Standards Math - Summarize, represent, and
interpret data on a single count or measurement variable. Use the mean and
standard deviation of a data set to fit it to a normal distribution and to
estimate population percentages. Recognize that there are data sets for
which such a procedure is not appropriate. Use calculators, spreadsheets,
and tables to estimate areas under the normal curve.*
enumeration CC.HSS.ID.5
Common Core State Standards Math - Summarize, represent, and
interpret data on two categorical and quantitative variables. Summarize
categorical data for two categories in two-way frequency tables. Interpret
relative frequencies in the context of the data (including joint, marginal,
and conditional relative frequencies). Recognize possible associations and
trends in the data.*
enumeration CC.HSS.ID.6
Common Core State Standards Math - Summarize, represent, and
interpret data on two categorical and quantitative variables. Represent data
on two quantitative variables on a scatter plot, and describe how the
variables are related.*
enumeration CC.HSS.ID.6a
Common Core State Standards Math - Fit a function to the
data; use functions fitted to data to solve problems in the context of the
data. Use given functions or choose a function suggested by the context.
Emphasize linear, quadratic, and exponential models.*
enumeration CC.HSS.ID.6b
Common Core State Standards Math - Informally assess the fit
of a function by plotting and analyzing residuals.*
enumeration CC.HSS.ID.6c
Common Core State Standards Math - Fit a linear function for
a scatter plot that suggests a linear association.*
enumeration CC.HSS.ID.7
Common Core State Standards Math - Interpret linear models.
Interpret the slope (rate of change) and the intercept (constant term) of a
linear model in the context of the data.*
enumeration CC.HSS.ID.8
Common Core State Standards Math - Interpret linear models.
Compute (using technology) and interpret the correlation coefficient of a
linear fit.*
enumeration CC.HSS.ID.9
Common Core State Standards Math - Interpret linear models.
Distinguish between correlation and causation.*
enumeration CC.HSS.IC.1
Common Core State Standards Math - Understand and evaluate
random processes underlying statistical experiments. Understand statistics
as a process for making inferences about population parameters based on a
random sample from that population.*
enumeration CC.HSS.IC.2
Common Core State Standards Math - Understand and evaluate
random processes underlying statistical experiments. Decide if a specified
model is consistent with results from a given data-generating process, e.g.,
using simulation. For example, a model says a spinning coin falls heads up
with probability 0. 5. Would a result of 5 tails in a row cause you to
question the model?*
enumeration CC.HSS.IC.3
Common Core State Standards Math - Make inferences and
justify conclusions from sample surveys, experiments, and observational
studies. Recognize the purposes of and differences among sample surveys,
experiments, and observational studies; explain how randomization relates to
each.*
enumeration CC.HSS.IC.4
Common Core State Standards Math - Make inferences and
justify conclusions from sample surveys, experiments, and observational
studies. Use data from a sample survey to estimate a population mean or
proportion; develop a margin of error through the use of simulation models
for random sampling.*
enumeration CC.HSS.IC.5
Common Core State Standards Math - Make inferences and
justify conclusions from sample surveys, experiments, and observational
studies. Use data from a randomized experiment to compare two treatments;
use simulations to decide if differences between parameters are
significant.*
enumeration CC.HSS.IC.6
Common Core State Standards Math - Make inferences and
justify conclusions from sample surveys, experiments, and observational
studies. Evaluate reports based on data.*
enumeration CC.HSS.CP.1
Common Core State Standards Math - Understand independence
and conditional probability and use them to interpret data. Describe events
as subsets of a sample space (the set of outcomes) using characteristics (or
categories) of the outcomes, or as unions, intersections, or complements of
other events (“or,” “and,” “not”).*
enumeration CC.HSS.CP.2
Common Core State Standards Math - Understand independence
and conditional probability and use them to interpret data. Understand that
two events A and B are independent if the probability of A and B occurring
together is the product of their probabilities, and use this
characterization to determine if they are independent.*
enumeration CC.HSS.CP.3
Common Core State Standards Math - Understand independence
and conditional probability and use them to interpret data. Understand the
conditional probability of A given B as P(A and B)/P(B), and interpret
independence of A and B as saying that the conditional probability of A
given B is the same as the probability of A, and the conditional probability
of B given A is the same as the probability of B.*
enumeration CC.HSS.CP.4
Common Core State Standards Math - Understand independence
and conditional probability and use them to interpret data. Construct and
interpret two-way frequency tables of data when two categories are
associated with each object being classified. Use the two-way table as a
sample space to decide if events are independent and to approximate
conditional probabilities. For example, collect data from a random sample of
students in your school on their favorite subject among math, science, and
English. Estimate the probability that a randomly selected student from your
school will favor science given that the student is in tenth grade. Do the
same for other subjects and compare the results.*
enumeration CC.HSS.CP.5
Common Core State Standards Math - Understand independence
and conditional probability and use them to interpret data. Recognize and
explain the concepts of conditional probability and independence in everyday
language and everyday situations. For example, compare the chance of having
lung cancer if you are a smoker with the chance of being a smoker if you
have lung cancer.*
enumeration CC.HSS.CP.6
Common Core State Standards Math - Use the rules of
probability to compute probabilities of compound events in a uniform
probability model. Find the conditional probability of A given B as the
fraction of B’s outcomes that also belong to A, and interpret the answer in
terms of the model.*
enumeration CC.HSS.CP.7
Common Core State Standards Math - Use the rules of
probability to compute probabilities of compound events in a uniform
probability model. Apply the Addition Rule, P(A or B) = P(A) + P(B) – P(A
and B), and interpret the answer in terms of the model.*
enumeration CC.HSS.CP.8
Common Core State Standards Math - (+) Use the rules of
probability to compute probabilities of compound events in a uniform
probability model. Apply the general Multiplication Rule in a uniform
probability model, P(A and B) = [P(A)]x[P(B|A)] =[P(B)]x[P(A|B)], and
interpret the answer in terms of the model.*
enumeration CC.HSS.CP.9
Common Core State Standards Math - (+) Use the rules of
probability to compute probabilities of compound events in a uniform
probability model. Use permutations and combinations to compute
probabilities of compound events and solve problems.*
enumeration CC.HSS.MD.1
Common Core State Standards Math - (+) Calculate expected
values and use them to solve problems. Define a random variable for a
quantity of interest by assigning a numerical value to each event in a
sample space; graph the corresponding probability distribution using the
same graphical displays as for data distributions.*
enumeration CC.HSS.MD.2
Common Core State Standards Math - (+) Calculate expected
values and use them to solve problems. Calculate the expected value of a
random variable; interpret it as the mean of the probability distribution.*
enumeration CC.HSS.MD.3
Common Core State Standards Math - (+) Calculate expected
values and use them to solve problems. Develop a probability distribution
for a random variable defined for a sample space in which theoretical
probabilities can be calculated; find the expected value. For example, find
the theoretical probability distribution for the number of correct answers
obtained by guessing on all five questions of a multiple-choice test where
each question has four choices, and find the expected grade under various
grading schemes.*
enumeration CC.HSS.MD.4
Common Core State Standards Math - (+) Calculate expected
values and use them to solve problems. Develop a probability distribution
for a random variable defined for a sample space in which probabilities are
assigned empirically; find the expected value. For example, find a current
data distribution on the number of TV sets per household in the United
States, and calculate the expected number of sets per household. How many TV
sets would you expect to find in 100 randomly selected households?*
enumeration CC.HSS.MD.5
Common Core State Standards Math - (+) Use probability to
evaluate outcomes of decisions. Weigh the possible outcomes of a decision by
assigning probabilities to payoff values and finding expected values.*
enumeration CC.HSS.MD.5a
Common Core State Standards Math - (+) Find the expected
payoff for a game of chance. For example, find the expected winnings from a
state lottery ticket or a game at a fast-food restaurant.*
enumeration CC.HSS.MD.5b
Common Core State Standards Math - (+) Evaluate and compare
strategies on the basis of expected values. For example, compare a
high-deductible versus a low-deductible automobile insurance policy using
various, but reasonable, chances of having a minor or a major accident.*
enumeration CC.HSS.MD.6
Common Core State Standards Math - (+) Use probability to
evaluate outcomes of decisions. Use probabilities to make fair decisions
(e.g., drawing by lots, using a random number generator).*
enumeration CC.HSS.MD.7
Common Core State Standards Math - (+) Use probability to
evaluate outcomes of decisions. Analyze decisions and strategies using
probability concepts (e.g., product testing, medical testing, pulling a
hockey goalie at the end of a game).*
enumeration CC.K-12.MP.1
Common Core State Standards Math - Make sense of problems and
persevere in solving them. Mathematically proficient students start by
explaining to themselves the meaning of a problem and looking for entry
points to its solution. They analyze givens, constraints, relationships, and
goals. They make conjectures about the form and meaning of the solution and
plan a solution pathway rather than simply jumping into a solution attempt.
They consider analogous problems, and try special cases and simpler forms of
the original problem in order to gain insight into its solution. They
monitor and evaluate their progress and change course if necessary. Older
students might, depending on the context of the problem, transform algebraic
expressions or change the viewing window on their graphing calculator to get
the information they need. Mathematically proficient students can explain
correspondences between equations, verbal descriptions, tables, and graphs
or draw diagrams of important features and relationships, graph data, and
search for regularity or trends. Younger students might rely on using
concrete objects or pictures to help conceptualize and solve a problem.
Mathematically proficient students check their answers to problems using a
different method, and they continually ask themselves, “Does this make
sense?” They can understand the approaches of others to solving complex
problems and identify correspondences between different approaches.
enumeration CC.K-12.MP.2
Common Core State Standards Math - Reason abstractly and
quantitatively. Mathematically proficient students make sense of the
quantities and their relationships in problem situations. Students bring two
complementary abilities to bear on problems involving quantitative
relationships: the ability to decontextualize—to abstract a given situation
and represent it symbolically and manipulate the representing symbols as if
they have a life of their own, without necessarily attending to their
referents—and the ability to contextualize, to pause as needed during the
manipulation process in order to probe into the referents for the symbols
involved. Quantitative reasoning entails habits of creating a coherent
representation of the problem at hand; considering the units involved;
attending to the meaning of quantities, not just how to compute them; and
knowing and flexibly using different properties of operations and objects.
enumeration CC.K-12.MP.3
Common Core State Standards Math - Construct viable arguments
and critique the reasoning of others. Mathematically proficient students
understand and use stated assumptions, definitions, and previously
established results in constructing arguments. They make conjectures and
build a logical progression of statements to explore the truth of their
conjectures. They are able to analyze situations by breaking them into
cases, and can recognize and use counterexamples. They justify their
conclusions, communicate them to others, and respond to the arguments of
others. They reason inductively about data, making plausible arguments that
take into account the context from which the data arose. Mathematically
proficient students are also able to compare the effectiveness of two
plausible arguments, distinguish correct logic or reasoning from that which
is flawed, and—if there is a flaw in an argument—explain what it is.
Elementary students can construct arguments using concrete referents such as
objects, drawings, diagrams, and actions. Such arguments can make sense and
be correct, even though they are not generalized or made formal until later
grades. Later, students learn to determine domains to which an argument
applies. Students at all grades can listen or read the arguments of others,
decide whether they make sense, and ask useful questions to clarify or
improve the arguments.
enumeration CC.K-12.MP.4
Common Core State Standards Math - Model with mathematics.
Mathematically proficient students can apply the mathematics they know to
solve problems arising in everyday life, society, and the workplace. In
early grades, this might be as simple as writing an addition equation to
describe a situation. In middle grades, a student might apply proportional
reasoning to plan a school event or analyze a problem in the community. By
high school, a student might use geometry to solve a design problem or use a
function to describe how one quantity of interest depends on another.
Mathematically proficient students who can apply what they know are
comfortable making assumptions and approximations to simplify a complicated
situation, realizing that these may need revision later. They are able to
identify important quantities in a practical situation and map their
relationships using such tools as diagrams, two-way tables, graphs,
flowcharts and formulas. They can analyze those relationships mathematically
to draw conclusions. They routinely interpret their mathematical results in
the context of the situation and reflect on whether the results make sense,
possibly improving the model if it has not served its purpose.
enumeration CC.K-12.MP.5
Common Core State Standards Math - Use appropriate tools
strategically. Mathematically proficient students consider the available
tools when solving a mathematical problem. These tools might include pencil
and paper, concrete models, a ruler, a protractor, a calculator, a
spreadsheet, a computer algebra system, a statistical package, or dynamic
geometry software. Proficient students are sufficiently familiar with tools
appropriate for their grade or course to make sound decisions about when
each of these tools might be helpful, recognizing both the insight to be
gained and their limitations. For example, mathematically proficient high
school students analyze graphs of functions and solutions generated using a
graphing calculator. They detect possible errors by strategically using
estimation and other mathematical knowledge. When making mathematical
models, they know that technology can enable them to visualize the results
of varying assumptions, explore consequences, and compare predictions with
data. Mathematically proficient students at various grade levels are able to
identify relevant external mathematical resources, such as digital content
located on a website, and use them to pose or solve problems. They are able
to use technological tools to explore and deepen their understanding of
concepts.
enumeration CC.K-12.MP.6
Common Core State Standards Math - Attend to precision.
Mathematically proficient students try to communicate precisely to others.
They try to use clear definitions in discussion with others and in their own
reasoning. They state the meaning of the symbols they choose, including
using the equal sign consistently and appropriately. They are careful about
specifying units of measure, and labeling axes to clarify the correspondence
with quantities in a problem. They calculate accurately and efficiently,
express numerical answers with a degree of precision appropriate for the
problem context. In the elementary grades, students give carefully
formulated explanations to each other. By the time they reach high school
they have learned to examine claims and make explicit use of definitions.
enumeration CC.K-12.MP.7
Common Core State Standards Math - Look for and make use of
structure. Mathematically proficient students look closely to discern a
pattern or structure. Young students, for example, might notice that three
and seven more is the same amount as seven and three more, or they may sort
a collection of shapes according to how many sides the shapes have. Later,
students will see 7 × 8 equals the well remembered 7 × 5 + 7 × 3, in
preparation for learning about the distributive property. In the expression
x^2 + 9x + 14, older students can see the 14 as 2 × 7 and the 9 as 2 + 7.
They recognize the significance of an existing line in a geometric figure
and can use the strategy of drawing an auxiliary line for solving problems.
They also can step back for an overview and shift perspective. They can see
complicated things, such as some algebraic expressions, as single objects or
as being composed of several objects. For example, they can see 5 – 3(x –
y)^2 as 5 minus a positive number times a square and use that to realize
that its value cannot be more than 5 for any real numbers x and y.
enumeration CC.K-12.MP.8
Common Core State Standards Math - Look for and express
regularity in repeated reasoning. Mathematically proficient students notice
if calculations are repeated, and look both for general methods and for
shortcuts. Upper elementary students might notice when dividing 25 by 11
that they are repeating the same calculations over and over again, and
conclude they have a repeating decimal. By paying attention to the
calculation of slope as they repeatedly check whether points are on the line
through (1, 2) with slope 3, middle school students might abstract the
equation (y – 2)/(x –1) = 3. Noticing the regularity in the way terms cancel
when expanding (x – 1)(x + 1), (x – 1)(x^2 + x + 1), and (x – 1)(x^3 + x^2 +
x + 1) might lead them to the general formula for the sum of a geometric
series. As they work to solve a problem, mathematically proficient students
maintain oversight of the process, while attending to the details. They
continually evaluate the reasonableness of their intermediate results.
Source
<xs:element name="standard" type="err:Standard" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <label>Educational Standard</label>
    </xs:appinfo>
    <xs:documentation>An educational standard addressed by this resource (taken from a controlled list)</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:keyword
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
A free-text keyword associated with this resource
Diagram
Diagram
Type xs:token
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="keyword" type="xs:token" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <label>Keyword</label>
    </xs:appinfo>
    <xs:documentation>A free-text keyword associated with this resource</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:summary
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
A short (1 to 2 sentence) abstract describing the content of
this resource
Diagram
Diagram
Type xs:token
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="summary" type="xs:token" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:appinfo>
      <label>Summary</label>
    </xs:appinfo>
    <xs:documentation>A short (1 to 2 sentence) abstract describing the content of this resource</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:resourceFormat
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
The format of this resource (taken from a controlled list)
Diagram
Diagramindex.tmp#ResourceFormat
Type err:ResourceFormat
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
enumeration Video
A video resource that can be watched (streaming or download)
enumeration Interactive
A resource designed to be interacted with using a computer
(typically on the web)
enumeration Worksheet
An document to be filled out interactively by a student in
pursuit of a learning goal
enumeration Image
An image for viewing
enumeration Audio
An audio recording for listening
enumeration Text
A textual document (physical or online) for reading
Source
<xs:element name="resourceFormat" type="err:ResourceFormat" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <label>Format</label>
    </xs:appinfo>
    <xs:documentation>The format of this resource (taken from a controlled list)</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:educatorShared
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Whether this resource was shared by an educator
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 1
maxOccurs 1
default false
Source
<xs:element name="educatorShared" type="xs:boolean" minOccurs="1" maxOccurs="1" default="false">
  <xs:annotation>
    <xs:appinfo>
      <label>Educator Shared</label>
    </xs:appinfo>
    <xs:documentation>Whether this resource was shared by an educator</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:language
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
The human language used in this resource
Diagram
Diagramindex.tmp#Language
Type err:Language
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
enumeration English
English
enumeration Spanish
Spanish
enumeration Chinese
Chinese
enumeration Korean
Korean
enumeration Vietnamese
Vietnamese
enumeration Braille
Braille
enumeration ASL
American Sign Language
Source
<xs:element name="language" type="err:Language" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <label>Language</label>
    </xs:appinfo>
    <xs:documentation>The human language used in this resource</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:associatedEvent
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
An event associated with this resource
Diagram
Diagramindex.tmp#Event
Type err:Event
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
enumeration Earth Day
An annual event celebrated on April 22 to demonstrate support
for environmental protection
enumeration May the Fourth
A date celebrating the Star Wars media franchise on May 4,
chosen for the pun on the catchphrase "May the Force be with you"
Source
<xs:element name="associatedEvent" type="err:Event" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <label>Associated Event</label>
    </xs:appinfo>
    <xs:documentation>An event associated with this resource</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:peerReviewed
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Whether this resource has been through a peer-review process
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 1
maxOccurs 1
default false
Source
<xs:element name="peerReviewed" type="xs:boolean" minOccurs="1" maxOccurs="1" default="false">
  <xs:annotation>
    <xs:appinfo>
      <label>Peer Reviewed</label>
    </xs:appinfo>
    <xs:documentation>Whether this resource has been through a peer-review process</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:peerReviewer
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
The name of the person or organization that provided peer
review for this resource (if any)
Diagram
Diagram
Type xs:token
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="peerReviewer" type="xs:token" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <label>Peer Reviewer</label>
    </xs:appinfo>
    <xs:documentation>The name of the person or organization that provided peer review for this resource (if any)</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:dateCreated
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
The date this resource was created
Diagram
Diagramindex.tmp#NoTimeDateindex.tmp#Dateindex.tmp#DciteDate_roleindex.tmp#DciteDate
Type err:DciteDate
Type hierarchy
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use Annotation
role err:DateType optional
A label indicating the role this date plays in the
lifecycle of a resource.
This is restricted to be one of the Datacite defined
values.
Source
<xs:element name="dateCreated" type="err:DciteDate" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:appinfo>
      <label>Date Created</label>
    </xs:appinfo>
    <xs:documentation>The date this resource was created</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:dateUpdated
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
The date this resource was last updated
Diagram
Diagramindex.tmp#NoTimeDateindex.tmp#Dateindex.tmp#DciteDate_roleindex.tmp#DciteDate
Type err:DciteDate
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs 1
Attributes
QName Type Use Annotation
role err:DateType optional
A label indicating the role this date plays in the
lifecycle of a resource.
This is restricted to be one of the Datacite defined
values.
Source
<xs:element name="dateUpdated" type="err:DciteDate" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:appinfo>
      <label>Date Updated</label>
    </xs:appinfo>
    <xs:documentation>The date this resource was last updated</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:targetAudience
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
The intended target audience for this resource (taken from a
controlled list)
Diagram
Diagramindex.tmp#TargetAudience
Type err:TargetAudience
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
enumeration Students
Students of any age enrolled in a curriculum program
enumeration Parents
Parents of students
enumeration Educators
Educators responsible for educating students
enumeration Professionals
Professionals in search of professional development or
workforce education
enumeration Outreach Ambassadors
Outreach ambassadors for an organization
enumeration Guidance Counselors
Guidance counselors that serve students
Source
<xs:element name="targetAudience" type="err:TargetAudience" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <label>Target Audience</label>
    </xs:appinfo>
    <xs:documentation>The intended target audience for this resource (taken from a controlled list)</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Content / err:preview
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
A preview image for this resource (a JPEG image encoded in
base64)
Diagram
Diagram
Type xs:base64Binary
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="preview" type="xs:base64Binary" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:appinfo>
      <label>Preview Image</label>
    </xs:appinfo>
    <xs:documentation>A preview image for this resource (a JPEG image encoded in base64)</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Resource / err:role
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
A label that identifies the type of resource this is along
with, if appropriate, a description of how this resource
fulfills its role as a that type of resource.
If this resource qualifies as being like multiple types of
resources at a time (e.g. a registry and a repository), multiple
role elements can be provided.
Sub-classes of Role can define additional metadata for describing
how it fulfills its role.  The xsi:type attribute must be used
to include this additional metadata.
Diagram
Diagramindex.tmp#ResourceRole
Type err:ResourceRole
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Source
<xs:element name="role" type="err:ResourceRole" minOccurs="1" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <label>Role</label>
    </xs:appinfo>
    <xs:documentation>A label that identifies the type of resource this is along with, if appropriate, a description of how this resource fulfills its role as a that type of resource.</xs:documentation>
    <xs:documentation>If this resource qualifies as being like multiple types of resources at a time (e.g. a registry and a repository), multiple role elements can be provided.</xs:documentation>
    <xs:documentation>Sub-classes of Role can define additional metadata for describing how it fulfills its role. The xsi:type attribute must be used to include this additional metadata.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:ComputerResource / err:type
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
The type of educational resource this is
Diagram
Diagramindex.tmp#ComputerRoleType
Type err:ComputerRoleType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
enumeration Computer Resource: Simulation
An interactive simulation of physical or mathematical
behaviors
enumeration Computer Resource: Game
An interactive educational game
enumeration Computer Resource: Self-paced Course
A self-study course for independent learning
enumeration Computer Resource: Massive Open Online Course (MOOC)
An online course for self-paced instruction in a MOOC format
enumeration Computer Resource: Tutorial
An online interactive tutorial about a particular subject
enumeration Computer Resource: Article
An article/blog post published online explaining a particular
subject
enumeration Computer Resource
An otherwise unspecified educational computer resource
Source
<xs:element name="type" type="err:ComputerRoleType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:appinfo>
      <label>Type</label>
    </xs:appinfo>
    <xs:documentation>The type of educational resource this is</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:EducationResource / err:type
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
The type of educational resource this is
Diagram
Diagramindex.tmp#EducationResRoleType
Type err:EducationResRoleType
Properties
content simple
minOccurs 1
maxOccurs 3
Facets
enumeration Education Resource: Assessment
A tool to assess a student's knowledge related to a
particular subject
enumeration Education Resource: Worksheet
An interactive worksheet to be filled out by students
enumeration Education Resource: Lesson Plan
A lesson plan for educators to teach a particular topic
enumeration Education Resource: Laboratory Activity
A lab activity plan for educators to demonstrate a particular
physical phenomenon
enumeration Education Resource: Classroom Activity
A classroom activity plan for educators to demonstrate a
particular physical phenomenon
enumeration Education Resource: Kit
An interactive kit for hands-on learning
enumeration Education Resource
Ageneric or unspecified resource for educators
Source
<xs:element name="type" type="err:EducationResRoleType" minOccurs="1" maxOccurs="3">
  <xs:annotation>
    <xs:appinfo>
      <label>Type</label>
    </xs:appinfo>
    <xs:documentation>The type of educational resource this is</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Multimedia / err:type
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
The type of educational resource this is
Diagram
Diagramindex.tmp#MultimediaRoleType
Type err:MultimediaRoleType
Properties
content simple
minOccurs 1
maxOccurs 2
Facets
enumeration Multimedia: Presentation
A presentation (in person, online, live, and/or prerecorded)
about a particular subject
enumeration Multimedia: Demonstration
A demonstration (in person, online, live, and/or prerecorded)
about a particular subject
enumeration Multimedia: Interview
An interview with a person about a particular subject
enumeration Multimedia: Movie
A visual presentation about a particular subject that does
not fit in one of the other resource types
enumeration Multimedia
An otherwise unspecified type of multimedia resource
Source
<xs:element name="type" type="err:MultimediaRoleType" minOccurs="1" maxOccurs="2">
  <xs:annotation>
    <xs:appinfo>
      <label>Type</label>
    </xs:appinfo>
    <xs:documentation>The type of educational resource this is</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Events / err:type
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
The type of event this is
Diagram
Diagramindex.tmp#EventType
Type err:EventType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
enumeration Event: Conference
A scientific conference
enumeration Event: Presentation
An presentation
enumeration Event: Career fair
A career fair
enumeration Event
An otherwise unspecified event
Source
<xs:element name="type" type="err:EventType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:appinfo>
      <label>Type</label>
    </xs:appinfo>
    <xs:documentation>The type of event this is</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:CareerResource / err:type
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
The type of career resource this is
Diagram
Diagramindex.tmp#CareerResRoleType
Type err:CareerResRoleType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
enumeration Career Resource: Internship
An internship opportunity
enumeration Career Resource: Training
An training program
enumeration Career Resource: Grant Opportunity
Grant Opportunity
enumeration Career Resource: Resume Resources
Resume Resources
enumeration Career Resource
An otherwise unspecified educational career resource
Source
<xs:element name="type" type="err:CareerResRoleType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:appinfo>
      <label>Type</label>
    </xs:appinfo>
    <xs:documentation>The type of career resource this is</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:GettingConnected / err:type
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
The type of career resource this is
Diagram
Diagramindex.tmp#GettingConnectedRoleType
Type err:GettingConnectedRoleType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
enumeration Getting Connected
An otherwise unspecified connection resource
Source
<xs:element name="type" type="err:GettingConnectedRoleType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:appinfo>
      <label>Type</label>
    </xs:appinfo>
    <xs:documentation>The type of career resource this is</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Related / err:relationship
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Diagram
Type err:NamePID
Properties
Source
[ top ]
Element err:Related / err:resource
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Diagram
Type err:NamePID
Properties
Source
[ top ]
Element err:Policy / err:rights
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
A brief, user-friendly statement clarifying who may access
this resource and under what conditions.
Official legal statements giving the terms of use should be
provided via the termsURI element.
Diagram
Diagram
Type xs:token
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="rights" type="xs:token" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:appinfo>
      <label>Rights and Restrictions Info</label>
      <placeholder>Briefly explain any specific restrictions on use</placeholder>
    </xs:appinfo>
    <xs:appinfo>
      <am:dcterm>Rights</am:dcterm>
    </xs:appinfo>
    <xs:documentation>A brief, user-friendly statement clarifying who may access this resource and under what conditions.</xs:documentation>
    <xs:documentation>Official legal statements giving the terms of use should be provided via the termsURI element.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Policy / err:termsURL
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
A public URL to a document describing the terms of access for
the resource.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="termsURL" type="xs:anyURI" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:appinfo>
      <label>License or Terms-of-use URL</label>
    </xs:appinfo>
    <xs:appinfo>
      <am:dcterm>Rights</am:dcterm>
    </xs:appinfo>
    <xs:documentation>A public URL to a document describing the terms of access for the resource.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element err:Policy / err:copyright
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Diagram
Type err:Copyright
Properties
Model
Children err:crholder, err:crref, err:cryear
Instance
Source
[ top ]
Element err:Copyright / err:crholder
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Diagram
Type xs:token
Properties
Source
[ top ]
Element err:Copyright / err:cryear
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Diagram
Type xs:token
Properties
Source
[ top ]
Element err:Copyright / err:crref
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Diagram
Type xs:anyURI
Properties
Source
[ top ]
Complex Type err:Resource
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
an identified, described, and discoverable component of the
distributed data environment.
Diagram
Diagramindex.tmp#https___data.nist.gov_od_dm_err_edu_resource_v1.0_Resource_localidindex.tmp#https___data.nist.gov_od_dm_err_edu_resource_v1.0_Resource_statusindex.tmp#https___data.nist.gov_od_dm_err_edu_resource_v1.0_Resource_identityindex.tmp#https___data.nist.gov_od_dm_err_edu_resource_v1.0_Resource_contentindex.tmp#https___data.nist.gov_od_dm_err_edu_resource_v1.0_Resource_role
Used by
Element err:Resource
Model
Children err:content, err:identity, err:role
Attributes
QName Type Use Annotation
localid xs:string optional
An unambiguous identifier for this resource description as
assigned by its author or its curating registry.
This attribute is required on export.
Authors may use this identifier for a proxy ID for the underlying
resource if one does not exist; if so desired, this ID should be replicated as
an identifier under the identity section.
status restriction of xs:string required
a tag indicating whether this resource is believed to be still
actively maintained.
Source
<xs:complexType name="Resource">
  <xs:annotation>
    <xs:documentation>an identified, described, and discoverable component of the distributed data environment.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="identity" type="err:Identity">
      <xs:annotation>
        <xs:appinfo>
          <label>Identity</label>
        </xs:appinfo>
        <xs:documentation>a collection of metadata that help identify the resource in various contexts. It includes its title and unique identifiers.</xs:documentation>
        <xs:documentation>Note that the ensemble of metadata contained here do not define the identity uniquely and unambiguously; rather, any of the given identifier element values (and only those values) can do that for the context of that identifier.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="content" type="err:Content">
      <xs:annotation>
        <xs:appinfo>
          <label>Content</label>
        </xs:appinfo>
        <xs:documentation>General information describing what the resource is and, as appropriate, what it contains.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="role" type="err:ResourceRole" minOccurs="1" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <label>Role</label>
        </xs:appinfo>
        <xs:documentation>A label that identifies the type of resource this is along with, if appropriate, a description of how this resource fulfills its role as a that type of resource.</xs:documentation>
        <xs:documentation>If this resource qualifies as being like multiple types of resources at a time (e.g. a registry and a repository), multiple role elements can be provided.</xs:documentation>
        <xs:documentation>Sub-classes of Role can define additional metadata for describing how it fulfills its role. The xsi:type attribute must be used to include this additional metadata.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="localid">
    <xs:annotation>
      <xs:appinfo>
        <label>Local ID</label>
      </xs:appinfo>
      <xs:documentation>An unambiguous identifier for this resource description as assigned by its author or its curating registry.</xs:documentation>
      <xs:documentation>This attribute is required on export.</xs:documentation>
      <xs:documentation>Authors may use this identifier for a proxy ID for the underlying resource if one does not exist; if so desired, this ID should be replicated as an identifier under the identity section.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:annotation>
        <xs:appinfo>
          <module>module-local-id-registry</module>
        </xs:appinfo>
      </xs:annotation>
      <xs:restriction base="xs:string"/>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="status" use="required">
    <xs:annotation>
      <xs:appinfo>
        <label>Status</label>
      </xs:appinfo>
      <xs:documentation>a tag indicating whether this resource is believed to be still actively maintained.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:annotation>
        <xs:appinfo>
          <module>module-status-registry</module>
        </xs:appinfo>
      </xs:annotation>
      <xs:restriction base="xs:string">
        <xs:enumeration value="active">
          <xs:annotation>
            <xs:documentation>resource is believed to be currently maintained, and its description is up to date (default).</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="inactive">
          <xs:annotation>
            <xs:documentation>resource is apparently not being maintained at the present.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="deleted">
          <xs:annotation>
            <xs:documentation>resource publisher has explicitly deleted the resource.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>
[ top ]
Complex Type err:Identity
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
a collection of metadata describing the identity of a resource
Diagram
Diagramindex.tmp#Identity_titleindex.tmp#Identity_refindex.tmp#Identity_organizationindex.tmp#Identity_versionindex.tmp#Identity_identifierindex.tmp#Identity_logo
Used by
Model
Children err:identifier, err:logo, err:organization, err:ref, err:title, err:version
Source
<xs:complexType name="Identity">
  <xs:annotation>
    <xs:documentation>a collection of metadata describing the identity of a resource</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="title" type="xs:token">
      <xs:annotation>
        <xs:appinfo>
          <label>Resource Name</label>
          <placeholder>Enter your Resource's name</placeholder>
          <tooltip>The full name given to the resource</tooltip>
          <am:dcterm>Title</am:dcterm>
          <am:dataciteproperty>Title</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>the full name given to the resource</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ref" type="xs:anyURI" minOccurs="1">
      <xs:annotation>
        <xs:appinfo>
          <label>Resource URL</label>
          <placeholder>Enter a web site URL</placeholder>
          <tooltip>URL pointing to the definitive, human-readable document or web page that serves as the primary description of or entry to this resource.</tooltip>
        </xs:appinfo>
        <xs:documentation>URL pointing to the definitive, human-readable document or web page that serves as the primary description of or entry to this resource.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="organization" type="xs:token" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <label>Organization</label>
          <placeholder>Enter the organization responsible for this resource</placeholder>
        </xs:appinfo>
        <xs:documentation>The organization that created this resource</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="version" type="xs:token" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <label>Version</label>
          <placeholder>Enter your Resource's version</placeholder>
        </xs:appinfo>
        <xs:documentation>Label a particular release or variation of the resource.</xs:documentation>
        <xs:documentation>Different versions of a resource typically share the same title.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="identifier" type="xs:anyURI" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <label>Identifier</label>
          <placeholder>Enter your Resource's identifier</placeholder>
          <am:dcterm>Identifier</am:dcterm>
        </xs:appinfo>
        <xs:documentation>Unambiguous reference to the resource using a recognized identifier system.</xs:documentation>
        <xs:documentation>Multiple identifiers can be given if the resource is identified in multiple identifier systems.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="logo" type="xs:anyURI" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <label>Logo</label>
          <placeholder>Enter your Resource's logo url</placeholder>
        </xs:appinfo>
        <xs:documentation>URL pointing to a graphical logo, which may be used to help identify the information source</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type err:Content
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Information regarding the general content of a resource
Diagram
Diagramindex.tmp#Content_schoolLevelindex.tmp#Content_schoolSubjectindex.tmp#Content_topicindex.tmp#Content_standardsBodyindex.tmp#Content_standardindex.tmp#Content_keywordindex.tmp#Content_summaryindex.tmp#Content_resourceFormatindex.tmp#Content_educatorSharedindex.tmp#Content_languageindex.tmp#Content_associatedEventindex.tmp#Content_peerReviewedindex.tmp#Content_peerReviewerindex.tmp#Content_dateCreatedindex.tmp#Content_dateUpdatedindex.tmp#Content_targetAudienceindex.tmp#Content_preview
Used by
Model
Children err:associatedEvent, err:dateCreated, err:dateUpdated, err:educatorShared, err:keyword, err:language, err:peerReviewed, err:peerReviewer, err:preview, err:resourceFormat, err:schoolLevel, err:schoolSubject, err:standard, err:standardsBody, err:summary, err:targetAudience, err:topic
Source
<xs:complexType name="Content">
  <xs:annotation>
    <xs:documentation>Information regarding the general content of a resource</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="schoolLevel" type="err:SchoolLevel" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <label>School Level</label>
        </xs:appinfo>
        <xs:documentation>Controlled labels that identify the targeted grade level(s) for this resource</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="schoolSubject" type="err:SchoolSubject" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <label>School Subject</label>
        </xs:appinfo>
        <xs:documentation>Controlled labels that identify the school subject(s) covered by this resource</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="topic" type="xs:token" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <label>Topic</label>
        </xs:appinfo>
        <xs:documentation>A free-text educational topic addressed by this resource</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="standardsBody" type="err:StandardsBody" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <label>Standards Body</label>
        </xs:appinfo>
        <xs:documentation>A standards body whose educational standards are addressed by this resource (taken from a controlled list)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="standard" type="err:Standard" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <label>Educational Standard</label>
        </xs:appinfo>
        <xs:documentation>An educational standard addressed by this resource (taken from a controlled list)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="keyword" type="xs:token" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <label>Keyword</label>
        </xs:appinfo>
        <xs:documentation>A free-text keyword associated with this resource</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="summary" type="xs:token" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:appinfo>
          <label>Summary</label>
        </xs:appinfo>
        <xs:documentation>A short (1 to 2 sentence) abstract describing the content of this resource</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="resourceFormat" type="err:ResourceFormat" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <label>Format</label>
        </xs:appinfo>
        <xs:documentation>The format of this resource (taken from a controlled list)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="educatorShared" type="xs:boolean" minOccurs="1" maxOccurs="1" default="false">
      <xs:annotation>
        <xs:appinfo>
          <label>Educator Shared</label>
        </xs:appinfo>
        <xs:documentation>Whether this resource was shared by an educator</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="language" type="err:Language" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <label>Language</label>
        </xs:appinfo>
        <xs:documentation>The human language used in this resource</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="associatedEvent" type="err:Event" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <label>Associated Event</label>
        </xs:appinfo>
        <xs:documentation>An event associated with this resource</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="peerReviewed" type="xs:boolean" minOccurs="1" maxOccurs="1" default="false">
      <xs:annotation>
        <xs:appinfo>
          <label>Peer Reviewed</label>
        </xs:appinfo>
        <xs:documentation>Whether this resource has been through a peer-review process</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="peerReviewer" type="xs:token" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <label>Peer Reviewer</label>
        </xs:appinfo>
        <xs:documentation>The name of the person or organization that provided peer review for this resource (if any)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dateCreated" type="err:DciteDate" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:appinfo>
          <label>Date Created</label>
        </xs:appinfo>
        <xs:documentation>The date this resource was created</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dateUpdated" type="err:DciteDate" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:appinfo>
          <label>Date Updated</label>
        </xs:appinfo>
        <xs:documentation>The date this resource was last updated</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="targetAudience" type="err:TargetAudience" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <label>Target Audience</label>
        </xs:appinfo>
        <xs:documentation>The intended target audience for this resource (taken from a controlled list)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="preview" type="xs:base64Binary" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:appinfo>
          <label>Preview Image</label>
        </xs:appinfo>
        <xs:documentation>A preview image for this resource (a JPEG image encoded in base64)</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Simple Type err:SchoolLevel
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that identify the grade levels targeted by an
educational resource
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration Pre-K
Preschool to kindergarden
enumeration K-5
Elementary school level (Kindergarden to 5th grade)
enumeration 6-8
Middle school level (6th to 8th grade)
enumeration 9-12
High school level (9th to 12th grade)
enumeration UG-Intro
Introduction undergraduate level
enumeration UG-Advanced
Advanced undergraduate level
enumeration Graduate
Graduate level
enumeration Continuing Education
Continuing Education
enumeration Workforce Education
Workforce Education
enumeration Education Professional Development
Professional Development for educators
enumeration Unclassified
Grade level is unclassified
enumeration Community College
Community College (Associate's Level)
Used by
Source
<xs:simpleType name="SchoolLevel">
  <xs:annotation>
    <xs:documentation>Controlled labels that identify the grade levels targeted by an educational resource</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="Pre-K">
      <xs:annotation>
        <xs:documentation>Preschool to kindergarden</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="K-5">
      <xs:annotation>
        <xs:documentation>Elementary school level (Kindergarden to 5th grade)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6-8">
      <xs:annotation>
        <xs:documentation>Middle school level (6th to 8th grade)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9-12">
      <xs:annotation>
        <xs:documentation>High school level (9th to 12th grade)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="UG-Intro">
      <xs:annotation>
        <xs:documentation>Introduction undergraduate level</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="UG-Advanced">
      <xs:annotation>
        <xs:documentation>Advanced undergraduate level</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Graduate">
      <xs:annotation>
        <xs:documentation>Graduate level</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Continuing Education">
      <xs:annotation>
        <xs:documentation>Continuing Education</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Workforce Education">
      <xs:annotation>
        <xs:documentation>Workforce Education</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Education Professional Development">
      <xs:annotation>
        <xs:documentation>Professional Development for educators</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Unclassified">
      <xs:annotation>
        <xs:documentation>Grade level is unclassified</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Community College">
      <xs:annotation>
        <xs:documentation>Community College (Associate's Level)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type err:SchoolSubject
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that identify the school subject of a resource
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration Biology
Biology
enumeration Chemistry
Chemistry
enumeration Computer Sciences
Computer Sciences
enumeration Earth Science
Earth Science
enumeration Energy
Energy
enumeration Engineering
Engineering
enumeration Life Sciences
Life Sciences
enumeration Material Science
Material Science
enumeration Mathematics
Mathematics
enumeration Math - 6th grade
Mathematics (6th grade level)
enumeration Math - 7th grade
Mathematics (7th grade level)
enumeration Math - 8th grade
Mathematics (8th grade level)
enumeration Pre-Algebra
Pre-Algebra
enumeration Algebra 1
Algebra 1
enumeration Geometry
Geometry
enumeration Algebra 2
Algebra 2
enumeration Pre-Calculus
Pre-Calculus
enumeration Calculus
Calculus
enumeration Statistics
Statistics
enumeration Linear Algebra
Linear Algebra
enumeration Nanoscience
Nanoscience
enumeration Natural Resources Sciences
Natural Resources Sciences
enumeration Oceanography
Oceanography
enumeration Physical Science
Physical Science
enumeration Physics
Physics
enumeration Other
Other (not covered by the other subjects)
enumeration All
This resource involves all subjects
Used by
Source
<xs:simpleType name="SchoolSubject">
  <xs:annotation>
    <xs:documentation>Controlled labels that identify the school subject of a resource</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="Biology">
      <xs:annotation>
        <xs:documentation>Biology</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Chemistry">
      <xs:annotation>
        <xs:documentation>Chemistry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Computer Sciences">
      <xs:annotation>
        <xs:documentation>Computer Sciences</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Earth Science">
      <xs:annotation>
        <xs:documentation>Earth Science</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Energy">
      <xs:annotation>
        <xs:documentation>Energy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Engineering">
      <xs:annotation>
        <xs:documentation>Engineering</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Life Sciences">
      <xs:annotation>
        <xs:documentation>Life Sciences</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Material Science">
      <xs:annotation>
        <xs:documentation>Material Science</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Mathematics">
      <xs:annotation>
        <xs:documentation>Mathematics</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Math - 6th grade">
      <xs:annotation>
        <xs:documentation>Mathematics (6th grade level)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Math - 7th grade">
      <xs:annotation>
        <xs:documentation>Mathematics (7th grade level)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Math - 8th grade">
      <xs:annotation>
        <xs:documentation>Mathematics (8th grade level)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Pre-Algebra">
      <xs:annotation>
        <xs:documentation>Pre-Algebra</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Algebra 1">
      <xs:annotation>
        <xs:documentation>Algebra 1</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Geometry">
      <xs:annotation>
        <xs:documentation>Geometry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Algebra 2">
      <xs:annotation>
        <xs:documentation>Algebra 2</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Pre-Calculus">
      <xs:annotation>
        <xs:documentation>Pre-Calculus</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Calculus">
      <xs:annotation>
        <xs:documentation>Calculus</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Statistics">
      <xs:annotation>
        <xs:documentation>Statistics</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Linear Algebra">
      <xs:annotation>
        <xs:documentation>Linear Algebra</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Nanoscience">
      <xs:annotation>
        <xs:documentation>Nanoscience</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Natural Resources Sciences">
      <xs:annotation>
        <xs:documentation>Natural Resources Sciences</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Oceanography ">
      <xs:annotation>
        <xs:documentation>Oceanography</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Physical Science">
      <xs:annotation>
        <xs:documentation>Physical Science</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Physics">
      <xs:annotation>
        <xs:documentation>Physics</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Other">
      <xs:annotation>
        <xs:documentation>Other (not covered by the other subjects)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="All">
      <xs:annotation>
        <xs:documentation>This resource involves all subjects</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type err:StandardsBody
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that identify the educational standards-issuing
bodies associated with resources
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration NGSS
Next Generation Science Standards
enumeration CCSS-M
Common Core State Standards (Math)
enumeration ITSE
International Society for Technology in Education
enumeration Non-STEM
Other educational standards body (non-Science, Technology,
Engineering, or ath related)
Used by
Source
<xs:simpleType name="StandardsBody">
  <xs:annotation>
    <xs:documentation>Controlled labels that identify the educational standards-issuing bodies associated with resources</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="NGSS">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CCSS-M">
      <xs:annotation>
        <xs:documentation>Common Core State Standards (Math)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ITSE">
      <xs:annotation>
        <xs:documentation>International Society for Technology in Education</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Non-STEM">
      <xs:annotation>
        <xs:documentation>Other educational standards body (non-Science, Technology, Engineering, or ath related)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type err:Standard
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that identify the educational standards associated
with resources
The NGSS Standards extracted from the following 
spreadsheet found online: 
https://docs.google.com/spreadsheets/d/1SMNeqpXpmxzPeChoMCyThvdLwhaFR6uScDhGjSZedIY/edit#gid=142149032
The CCSSM extracted from: 
https://www.ride.ri.gov/Portals/0/Uploads/Documents/Common-Core/CCSS-Math-Excel.xls
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration NGSS-K-PS2-1
Next Generation Science Standards - Plan and conduct an
investigation to compare the effects of different strengths or different
directions of pushes and pulls on the motion of an object.
enumeration NGSS-K-PS2-2
Next Generation Science Standards - Analyze data to determine
if a design solution works as intended to change the speed or direction of
an object with a push or a pull.
enumeration NGSS-K-PS3-1
Next Generation Science Standards - Make observations to
determine the effect of sunlight on Earth’s surface.
enumeration NGSS-K-PS3-2
Next Generation Science Standards - Use tools and materials
to design and build a structure that will reduce the warming effect of
sunlight on an area.
enumeration NGSS-K-LS1-1
Next Generation Science Standards - Use observations to
describe patterns of what plants and animals (including humans) need to
survive.
enumeration NGSS-K-ESS2-1
Next Generation Science Standards - Use and share
observations of local weather conditions to describe patterns over time.
enumeration NGSS-K-ESS2-2
Next Generation Science Standards - Construct an argument
supported by evidence for how plants and animals (including humans) can
change the environment to meet their needs.
enumeration NGSS-K-ESS3-1
Next Generation Science Standards - Use a model to represent
the relationship between the needs of different plants or animals (including
humans) and the places they live.
enumeration NGSS-K-ESS3-2
Next Generation Science Standards - Ask questions to obtain
information about the purpose of weather forecasting to prepare for, and
respond to, severe weather.
enumeration NGSS-K-ESS3-3
Next Generation Science Standards - Communicate solutions
that will reduce the impact of humans on the land, water, air, and/or other
living things in the local environment.
enumeration NGSS-1-PS4-1
Next Generation Science Standards - Plan and conduct
investigations to provide evidence that vibrating materials can make sound
and that sound can make materials vibrate.
enumeration NGSS-1-PS4-2
Next Generation Science Standards - Make observations to
construct an evidence-based account that objects can be seen only when
illuminated.
enumeration NGSS-1-PS4-3
Next Generation Science Standards - Plan and conduct an
investigation to determine the effect of placing objects made with different
materials in the path of a beam of light.
enumeration NGSS-1-PS4-4
Next Generation Science Standards - Use tools and materials
to design and build a device that uses light or sound to solve the problem
of communicating over a distance.
enumeration NGSS-1-LS1-1
Next Generation Science Standards - Use materials to design a
solution to a human problem by mimicking how plants and/or animals use their
external parts to help them survive, grow, and meet their needs.
enumeration NGSS-1-LS1-2
Next Generation Science Standards - Read texts and use media
to determine patterns in behavior of parents and offspring that help
offspring survive.
enumeration NGSS-1-LS3-1
Next Generation Science Standards - Make observations to
construct an evidence-based account that young plants and animals are like,
but not exactly like, their parents.
enumeration NGSS-1-ESS1-1
Next Generation Science Standards - Use observations of the
sun, moon, and stars to describe patterns that can be predicted.
enumeration NGSS-1-ESS1-2
Next Generation Science Standards - Make observations at
different times of year to relate the amount of daylight to the time of
year.
enumeration NGSS-2-PS1-1
Next Generation Science Standards - Plan and conduct an
investigation to describe and classify different kinds of materials by their
observable properties.
enumeration NGSS-2-PS1-2
Next Generation Science Standards - Analyze data obtained
from testing different materials to determine which materials have the
properties that are best suited for an intended purpose.
enumeration NGSS-2-PS1-3
Next Generation Science Standards - Make observations to
construct an evidence-based account of how an object made of a small set of
pieces can be disassembled and made into a new object.
enumeration NGSS-2-PS1-4
Next Generation Science Standards - Construct an argument
with evidence that some changes caused by heating or cooling can be reversed
and some cannot.
enumeration NGSS-2-LS2-1
Next Generation Science Standards - Plan and conduct an
investigation to determine if plants need sunlight and water to grow.
enumeration NGSS-2-LS2-2
Next Generation Science Standards - Develop a simple model
that mimics the function of an animal in dispersing seeds or pollinating
plants.
enumeration NGSS-2-
Next Generation Science Standards - LS4-1 Make observations
of plants and animals to compare the diversity of life in different
habitats.
enumeration NGSS-2-ESS1-1
Next Generation Science Standards - Use information from
several sources to provide evidence that Earth events can occur quickly or
slowly.
enumeration NGSS-2-ESS2-1
Next Generation Science Standards - Compare multiple
solutions designed to slow or prevent wind or water from changing the shape
of the land.
enumeration NGSS-2-ESS2-2
Next Generation Science Standards - Develop a model to
represent the shapes and kinds of land and bodies of water in an area.
enumeration NGSS-2-ESS2-3
Next Generation Science Standards - Obtain information to
identify where water is found on Earth and that it can be solid or liquid.
enumeration NGSS-K-2-ETS1-1
Next Generation Science Standards - Ask questions, make
observations, and gather information about a situation people want to change
to define a simple problem that can be solved through the development of a
new or improved object or tool.
enumeration NGSS-K-2-ETS1-2
Next Generation Science Standards - Develop a simple sketch,
drawing, or physical model to illustrate how the shape of an object helps it
function as needed to solve a given problem.
enumeration NGSS-K-2-ETS1-3
Next Generation Science Standards - Analyze data from tests
of two objects designed to solve the same problem to compare the strengths
and weaknesses of how each performs.
enumeration NGSS-3-PS2-1
Next Generation Science Standards - Plan and conduct an
investigation to provide evidence of the effects of balanced and unbalanced
forces on the motion of an object.
enumeration NGSS-3-PS2-2
Next Generation Science Standards - Make observations and/or
measurements of an object’s motion to provide evidence that a pattern can be
used to predict future motion.
enumeration NGSS-3-PS2-3
Next Generation Science Standards - Ask questions to
determine cause and effect relationships of electric or magnetic
interactions between two objects not in contact with each other.
enumeration NGSS-3-PS2-4
Next Generation Science Standards - Define a simple design
problem that can be solved by applying scientific ideas about magnets.
enumeration NGSS-3-LS1-1
Next Generation Science Standards - Develop models to
describe that organisms have unique and diverse life cycles but all have in
common birth, growth, reproduction, and death.
enumeration NGSS-3-LS2-1
Next Generation Science Standards - Construct an argument
that some animals form groups that help members survive.
enumeration NGSS-3-LS3-1
Next Generation Science Standards - Analyze and interpret
data to provide evidence that plants and animals have traits inherited from
parents and that variation of these traits exists in a group of similar
organisms.
enumeration NGSS-3-LS3-2
Next Generation Science Standards - Use evidence to support
the explanation that traits can be influenced by the environment.
enumeration NGSS-3-LS4-1
Next Generation Science Standards - Analyze and interpret
data from fossils to provide evidence of the organisms and the environments
in which they lived long ago.
enumeration NGSS-3-LS4-2
Next Generation Science Standards - Use evidence to construct
an explanation for how the variations in characteristics among individuals
of the same species may provide advantages in surviving, finding mates, and
reproducing.
enumeration NGSS-3-LS4-3
Next Generation Science Standards - Construct an argument
with evidence that in a particular habitat some organisms can survive well,
some survive less well, and some cannot survive at all.
enumeration NGSS-3-LS4-4
Next Generation Science Standards - Make a claim about the
merit of a solution to a problem caused when the environment changes and the
types of plants and animals that live there may change.
enumeration NGSS-3-ESS2-1
Next Generation Science Standards - Represent data in tables
and graphical displays to describe typical weather conditions expected
during a particular season.
enumeration NGSS-3-ESS2-2
Next Generation Science Standards - Obtain and combine
information to describe climates in different regions of the world.
enumeration NGSS-3-ESS3-1
Next Generation Science Standards - Make a claim about the
merit of a design solution that reduces the impacts of a weather-related
hazard.
enumeration NGSS-4-PS3-1
Next Generation Science Standards - Use evidence to construct
an explanation relating the speed of an object to the energy of that object.
enumeration NGSS-4-PS3-2
Next Generation Science Standards - Make observations to
provide evidence that energy can be transferred from place to place by
sound, light, heat, and electric currents.
enumeration NGSS-4-PS3-3
Next Generation Science Standards - Ask questions and predict
outcomes about the changes in energy that occur when objects collide.
enumeration NGSS-4-PS3-4
Next Generation Science Standards - Apply scientific ideas to
design, test, and refine a device that converts energy from one form to
another.
enumeration NGSS-4-PS4-1
Next Generation Science Standards - Develop a model of waves
to describe patterns in terms of amplitude and wavelength and that waves can
cause objects to move.
enumeration NGSS-4-PS4-2
Next Generation Science Standards - Develop a model to
describe that light reflecting from objects and entering the eye allows
objects to be seen.
enumeration NGSS-4-PS4-3
Next Generation Science Standards - Generate and compare
multiple solutions that use patterns to transfer information.
enumeration NGSS-4-LS1-1
Next Generation Science Standards - Construct an argument
that plants and animals have internal and external structures that function
to support survival, growth, behavior, and reproduction.
enumeration NGSS-4-LS1-2
Next Generation Science Standards - Use a model to describe
that animals receive different types of information through their senses,
process the information in their brain, and respond to the information in
different ways.
enumeration NGSS-4-ESS1-1
Next Generation Science Standards - Identify evidence from
patterns in rock formations and fossils in rock layers to support an
explanation for changes in a landscape over time.
enumeration NGSS-4-ESS2-1
Next Generation Science Standards - Make observations and/or
measurements to provide evidence of the effects of weathering or the rate of
erosion by water, ice, wind, or vegetation.
enumeration NGSS-4-ESS2-2
Next Generation Science Standards - Analyze and interpret
data from maps to describe patterns of Earth’s features.
enumeration NGSS-4-ESS3-1
Next Generation Science Standards - Obtain and combine
information to describe that energy and fuels are derived from natural
resources and their uses affect the environment.
enumeration NGSS-4-ESS3-2
Next Generation Science Standards - Generate and compare
multiple solutions to reduce the impacts of natural Earth processes on
humans.
enumeration NGSS-5-PS1-1
Next Generation Science Standards - Develop a model to
describe that matter is made of particles too small to be seen.
enumeration NGSS-5-PS1-2
Next Generation Science Standards - Measure and graph
quantities to provide evidence that regardless of the type of change that
occurs when heating, cooling, or mixing substances, the total weight of
matter is conserved.
enumeration NGSS-5-PS1-3
Next Generation Science Standards - Make observations and
measurements to identify materials based on their properties.
enumeration NGSS-5-PS1-4
Next Generation Science Standards - Conduct an investigation
to determine whether the mixing of two or more substances results in new
substances.
enumeration NGSS-5-PS2-1
Next Generation Science Standards - Support an argument that
the gravitational force exerted by Earth on objects is directed down.
enumeration NGSS-5-PS3-1
Next Generation Science Standards - Use models to describe
that energy in animals’ food (used for body repair, growth, motion, and to
maintain body warmth) was once energy from the sun.
enumeration NGSS-5-LS1-1
Next Generation Science Standards - Support an argument that
plants get the materials they need for growth chiefly from air and water.
enumeration NGSS-5-LS2-1
Next Generation Science Standards - Develop a model to
describe the movement of matter among plants, animals, decomposers, and the
environment.
enumeration NGSS-5-ESS1-1
Next Generation Science Standards - Support an argument that
differences in the apparent brightness of the sun compared to other stars is
due to their relative distances from Earth.
enumeration NGSS-5-ESS1-2
Next Generation Science Standards - Represent data in
graphical displays to reveal patterns of daily changes in length and
direction of shadows, day and night, and the seasonal appearance of some
stars in the night sky.
enumeration NGSS-5-ESS2-1
Next Generation Science Standards - Develop a model using an
example to describe ways the geosphere, biosphere, hydrosphere, and/or
atmosphere interact.
enumeration NGSS-5-ESS2-2
Next Generation Science Standards - Describe and graph the
amounts and percentages of water and fresh water in various reservoirs to
provide evidence about the distribution of water on Earth.
enumeration NGSS-5-ESS3-1
Next Generation Science Standards - Obtain and combine
information about ways individual communities use science ideas to protect
the Earth’s resources and environment.
enumeration NGSS-3-5-ETS1-1
Next Generation Science Standards - Define a simple design
problem reflecting a need or a want that includes specified criteria for
success and constraints on materials, time, or cost.
enumeration NGSS-3-5-ETS1-2
Next Generation Science Standards - Generate and compare
multiple possible solutions to a problem based on how well each is likely to
meet the criteria and constraints of the problem.
enumeration NGSS-3-5-ETS1-3
Next Generation Science Standards - Plan and carry out fair
tests in which variables are controlled and failure points are considered to
identify aspects of a model or prototype that can be improved.
enumeration NGSS-MS-PS1-1
Next Generation Science Standards - Develop models to
describe the atomic composition of simple molecules and extended structures.
enumeration NGSS-MS-PS1-2
Next Generation Science Standards - Analyze and interpret
data on the properties of substances before and after the substances
interact to determine if a chemical reaction has occurred.
enumeration NGSS-MS-PS1-3
Next Generation Science Standards - Gather and make sense of
information to describe that synthetic materials come from natural resources
and impact society.
enumeration NGSS-MS-PS1-4
Next Generation Science Standards - Develop a model that
predicts and describes changes in particle motion, temperature, and state of
a pure substance when thermal energy is added or removed.
enumeration NGSS-MS-PS1-5
Next Generation Science Standards - Develop and use a model
to describe how the total number of atoms does not change in a chemical
reaction and thus mass is conserved.
enumeration NGSS-MS-PS1-6
Next Generation Science Standards - Undertake a design
project to construct, test, and modify a device that either releases or
absorbs thermal energy by chemical processes.
enumeration NGSS-MS-PS2-1
Next Generation Science Standards - Apply Newton’s Third Law
to design a solution to a problem involving the motion of two colliding
objects.
enumeration NGSS-MS-PS2-2
Next Generation Science Standards - Plan an investigation to
provide evidence that the change in an object’s motion depends on the sum of
the forces on the object and the mass of the object.
enumeration NGSS-MS-PS2-3
Next Generation Science Standards - Ask questions about data
to determine the factors that affect the strength of electric and magnetic
forces.
enumeration NGSS-MS-PS2-4
Next Generation Science Standards - Construct and present
arguments using evidence to support the claim that gravitational
interactions are attractive and depend on the masses of interacting objects.
enumeration NGSS-MS-PS2-5
Next Generation Science Standards - Conduct an investigation
and evaluate the experimental design to provide evidence that fields exist
between objects exerting forces on each other even though the objects are
not in contact.
enumeration NGSS-MS-PS3-1
Next Generation Science Standards - Construct and interpret
graphical displays of data to describe the relationships of kinetic energy
to the mass of an object and to the speed of an object.
enumeration NGSS-MS-PS3-2
Next Generation Science Standards - Develop a model to
describe that when the arrangement of objects interacting at a distance
changes, different amounts of potential energy are stored in the system.
enumeration NGSS-MS-PS3-3
Next Generation Science Standards - Apply scientific
principles to design, construct, and test a device that either minimizes or
maximizes thermal energy transfer.
enumeration NGSS-MS-PS3-4
Next Generation Science Standards - Plan an investigation to
determine the relationships among the energy transferred, the type of
matter, the mass, and the change in the average kinetic energy of the
particles as measured by the temperature of the sample.
enumeration NGSS-MS-PS3-5
Next Generation Science Standards - Construct, use, and
present arguments to support the claim that when the kinetic energy of an
object changes, energy is transferred to or from the object.
enumeration NGSS-MS-PS4-1
Next Generation Science Standards - Use mathematical
representations to describe a simple model for waves that includes how the
amplitude of a wave is related to the energy in a wave.
enumeration NGSS-MS-PS4-2
Next Generation Science Standards - Develop and use a model
to describe that waves are reflected, absorbed, or transmitted through
various materials.
enumeration NGSS-MS-PS4-3
Next Generation Science Standards - Integrate qualitative
scientific and technical information to support the claim that digitized
signals are a more reliable way to encode and transmit information than
analog signals.
enumeration NGSS-MS-LS1-1
Next Generation Science Standards - Conduct an investigation
to provide evidence that living things are made of cells; either one cell or
many different numbers and types of cells.
enumeration NGSS-MS-LS1-2
Next Generation Science Standards - Develop and use a model
to describe the function of a cell as a whole and ways parts of cells
contribute to the function.
enumeration NGSS-MS-LS1-3
Next Generation Science Standards - Use argument supported by
evidence for how the body is a system of interacting subsystems composed of
groups of cells.
enumeration NGSS-MS-LS1-4
Next Generation Science Standards - Use argument based on
empirical evidence and scientific reasoning to support an explanation for
how characteristic animal behaviors and specialized plant structures affect
the probability of successful reproduction of animals and plants
respectively.
enumeration NGSS-MS-LS1-5
Next Generation Science Standards - Construct a scientific
explanation based on evidence for how environmental and genetic factors
influence the growth of organisms.
enumeration NGSS-MS-LS1-6
Next Generation Science Standards - Construct a scientific
explanation based on evidence for the role of photosynthesis in the cycling
of matter and flow of energy into and out of organisms.
enumeration NGSS-MS-LS1-7
Next Generation Science Standards - Develop a model to
describe how food is rearranged through chemical reactions forming new
molecules that support growth and/or release energy as this matter moves
through an organism.
enumeration NGSS-MS-LS1-8
Next Generation Science Standards - Gather and synthesize
information that sensory receptors respond to stimuli by sending messages to
the brain for immediate behavior or storage as memories.
enumeration NGSS-MS-LS2-1
Next Generation Science Standards - Analyze and interpret
data to provide evidence for the effects of resource availability on
organisms and populations of organisms in an ecosystem.
enumeration NGSS-MS-LS2-2
Next Generation Science Standards - Construct an explanation
that predicts patterns of interactions among organisms across multiple
ecosystems.
enumeration NGSS-MS-LS2-3
Next Generation Science Standards - Develop a model to
describe the cycling of matter and flow of energy among living and nonliving
parts of an ecosystem.
enumeration NGSS-MS-LS2-4
Next Generation Science Standards - Construct an argument
supported by empirical evidence that changes to physical or biological
components of an ecosystem affect populations.
enumeration NGSS-MS-LS2-5
Next Generation Science Standards - Evaluate competing design
solutions for maintaining biodiversity and ecosystem services.
enumeration NGSS-MS-LS3-1
Next Generation Science Standards - Develop and use a model
to describe why structural changes to genes (mutations) located on
chromosomes may affect proteins and may result in harmful, beneficial, or
neutral effects to the structure and function of the organism.
enumeration NGSS-MS-LS3-2
Next Generation Science Standards - Develop and use a model
to describe why asexual reproduction results in offspring with identical
genetic information and sexual reproduction results in offspring with
genetic variation.
enumeration NGSS-MS-LS4-1
Next Generation Science Standards - Analyze and interpret
data for patterns in the fossil record that document the existence,
diversity, extinction, and change of life forms throughout the history of
life on Earth under the assumption that natural laws operate today as in the
past.
enumeration NGSS-MS-LS4-2
Next Generation Science Standards - Apply scientific ideas to
construct an explanation for the anatomical similarities and differences
among modern organisms and between modern and fossil organisms to infer
evolutionary relationships.
enumeration NGSS-MS-LS4-3
Next Generation Science Standards - Analyze displays of
pictorial data to compare patterns of similarities in the embryological
development across multiple species to identify relationships not evident in
the fully formed anatomy.
enumeration NGSS-MS-LS4-4
Next Generation Science Standards - Construct an explanation
based on evidence that describes how genetic variations of traits in a
population increase some individuals’ probability of surviving and
reproducing in a specific environment.
enumeration NGSS-MS-LS4-5
Next Generation Science Standards - Gather and synthesize
information about the technologies that have changed the way humans
influence the inheritance of desired traits in organisms.
enumeration NGSS-MS-LS4-6
Next Generation Science Standards - Use mathematical
representations to support explanations of how natural selection may lead to
increases and decreases of specific traits in populations over time.
enumeration NGSS-MS-ESS1-1
Next Generation Science Standards - Develop and use a model
of the Earth-sun-moon system to describe the cyclic patterns of lunar
phases, eclipses of the sun and moon, and seasons.
enumeration NGSS-MS-ESS1-2
Next Generation Science Standards - Develop and use a model
to describe the role of gravity in the motions within galaxies and the solar
system.
enumeration NGSS-MS-ESS1-3
Next Generation Science Standards - Analyze and interpret
data to determine scale properties of objects in the solar system.
enumeration NGSS-MS-ESS1-4
Next Generation Science Standards - Construct a scientific
explanation based on evidence from rock strata for how the geologic time
scale is used to organize Earth’s 4.6-billion-year-old history.
enumeration NGSS-MS-ESS2-1
Next Generation Science Standards - Develop a model to
describe the cycling of Earth’s materials and the flow of energy that drives
this process.
enumeration NGSS-MS-ESS2-2
Next Generation Science Standards - Construct an explanation
based on evidence for how geoscience processes have changed Earth’s surface
at varying time and spatial scales.
enumeration NGSS-MS-ESS2-3
Next Generation Science Standards - Analyze and interpret
data on the distribution of fossils and rocks, continental shapes, and
seafloor structures to provide evidence of the past plate motions.
enumeration NGSS-MS-ESS2-4
Next Generation Science Standards - Develop a model to
describe the cycling of water through Earth’s systems driven by energy from
the sun and the force of gravity.
enumeration NGSS-MS-ESS2-5
Next Generation Science Standards - Collect data to provide
evidence for how the motions and complex interactions of air masses results
in changes in weather conditions.
enumeration NGSS-MS-ESS2-6
Next Generation Science Standards - Develop and use a model
to describe how unequal heating and rotation of the Earth cause patterns of
atmospheric and oceanic circulation that determine regional climates.
enumeration NGSS-MS-ESS3-1
Next Generation Science Standards - Construct a scientific
explanation based on evidence for how the uneven distributions of Earth’s
mineral, energy, and groundwater resources are the result of past and
current geoscience processes.
enumeration NGSS-MS-ESS3-2
Next Generation Science Standards - Analyze and interpret
data on natural hazards to forecast future catastrophic events and inform
the development of technologies to mitigate their effects.
enumeration NGSS-MS-ESS3-3
Next Generation Science Standards - Apply scientific
principles to design a method for monitoring and minimizing a human impact
on the environment.
enumeration NGSS-MS-ESS3-4
Next Generation Science Standards - Construct an argument
supported by evidence for how increases in human population and per-capita
consumption of natural resources impact Earth’s systems.
enumeration NGSS-MS-ESS3-5
Next Generation Science Standards - Ask questions to clarify
evidence of the factors that have caused the rise in global temperatures
over the past century.
enumeration NGSS-MS-ETS1-1
Next Generation Science Standards - Define the criteria and
constraints of a design problem with sufficient precision to ensure a
successful solution, taking into account relevant scientific principles and
potential impacts on people and the natural environment that may limit
possible solutions.
enumeration NGSS-MS-ETS1-2
Next Generation Science Standards - Evaluate competing design
solutions using a systematic process to determine how well they meet the
criteria and constraints of the problem.
enumeration NGSS-MS-ETS1-3
Next Generation Science Standards - Analyze data from tests
to determine similarities and differences among several design solutions to
identify the best characteristics of each that can be combined into a new
solution to better meet the criteria for success.
enumeration NGSS-MS-ETS1-4
Next Generation Science Standards - Develop a model to
generate data for iterative testing and modification of a proposed object,
tool, or process such that an optimal design can be achieved.
enumeration NGSS-HS-PS1-1
Next Generation Science Standards - Use the periodic table as
a model to predict the relative properties of elements based on the patterns
of electrons in the outermost energy level of atoms.
enumeration NGSS-HS-PS1-2
Next Generation Science Standards - Construct and revise an
explanation for the outcome of a simple chemical reaction based on the
outermost electron states of atoms, trends in the periodic table, and
knowledge of the patterns of chemical properties.
enumeration NGSS-HS-PS1-3
Next Generation Science Standards - Plan and conduct an
investigation to gather evidence to compare the structure of substances at
the bulk scale to infer the strength of electrical forces between particles.
enumeration NGSS-HS-PS1-4
Next Generation Science Standards - Develop a model to
illustrate that the release or absorption of energy from a chemical reaction
system depends upon the changes in total bond energy.
enumeration NGSS-HS-PS1-5
Next Generation Science Standards - Apply scientific
principles and evidence to provide an explanation about the effects of
changing the temperature or concentration of the reacting particles on the
rate at which a reaction occurs.
enumeration NGSS-HS-PS1-6
Next Generation Science Standards - Refine the design of a
chemical system by specifying a change in conditions that would produce
increased amounts of products at equilibrium.
enumeration NGSS-HS-PS1-7
Next Generation Science Standards - Use mathematical
representations to support the claim that atoms, and therefore mass, are
conserved during a chemical reaction.
enumeration NGSS-HS-PS1-8
Next Generation Science Standards - Develop models to
illustrate the changes in the composition of the nucleus of the atom and the
energy released during the processes of fission, fusion, and radioactive
decay.
enumeration NGSS-HS-PS2-1
Next Generation Science Standards - Analyze data to support
the claim that Newton’s second law of motion describes the mathematical
relationship among the net force on a macroscopic object, its mass, and its
acceleration.
enumeration NGSS-HS-PS2-2
Next Generation Science Standards - Use mathematical
representations to support the claim that the total momentum of a system of
objects is conserved when there is no net force on the system.
enumeration NGSS-HS-PS2-3
Next Generation Science Standards - Apply scientific and
engineering ideas to design, evaluate, and refine a device that minimizes
the force on a macroscopic object during a collision.
enumeration NGSS-HS-PS2-4
Next Generation Science Standards - Use mathematical
representations of Newton’s Law of Gravitation and Coulomb’s Law to describe
and predict the gravitational and electrostatic forces between objects.
enumeration NGSS-HS-PS2-5
Next Generation Science Standards - Plan and conduct an
investigation to provide evidence that an electric current can produce a
magnetic field and that a changing magnetic field can produce an electric
current.
enumeration NGSS-HS-PS2-6
Next Generation Science Standards - Communicate scientific
and technical information about why the molecular-level structure is
important in the functioning of designed materials.
enumeration NGSS-HS-PS3-1
Next Generation Science Standards - Create a computational
model to calculate the change in the energy of one component in a system
when the change in energy of the other component(s) and energy flows in and
out of the system are known.
enumeration NGSS-HS-PS3-2
Next Generation Science Standards - Develop and use models to
illustrate that energy at the macroscopic scale can be accounted for as a
combination of energy associated with the motions of particles (objects) and
energy associated with the relative position of particles (objects).
enumeration NGSS-HS-PS3-3
Next Generation Science Standards - Design, build, and refine
a device that works within given constraints to convert one form of energy
into another form of energy.
enumeration NGSS-HS-PS3-4
Next Generation Science Standards - Plan and conduct an
investigation to provide evidence that the transfer of thermal energy when
two components of different temperature are combined within a closed system
results in a more uniform energy distribution among the components in the
system (second law of thermodynamics).
enumeration NGSS-HS-PS3-5
Next Generation Science Standards - Develop and use a model
of two objects interacting through electric or magnetic fields to illustrate
the forces between objects and the changes in energy of the objects due to
the interaction.
enumeration NGSS-HS-PS4-1
Next Generation Science Standards - Use mathematical
representations to support a claim regarding relationships among the
frequency, wavelength, and speed of waves traveling in various media.
enumeration NGSS-HS-PS4-2
Next Generation Science Standards - Evaluate questions about
the advantages of using a digital transmission and storage of information.
enumeration NGSS-HS-PS4-3
Next Generation Science Standards - Evaluate the claims,
evidence, and reasoning behind the idea that electromagnetic radiation can
be described either by a wave model or a particle model, and that for some
situations one model is more useful than the other.
enumeration NGSS-HS-PS4-4
Next Generation Science Standards - Evaluate the validity and
reliability of claims in published materials of the effects that different
frequencies of electromagnetic radiation have when absorbed by matter.
enumeration NGSS-HS-PS4-5
Next Generation Science Standards - Communicate technical
information about how some technological devices use the principles of wave
behavior and wave interactions with matter to transmit and capture
information and energy.
enumeration NGSS-HS-LS1-1
Next Generation Science Standards - Construct an explanation
based on evidence for how the structure of DNA determines the structure of
proteins which carry out the essential functions of life through systems of
specialized cells.
enumeration NGSS-HS-LS1-2
Next Generation Science Standards - Develop and use a model
to illustrate the hierarchical organization of interacting systems that
provide specific functions within multicellular organisms.
enumeration NGSS-HS-LS1-3
Next Generation Science Standards - Plan and conduct an
investigation to provide evidence that feedback mechanisms maintain
homeostasis.
enumeration NGSS-HS-LS1-4
Next Generation Science Standards - Use a model to illustrate
the role of cellular division (mitosis) and differentiation in producing and
maintaining complex organisms.
enumeration NGSS-HS-LS1-5
Next Generation Science Standards - Use a model to illustrate
how photosynthesis transforms light energy into stored chemical energy.
enumeration NGSS-HS-LS1-6
Next Generation Science Standards - Construct and revise an
explanation based on evidence for how carbon, hydrogen, and oxygen from
sugar molecules may combine with other elements to form amino acids and/or
other large carbon-based molecules.
enumeration NGSS-HS-LS1-7
Next Generation Science Standards - Use a model to illustrate
that cellular respiration is a chemical process whereby the bonds of food
molecules and oxygen molecules are broken and the bonds in new compounds are
formed resulting in a net transfer of energy.
enumeration NGSS-HS-LS2-1
Next Generation Science Standards - Use mathematical and/or
computational representations to support explanations of factors that affect
carrying capacity of ecosystems at different scales.
enumeration NGSS-HS-LS2-2
Next Generation Science Standards - Use mathematical
representations to support and revise explanations based on evidence about
factors affecting biodiversity and populations in ecosystems of different
scales.
enumeration NGSS-HS-LS2-3
Next Generation Science Standards - Construct and revise an
explanation based on evidence for the cycling of matter and flow of energy
in aerobic and anaerobic conditions.
enumeration NGSS-HS-LS2-4
Next Generation Science Standards - Use mathematical
representations to support claims for the cycling of matter and flow of
energy among organisms in an ecosystem.
enumeration NGSS-HS-LS2-5
Next Generation Science Standards - Develop a model to
illustrate the role of photosynthesis and cellular respiration in the
cycling of carbon among the biosphere, atmosphere, hydrosphere, and
geosphere.
enumeration NGSS-HS-LS2-6
Next Generation Science Standards - Evaluate the claims,
evidence, and reasoning that the complex interactions in ecosystems maintain
relatively consistent numbers and types of organisms in stable conditions,
but changing conditions may result in a new ecosystem.
enumeration NGSS-HS-LS2-7
Next Generation Science Standards - Design, evaluate, and
refine a solution for reducing the impacts of human activities on the
environment and biodiversity.
enumeration NGSS-HS-LS2-8
Next Generation Science Standards - Evaluate the evidence for
the role of group behavior on individual and species’ chances to survive and
reproduce.
enumeration NGSS-HS-LS3-1
Next Generation Science Standards - Ask questions to clarify
relationships about the role of DNA and chromosomes in coding the
instructions for characteristic traits passed from parents to offspring.
enumeration NGSS-HS-LS3-2
Next Generation Science Standards - Make and defend a claim
based on evidence that inheritable genetic variations may result from: (1)
new genetic combinations through meiosis, (2) viable errors occurring during
replication, and/or (3) mutations caused by environmental factors.
enumeration NGSS-HS-LS3-3
Next Generation Science Standards - Apply concepts of
statistics and probability to explain the variation and distribution of
expressed traits in a population.
enumeration NGSS-HS-LS4-1
Next Generation Science Standards - Communicate scientific
information that common ancestry and biological evolution are supported by
multiple lines of empirical evidence.
enumeration NGSS-HS-LS4-2
Next Generation Science Standards - Construct an explanation
based on evidence that the process of evolution primarily results from four
factors: (1) the potential for a species to increase in number, (2) the
heritable genetic variation of individuals in a species due to mutation and
sexual reproduction, (3) competition for limited resources, and (4) the
proliferation of those organisms that are better able to survive and
reproduce in the environment.
enumeration NGSS-HS-LS4-3
Next Generation Science Standards - Apply concepts of
statistics and probability to support explanations that organisms with an
advantageous heritable trait tend to increase in proportion to organisms
lacking this trait.
enumeration NGSS-HS-LS4-4
Next Generation Science Standards - Construct an explanation
based on evidence for how natural selection leads to adaptation of
populations.
enumeration NGSS-HS-LS4-5
Next Generation Science Standards - Evaluate the evidence
supporting claims that changes in environmental conditions may result in:
(1) increases in the number of individuals of some species, (2) the
emergence of new species over time, and (3) the extinction of other species.
enumeration NGSS-HS-LS4-6
Next Generation Science Standards - Create or revise a
simulation to test a solution to mitigate adverse impacts of human activity
on biodiversity.
enumeration NGSS-HS-ESS1-1
Next Generation Science Standards - Develop a model based on
evidence to illustrate the life span of the sun and the role of nuclear
fusion in the sun’s core to release energy that eventually reaches Earth in
the form of radiation.
enumeration NGSS-HS-ESS1-2
Next Generation Science Standards - Construct an explanation
of the Big Bang theory based on astronomical evidence of light spectra,
motion of distant galaxies, and composition of matter in the universe.
enumeration NGSS-HS-ESS1-3
Next Generation Science Standards - Communicate scientific
ideas about the way stars, over their life cycle, produce elements.
enumeration NGSS-HS-ESS1-4
Next Generation Science Standards - Use mathematical or
computational representations to predict the motion of orbiting objects in
the solar system.
enumeration NGSS-HS-ESS1-5
Next Generation Science Standards - Evaluate evidence of the
past and current movements of continental and oceanic crust and the theory
of plate tectonics to explain the ages of crustal rocks.
enumeration NGSS-HS-ESS1-6
Next Generation Science Standards - Apply scientific
reasoning and evidence from ancient Earth materials, meteorites, and other
planetary surfaces to construct an account of Earth’s formation and early
history.
enumeration NGSS-HS-ESS2-1
Next Generation Science Standards - Develop a model to
illustrate how Earth’s internal and surface processes operate at different
spatial and temporal scales to form continental and ocean-floor features.
enumeration NGSS-HS-ESS2-2
Next Generation Science Standards - Analyze geoscience data
to make the claim that one change to Earth’s surface can create feedbacks
that cause changes to other Earth systems.
enumeration NGSS-HS-ESS2-3
Next Generation Science Standards - Develop a model based on
evidence of Earth’s interior to describe the cycling of matter by thermal
convection.
enumeration NGSS-HS-ESS2-4
Next Generation Science Standards - Use a model to describe
how variations in the flow of energy into and out of Earth’s systems result
in changes in climate.
enumeration NGSS-HS-ESS2-5
Next Generation Science Standards - Plan and conduct an
investigation of the properties of water and its effects on Earth materials
and surface processes.
enumeration NGSS-HS-ESS2-6
Next Generation Science Standards - Develop a quantitative
model to describe the cycling of carbon among the hydrosphere, atmosphere,
geosphere, and biosphere.
enumeration NGSS-HS-ESS2-7
Next Generation Science Standards - Construct an argument
based on evidence about the simultaneous coevolution of Earth’s systems and
life on Earth.
enumeration NGSS-HS-ESS3-1
Next Generation Science Standards - Construct an explanation
based on evidence for how the availability of natural resources, occurrence
of natural hazards, and changes in climate have influenced human activity.
enumeration NGSS-HS-ESS3-2
Next Generation Science Standards - Evaluate competing design
solutions for developing, managing, and utilizing energy and mineral
resources based on cost-benefit ratios.
enumeration NGSS-HS-ESS3-3
Next Generation Science Standards - Create a computational
simulation to illustrate the relationships among management of natural
resources, the sustainability of human populations, and biodiversity.
enumeration NGSS-HS-ESS3-4
Next Generation Science Standards - Evaluate or refine a
technological solution that reduces impacts of human activities on natural
systems.
enumeration NGSS-HS-ESS3-5
Next Generation Science Standards - Analyze geoscience data
and the results from global climate models to make an evidence-based
forecast of the current rate of global or regional climate change and
associated future impacts to Earth systems.
enumeration NGSS-HS-ESS3-6
Next Generation Science Standards - Use a computational
representation to illustrate the relationships among Earth systems and how
those relationships are being modified due to human activity.
enumeration NGSS-HS-ETS1-1
Next Generation Science Standards - Analyze a major global
challenge to specify qualitative and quantitative criteria and constraints
for solutions that account for societal needs and wants.
enumeration NGSS-HS-ETS1-2
Next Generation Science Standards - Design a solution to a
complex real-world problem by breaking it down into smaller, more manageable
problems that can be solved through engineering.
enumeration NGSS-HS-ETS1-3
Next Generation Science Standards - Evaluate a solution to a
complex real-world problem based on prioritized criteria and trade-offs that
account for a range of constraints, including cost, safety, reliability, and
aesthetics, as well as possible social, cultural, and environmental impacts.
enumeration NGSS-HS-ETS1-4
Next Generation Science Standards - Use a computer simulation
to model the impact of proposed solutions to a complex real-world problem
with numerous criteria and constraints on interactions within and between
systems relevant to the problem.
enumeration CC.K.CC.1
Common Core State Standards Math - Know number names and the
count sequence. Count to 100 by ones and by tens.
enumeration CC.K.CC.2
Common Core State Standards Math - Know number names and the
count sequence. Count forward beginning from a given number within the known
sequence (instead of having to begin at 1).
enumeration CC.K.CC.3
Common Core State Standards Math - Know number names and the
count sequence. Write numbers from 0 to 20. Represent a number of objects
with a written numeral 0-20 (with 0 representing a count of no objects).
enumeration CC.K.CC.4
Common Core State Standards Math - Count to tell the number
of objects. Understand the relationship between numbers and quantities;
connect counting to cardinality.
enumeration CC.K.CC.4a
Common Core State Standards Math - When counting objects, say
the number names in the standard order, pairing each object with one and
only one number name and each number name with one and only one object.
enumeration CC.K.CC.4b
Common Core State Standards Math - Understand that the last
number name said tells the number of objects counted. The number of objects
is the same regardless of their arrangement or the order in which they were
counted.
enumeration CC.K.CC.4c
Common Core State Standards Math - Understand that each
successive number name refers to a quantity that is one larger.
enumeration CC.K.CC.5
Common Core State Standards Math - Count to tell the number
of objects. Count to answer “how many?” questions about as many as 20 things
arranged in a line, a rectangular array, or a circle, or as many as 10
things in a scattered configuration; given a number from 1-20, count out
that many objects.
enumeration CC.K.CC.6
Common Core State Standards Math - Compare numbers. Identify
whether the number of objects in one group is greater than, less than, or
equal to the number of objects in another group, e.g., by using matching and
counting strategies. (Include groups with up to ten objects.)
enumeration CC.K.CC.7
Common Core State Standards Math - Compare numbers. Compare
two numbers between 1 and 10 presented as written numerals.
enumeration CC.K.OA.1
Common Core State Standards Math - Understand addition as
putting together and adding to, and understand subtraction as taking apart
and taking from. Represent addition and subtraction with objects, fingers,
mental images, drawings (drawings need not show details, but should show the
mathematics in the problem), sounds (e.g., claps), acting out situations,
verbal explanations, expressions, or equations.
enumeration CC.K.OA.2
Common Core State Standards Math - Understand addition as
putting together and adding to, and understand subtraction as taking apart
and taking from. Solve addition and subtraction word problems, and add and
subtract within 10, e.g., by using objects or drawings to represent the
problem.
enumeration CC.K.OA.3
Common Core State Standards Math - Understand addition as
putting together and adding to, and understand subtraction as taking apart
and taking from. Decompose numbers less than or equal to 10 into pairs in
more than one way, e.g., by using objects or drawings, and record each
decomposition by a drawing or equation (e.g., 5 = 2 + 3 and 5 = 4 + 1).
enumeration CC.K.OA.4
Common Core State Standards Math - Understand addition as
putting together and adding to, and understand subtraction as taking apart
and taking from. For any number from 1 to 9, find the number that makes 10
when added to the given number, e.g., by using objects or drawings, and
record the answer with a drawing or equation.
enumeration CC.K.OA.5
Common Core State Standards Math - Understand addition as
putting together and adding to, and understand subtraction as taking apart
and taking from. Fluently add and subtract within 5.
enumeration CC.K.NBT.1
Common Core State Standards Math - Work with numbers 11-19 to
gain foundations for place value. Compose and decompose numbers from 11 to
19 into ten ones and some further ones, e.g., by using objects or drawings,
and record each composition or decomposition by a drawing or equation (such
as 18 = 10 + 8); understand that these numbers are composed of ten ones and
one, two, three, four, five, six, seven, eight, or nine ones.
enumeration CC.K.MD.1
Common Core State Standards Math - Describe and compare
measurable attributes. Describe measurable attributes of objects, such as
length or weight. Describe several measurable attributes of a single object.
enumeration CC.K.MD.2
Common Core State Standards Math - Describe and compare
measurable attributes. Directly compare two objects with a measurable
attribute in common, to see which object has “more of”/“less of” the
attribute, and describe the difference. For example, directly compare the
heights of two children and describe one child as taller/shorter.
enumeration CC.K.MD.3
Common Core State Standards Math - Classify objects and count
the number of objects in each category. Classify objects into given
categories; count the numbers of objects in each category and sort the
categories by count. (Limit category counts to be less than or equal to 10.)
enumeration CC.K.G.1
Common Core State Standards Math - Identify and describe
shapes (squares, circles, triangles, rectangles, hexagons, cubes, cones,
cylinders, and spheres). Describe objects in the environment using names of
shapes, and describe the relative positions of these objects using terms
such as above, below, beside, in front of, behind, and next to.
enumeration CC.K.G.2
Common Core State Standards Math - Identify and describe
shapes (such as squares, circles, triangles, rectangles, hexagons, cubes,
cones, cylinders, and spheres). Correctly name shapes regardless of their
orientations or overall size.
enumeration CC.K.G.3
Common Core State Standards Math - Identify and describe
shapes (such as squares, circles, triangles, rectangles, hexagons, cubes,
cones, cylinders, and spheres). Identify shapes as two-dimensional (lying in
a plane, “flat”) or three-dimensional (“solid”).
enumeration CC.K.G.4
Common Core State Standards Math - Analyze, compare, create,
and compose shapes. Analyze and compare two- and three-dimensional shapes,
in different sizes and orientations, using informal language to describe
their similarities, differences, parts (e.g., number of sides and
vertices/“corners”) and other attributes (e.g., having sides of equal
length).
enumeration CC.K.G.5
Common Core State Standards Math - Analyze, compare, create,
and compose shapes. Model shapes in the world by building shapes from
components (e.g., sticks and clay balls) and drawing shapes.
enumeration CC.K.G.6
Common Core State Standards Math - Analyze, compare, create,
and compose shapes. Compose simple shapes to form larger shapes. For
example, "can you join these two triangles with full sides touching to make
a rectangle?”
enumeration CC.1.OA.1
Common Core State Standards Math - Represent and solve
problems involving addition and subtraction. Use addition and subtraction
within 20 to solve word problems involving situations of adding to, taking
from, putting together, taking apart, and comparing, with unknowns in all
positions, e.g., by using objects, drawings, and equations with a symbol for
the unknown number to represent the problem.
enumeration CC.1.OA.2
Common Core State Standards Math - Represent and solve
problems involving addition and subtraction. Solve word problems that call
for addition of three whole numbers whose sum is less than or equal to 20,
e.g., by using objects, drawings, and equations with a symbol for the
unknown number to represent the problem.
enumeration CC.1.OA.3
Common Core State Standards Math - Understand and apply
properties of operations and the relationship between addition and
subtraction. Apply properties of operations as strategies to add and
subtract. Examples: If 8 + 3 = 11 is known, then 3 + 8 = 11 is also known.
(Commutative property of addition.) To add 2 + 6 + 4, the second two numbers
can be added to make a ten, so 2 + 6 + 4 = 2 + 10 = 12. (Associative
property of addition.) (Students need not use formal terms for these
properties.)
enumeration CC.1.OA.4
Common Core State Standards Math - Understand and apply
properties of operations and the relationship between addition and
subtraction. Understand subtraction as an unknown-addend problem. For
example, subtract 10 – 8 by finding the number that makes 10 when added to
8.
enumeration CC.1.OA.5
Common Core State Standards Math - Add and subtract within
20. Relate counting to addition and subtraction (e.g., by counting on 2 to
add 2).
enumeration CC.1.OA.6
Common Core State Standards Math - Add and subtract within
20. Add and subtract within 20, demonstrating fluency for addition and
subtraction within 10. Use strategies such as counting on; making ten (e.g.,
8 + 6 = 8 + 2 + 4 = 10 + 4 = 14); decomposing a number leading to a ten
(e.g., 13 – 4 = 13 – 3 – 1 = 10 – 1 = 9); using the relationship between
addition and subtraction (e.g., knowing that 8 + 4 = 12, one knows 12 – 8 =
4); and creating equivalent but easier or known sums (e.g., adding 6 + 7 by
creating the known equivalent 6 + 6 + 1 = 12 + 1 = 13).
enumeration CC.1.OA.7
Common Core State Standards Math - Work with addition and
subtraction equations. Understand the meaning of the equal sign, and
determine if equations involving addition and subtraction are true or false.
For example, which of the following equations are true and which are false?
6 = 6, 7 = 8 – 1, 5 + 2 = 2 + 5, 4 + 1 = 5 + 2.
enumeration CC.1.OA.8
Common Core State Standards Math - Work with addition and
subtraction equations. Determine the unknown whole number in an addition or
subtraction equation relating three whole numbers. For example, determine
the unknown number that makes the equation true in each of the equations 8 +
? = 11, 5 = _ – 3, 6 + 6 = _.
enumeration CC.1.NBT.1
Common Core State Standards Math - Extend the counting
sequence. Count to 120, starting at any number less than 120. In this range,
read and write numerals and represent a number of objects with a written
numeral.
enumeration CC.1.NBT.2
Common Core State Standards Math - Understand place value.
Understand that the two digits of a two-digit number represent amounts of
tens and ones. Understand the following as special cases: -- a. 10 can be
thought of as a bundle of ten ones — called a “ten.” -- b. The numbers from
11 to 19 are composed of a ten and one, two, three, four, five, six, seven,
eight, or nine ones. -- c. The numbers 10, 20, 30, 40, 50, 60, 70, 80, 90
refer to one, two, three, four, five, six, seven, eight, or nine tens (and 0
ones).
enumeration CC.1.NBT.3
Common Core State Standards Math - Understand place value.
Compare two two-digit numbers based on meanings of the tens and ones digits,
recording the results of comparisons with the symbols >, =, and <.
enumeration CC.1.NBT.4
Common Core State Standards Math - Use place value
understanding and properties of operations to add and subtract. Add within
100, including adding a two-digit number and a one-digit number, and adding
a two-digit number and a multiple of 10, using concrete models or drawings
and strategies based on place value, properties of operations, and/or the
relationship between addition and subtraction; relate the strategy to a
written method and explain the reasoning used. Understand that in adding
two-digit numbers, one adds tens and tens, ones and ones; and sometimes it
is necessary to compose a ten.
enumeration CC.1.NBT.5
Common Core State Standards Math - Use place value
understanding and properties of operations to add and subtract. Given a
two-digit number, mentally find 10 more or 10 less than the number, without
having to count; explain the reasoning used.
enumeration CC.1.NBT.6
Common Core State Standards Math - Use place value
understanding and properties of operations to add and subtract. Subtract
multiples of 10 in the range 10-90 from multiples of 10 in the range 10-90
(positive or zero differences), using concrete models or drawings and
strategies based on place value, properties of operations, and/or the
relationship between addition and subtraction; relate the strategy to a
written method and explain the reasoning used.
enumeration CC.1.MD.1
Common Core State Standards Math - Measure lengths indirectly
and by iterating length units. Order three objects by length; compare the
lengths of two objects indirectly by using a third object.
enumeration CC.1.MD.2
Common Core State Standards Math - Measure lengths indirectly
and by iterating length units. Express the length of an object as a whole
number of length units, by laying multiple copies of a shorter object (the
length unit) end to end; understand that the length measurement of an object
is the number of same-size length units that span it with no gaps or
overlaps. Limit to contexts where the object being measured is spanned by a
whole number of length units with no gaps or overlaps.
enumeration CC.1.MD.3
Common Core State Standards Math - Tell and write time. Tell
and write time in hours and half-hours using analog and digital clocks.
enumeration CC.1.MD.4
Common Core State Standards Math - Represent and interpret
data. Organize, represent, and interpret data with up to three categories;
ask and answer questions about the total number of data points, how many in
each category, and how many more or less are in one category than in
another.
enumeration CC.1.G.1
Common Core State Standards Math - Reason with shapes and
their attributes. Distinguish between defining attributes (e.g., triangles
are closed and three-sided) versus non-defining attributes (e.g., color,
orientation, overall size); for a wide variety of shapes; build and draw
shapes to possess defining attributes.
enumeration CC.1.G.2
Common Core State Standards Math - Reason with shapes and
their attributes. Compose two-dimensional shapes (rectangles, squares,
trapezoids, triangles, half-circles, and quarter-circles) or
three-dimensional shapes (cubes, right rectangular prisms, right circular
cones, and right circular cylinders) to create a composite shape, and
compose new shapes from the composite shape. (Students do not need to learn
formal names such as “right rectangular prism.”)
enumeration CC.1.G.3
Common Core State Standards Math - Reason with shapes and
their attributes. Partition circles and rectangles into two and four equal
shares, describe the shares using the words halves, fourths, and quarters,
and use the phrases half of, fourth of, and quarter of. Describe the whole
as two of, or four of the shares. Understand for these examples that
decomposing into more equal shares creates smaller shares.
enumeration CC.2.OA.1
Common Core State Standards Math - Represent and solve
problems involving addition and subtraction. Use addition and subtraction
within 100 to solve one- and two-step word problems involving situations of
adding to, taking from, putting together, taking apart, and comparing, with
unknowns in all positions, e.g., by using drawings and equations with a
symbol for the unknown number to represent the problem.
enumeration CC.2.OA.2
Common Core State Standards Math - Add and subtract within
20. Fluently add and subtract within 20 using mental strategies. By end of
Grade 2, know from memory all sums of two one-digit numbers.
enumeration CC.2.OA.3
Common Core State Standards Math - Work with equal groups of
objects to gain foundations for multiplication. Determine whether a group of
objects (up to 20) has an odd or even number of members, e.g., by pairing
objects or counting them by 2s; write an equation to express an even number
as a sum of two equal addends.
enumeration CC.2.OA.4
Common Core State Standards Math - Work with equal groups of
objects to gain foundations for multiplication. Use addition to find the
total number of objects arranged in rectangular arrays with up to 5 rows and
up to 5 columns; write an equation to express the total as a sum of equal
addends.
enumeration CC.2.NBT.1
Common Core State Standards Math - Understand place value.
Understand that the three digits of a three-digit number represent amounts
of hundreds, tens, and ones; e.g., 706 equals 7 hundreds, 0 tens, and 6
ones. Understand the following as special cases: -- a. 100 can be thought of
as a bundle of ten tens — called a “hundred.” -- b. The numbers 100, 200,
300, 400, 500, 600, 700, 800, 900 refer to one, two, three, four, five, six,
seven, eight, or nine hundreds (and 0 tens and 0 ones).
enumeration CC.2.NBT.2
Common Core State Standards Math - Understand place value.
Count within 1000; skip-count by 5s, 10s, and 100s.
enumeration CC.2.NBT.3
Common Core State Standards Math - Understand place value.
Read and write numbers to 1000 using base-ten numerals, number names, and
expanded form.
enumeration CC.2.NBT.4
Common Core State Standards Math - Understand place value.
Compare two three-digit numbers based on meanings of the hundreds, tens, and
ones digits, using >, =, and < symbols to record the results of
comparisons.
enumeration CC.2.NBT.5
Common Core State Standards Math - Use place value
understanding and properties of operations to add and subtract. Fluently add
and subtract within 100 using strategies based on place value, properties of
operations, and/or the relationship between addition and subtraction.
enumeration CC.2.NBT.6
Common Core State Standards Math - Use place value
understanding and properties of operations to add and subtract. Add up to
four two-digit numbers using strategies based on place value and properties
of operations.
enumeration CC.2.NBT.7
Common Core State Standards Math - Use place value
understanding and properties of operations to add and subtract. Add and
subtract within 1000, using concrete models or drawings and strategies based
on place value, properties of operations, and/or the relationship between
addition and subtraction; relate the strategy to a written method.
Understand that in adding or subtracting three-digit numbers, one adds or
subtracts hundreds and hundreds, tens and tens, ones and ones; and sometimes
it is necessary to compose or decompose tens or hundreds.
enumeration CC.2.NBT.8
Common Core State Standards Math - Use place value
understanding and properties of operations to add and subtract. Mentally add
10 or 100 to a given number 100-900, and mentally subtract 10 or 100 from a
given number 100-900.
enumeration CC.2.NBT.9
Common Core State Standards Math - Use place value
understanding and properties of operations to add and subtract. Explain why
addition and subtraction strategies work, using place value and the
properties of operations. (Explanations may be supported by drawings or
objects.)
enumeration CC.2.MD.1
Common Core State Standards Math - Measure and estimate
lengths in standard units. Measure the length of an object by selecting and
using appropriate tools such as rulers, yardsticks, meter sticks, and
measuring tapes.
enumeration CC.2.MD.2
Common Core State Standards Math - Measure and estimate
lengths in standard units. Measure the length of an object twice, using
length units of different lengths for the two measurements; describe how the
two measurements relate to the size of the unit chosen.
enumeration CC.2.MD.3
Common Core State Standards Math - Measure and estimate
lengths in standard units. Estimate lengths using units of inches, feet,
centimeters, and meters.
enumeration CC.2.MD.4
Common Core State Standards Math - Measure and estimate
lengths in standard units. Measure to determine how much longer one object
is than another, expressing the length difference in terms of a standard
length unit.
enumeration CC.2.MD.5
Common Core State Standards Math - Relate addition and
subtraction to length. Use addition and subtraction within 100 to solve word
problems involving lengths that are given in the same units, e.g., by using
drawings (such as drawings of rulers) and equations with a symbol for the
unknown number to represent the problem.
enumeration CC.2.MD.6
Common Core State Standards Math - Relate addition and
subtraction to length. Represent whole numbers as lengths from 0 on a number
line diagram with equally spaced points corresponding to the numbers 0, 1,
2, … , and represent whole-number sums and differences within 100 on a
number line diagram.
enumeration CC.2.MD.7
Common Core State Standards Math - Work with time and money.
Tell and write time from analog and digital clocks to the nearest five
minutes, using a.m. and p.m.
enumeration CC.2.MD.8
Common Core State Standards Math - Work with time and money.
Solve word problems involving dollar bills, quarters, dimes, nickels, and
pennies, using $ (dollars) and ¢ (cents) symbols appropriately. Example: If
you have 2 dimes and 3 pennies, how many cents do you have?
enumeration CC.2.MD.9
Common Core State Standards Math - Represent and interpret
data. Generate measurement data by measuring lengths of several objects to
the nearest whole unit, or by making repeated measurements of the same
object. Show the measurements by making a line plot, where the horizontal
scale is marked off in whole-number units.
enumeration CC.2.MD.10
Common Core State Standards Math - Represent and interpret
data. Draw a picture graph and a bar graph (with single-unit scale) to
represent a data set with up to four categories. Solve simple put-together,
take-apart, and compare problems using information presented in a bar graph.
enumeration CC.2.G.1
Common Core State Standards Math - Reason with shapes and
their attributes. Recognize and draw shapes having specified attributes,
such as a given number of angles or a given number of equal faces. Identify
triangles, quadrilaterals, pentagons, hexagons, and cubes. (Sizes are
compared directly or visually, not compared by measuring.)
enumeration CC.2.G.2
Common Core State Standards Math - Reason with shapes and
their attributes. Partition a rectangle into rows and columns of same-size
squares and count to find the total number of them.
enumeration CC.2.G.3
Common Core State Standards Math - Reason with shapes and
their attributes. Partition circles and rectangles into two, three, or four
equal shares, describe the shares using the words halves, thirds, half of, a
third of, etc., and describe the whole as two halves, three thirds, four
fourths. Recognize that equal shares of identical wholes need not have the
same shape.
enumeration CC.3.OA.1
Common Core State Standards Math - Represent and solve
problems involving multiplication and division. Interpret products of whole
numbers, e.g., interpret 5 × 7 as the total number of objects in 5 groups of
7 objects each. For example, describe a context in which a total number of
objects can be expressed as 5 × 7.
enumeration CC.3.OA.2
Common Core State Standards Math - Represent and solve
problems involving multiplication and division. Interpret whole-number
quotients of whole numbers, e.g., interpret 56 ÷ 8 as the number of objects
in each share when 56 objects are partitioned equally into 8 shares, or as a
number of shares when 56 objects are partitioned into equal shares of 8
objects each. For example, describe a context in which a number of shares or
a number of groups can be expressed as 56 ÷ 8.
enumeration CC.3.OA.3
Common Core State Standards Math - Represent and solve
problems involving multiplication and division. Use multiplication and
division within 100 to solve word problems in situations involving equal
groups, arrays, and measurement quantities, e.g., by using drawings and
equations with a symbol for the unknown number to represent the problem.
enumeration CC.3.OA.4
Common Core State Standards Math - Represent and solve
problems involving multiplication and division. Determine the unknown whole
number in a multiplication or division equation relating three whole
numbers. For example, determine the unknown number that makes the equation
true in each of the equations 8 × ? = 48, 5 = __÷ 3, 6 × 6 = ?.
enumeration CC.3.OA.5
Common Core State Standards Math - Understand properties of
multiplication and the relationship between multiplication and division.
Apply properties of operations as strategies to multiply and divide.
Examples: If 6 × 4 = 24 is known, then 4 × 6 = 24 is also known.
(Commutative property of multiplication.) 3 × 5 × 2 can be found by 3 × 5 =
15 then 15 × 2 = 30, or by 5 × 2 = 10 then 3 × 10 = 30. (Associative
property of multiplication.) Knowing that 8 × 5 = 40 and 8 × 2 = 16, one can
find 8 × 7 as 8 × (5 + 2) = (8 × 5) + (8 × 2) = 40 + 16 = 56. (Distributive
property.) (Students need not use formal terms for these properties.)
enumeration CC.3.OA.6
Common Core State Standards Math - Understand properties of
multiplication and the relationship between multiplication and division.
Understand division as an unknown-factor problem. For example, divide 32 ÷ 8
by finding the number that makes 32 when multiplied by 8.
enumeration CC.3.OA.7
Common Core State Standards Math - Multiply and divide within
100. Fluently multiply and divide within 100, using strategies such as the
relationship between multiplication and division (e.g., knowing that 8 × 5 =
40, one knows 40 ÷ 5 = 8) or properties of operations. By the end of Grade
3, know from memory all products of one-digit numbers.
enumeration CC.3.OA.8
Common Core State Standards Math - Solve problems involving
the four operations, and identify and explain patterns in arithmetic. Solve
two-step word problems using the four operations. Represent these problems
using equations with a letter standing for the unknown quantity. Assess the
reasonableness of answers using mental computation and estimation strategies
including rounding. (This standard is limited to problems posed with whole
numbers and having whole-number answers; students should know how to perform
operations in the conventional order when there are no parentheses to
specify a particular order (Order of Operations).)
enumeration CC.3.OA.9
Common Core State Standards Math - Solve problems involving
the four operations, and identify and explain patterns in arithmetic.
Identify arithmetic patterns (including patterns in the addition table or
multiplication table), and explain them using properties of operations. For
example, observe that 4 times a number is always even, and explain why 4
times a number can be decomposed into two equal addends.
enumeration CC.3.NBT.1
Common Core State Standards Math - Use place value
understanding and properties of operations to perform multi-digit
arithmetic. Use place value understanding to round whole numbers to the
nearest 10 or 100.
enumeration CC.3.NBT.2
Common Core State Standards Math - Use place value
understanding and properties of operations to perform multi-digit
arithmetic. Fluently add and subtract within 1000 using strategies and
algorithms based on place value, properties of operations, and/or the
relationship between addition and subtraction. (A range of algorithms may be
used.)
enumeration CC.3.NBT.3
Common Core State Standards Math - Use place value
understanding and properties of operations to perform multi-digit
arithmetic. Multiply one-digit whole numbers by multiples of 10 in the range
10-90 (e.g., 9 × 80, 5 × 60) using strategies based on place value and
properties of operations. (A range of algorithms may be used.)
enumeration CC.3.NF.1
Common Core State Standards Math - Develop understanding of
fractions as numbers. Understand a fraction 1/b as the quantity formed by 1
part when a whole is partitioned into b equal parts; understand a fraction
a/b as the quantity formed by a parts of size 1/b. (Grade 3 expectations in
this domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)
enumeration CC.3.NF.2
Common Core State Standards Math - Develop understanding of
fractions as numbers. Understand a fraction as a number on the number line;
represent fractions on a number line diagram. (Grade 3 expectations in this
domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)
enumeration CC.3.NF.2a
Common Core State Standards Math - Represent a fraction 1/b
on a number line diagram by defining the interval from 0 to 1 as the whole
and partitioning it into b equal parts. Recognize that each part has size
1/b and that the endpoint of the part based at 0 locates the number 1/b on
the number line. (Grade 3 expectations in this domain are limited to
fractions with denominators 2, 3, 4, 6, and 8.)
enumeration CC.3.NF.2b
Common Core State Standards Math - Represent a fraction a/b
on a number line diagram by marking off a lengths 1/b from 0. Recognize that
the resulting interval has size a/b and that its endpoint locates the number
a/b on the number line. (Grade 3 expectations in this domain are limited to
fractions with denominators 2, 3, 4, 6, and 8.)
enumeration CC.3.NF.3
Common Core State Standards Math - Develop understanding of
fractions as numbers. Explain equivalence of fractions in special cases, and
compare fractions by reasoning about their size. (Grade 3 expectations in
this domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)
enumeration CC.3.NF.3a
Common Core State Standards Math - Understand two fractions
as equivalent (equal) if they are the same size, or the same point on a
number line. (Grade 3 expectations in this domain are limited to fractions
with denominators 2, 3, 4, 6, and 8.)
enumeration CC.3.NF.3b
Common Core State Standards Math - Recognize and generate
simple equivalent fractions (e.g., 1/2 = 2/4, 4/6 = 2/3), Explain why the
fractions are equivalent, e.g., by using a visual fraction model. (Grade 3
expectations in this domain are limited to fractions with denominators 2, 3,
4, 6, and 8.)
enumeration CC.3.NF.3c
Common Core State Standards Math - Express whole numbers as
fractions, and recognize fractions that are equivalent to whole numbers.
Examples: Express 3 in the form 3 = 3/1; recognize that 6/1 = 6; locate 4/4
and 1 at the same point of a number line diagram. (Grade 3 expectations in
this domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)
enumeration CC.3.NF.3d
Common Core State Standards Math - Compare two fractions with
the same numerator or the same denominator, by reasoning about their size,
Recognize that valid comparisons rely on the two fractions referring to the
same whole. Record the results of comparisons with the symbols >, =, or
<, and justify the conclusions, e.g., by using a visual fraction model.
(Grade 3 expectations in this domain are limited to fractions with
denominators 2, 3, 4, 6, and 8.)
enumeration CC.3.MD.1
Common Core State Standards Math - Solve problems involving
measurement and estimation of intervals of time, liquid volumes, and masses
of objects. Tell and write time to the nearest minute and measure time
intervals in minutes. Solve word problems involving addition and subtraction
of time intervals in minutes, e.g., by representing the problem on a number
line diagram.
enumeration CC.3.MD.2
Common Core State Standards Math - Solve problems involving
measurement and estimation of intervals of time, liquid volumes, and masses
of objects. Measure and estimate liquid volumes and masses of objects using
standard units of grams (g), kilograms (kg), and liters (l). (Excludes
compound units such as cm^3 and finding the geometric volume of a
container.) Add, subtract, multiply, or divide to solve one-step word
problems involving masses or volumes that are given in the same units, e.g.,
by using drawings (such as a beaker with a measurement scale) to represent
the problem. (Excludes multiplicative comparison problems (problems
involving notions of “times as much.”)
enumeration CC.3.MD.3
Common Core State Standards Math - Represent and interpret
data. Draw a scaled picture graph and a scaled bar graph to represent a data
set with several categories. Solve one- and two-step “how many more” and
“how many less” problems using information presented in scaled bar graphs.
For example, draw a bar graph in which each square in the bar graph might
represent 5 pets.
enumeration CC.3.MD.4
Common Core State Standards Math - Represent and interpret
data. Generate measurement data by measuring lengths using rulers marked
with halves and fourths of an inch. Show the data by making a line plot,
where the horizontal scale is marked off in appropriate units—whole numbers,
halves, or quarters.
enumeration CC.3.MD.5
Common Core State Standards Math - Geometric measurement:
understand concepts of area and relate area to multiplication and to
addition. Recognize area as an attribute of plane figures and understand
concepts of area measurement. -- a. A square with side length 1 unit, called
“a unit square,” is said to have “one square unit” of area, and can be used
to measure area. -- b. A plane figure which can be covered without gaps or
overlaps by n unit squares is said to have an area of n square units.
enumeration CC.3.MD.6
Common Core State Standards Math - Geometric measurement:
understand concepts of area and relate area to multiplication and to
addition. Measure areas by counting unit squares (square cm, square m,
square in, square ft, and improvised units).
enumeration CC.3.MD.7
Common Core State Standards Math - Geometric measurement:
understand concepts of area and relate area to multiplication and to
addition. Relate area to the operations of multiplication and addition.
enumeration CC.3.MD.7a
Common Core State Standards Math - Find the area of a
rectangle with whole-number side lengths by tiling it, and show that the
area is the same as would be found by multiplying the side lengths.
enumeration CC.3.MD.7b
Common Core State Standards Math - Multiply side lengths to
find areas of rectangles with whole-number side lengths in the context of
solving real world and mathematical problems, and represent whole-number
products as rectangular areas in mathematical reasoning.
enumeration CC.3.MD.7c
Common Core State Standards Math - Use tiling to show in a
concrete case that the area of a rectangle with whole-number side lengths a
and b + c is the sum of a × b and a × c. Use area models to represent the
distributive property in mathematical reasoning.
enumeration CC.3.MD.7d
Common Core State Standards Math - Recognize area as
additive. Find areas of rectilinear figures by decomposing them into
non-overlapping rectangles and adding the areas of the non-overlapping
parts, applying this technique to solve real world problems.
enumeration CC.3.MD.8
Common Core State Standards Math - Geometric measurement:
recognize perimeter as an attribute of plane figures and distinguish between
linear and area measures. Solve real world and mathematical problems
involving perimeters of polygons, including finding the perimeter given the
side lengths, finding an unknown side length, and exhibiting rectangles with
the same perimeter and different area or with the same area and different
perimeter.
enumeration CC.3.G.1
Common Core State Standards Math - Reason with shapes and
their attributes. Understand that shapes in different categories (e.g.,
rhombuses, rectangles, and others) may share attributes (e.g., having four
sides), and that the shared attributes can define a larger category (e.g.,
quadrilaterals). Recognize rhombuses, rectangles, and squares as examples of
quadrilaterals, and draw examples of quadrilaterals that do not belong to
any of these subcategories.
enumeration CC.3.G.2
Common Core State Standards Math - Reason with shapes and
their attributes. Partition shapes into parts with equal areas. Express the
area of each part as a unit fraction of the whole. For example, partition a
shape into 4 parts with equal area, and describe the area of each part is
1/4 of the area of the shape.
enumeration CC.4.OA.1
Common Core State Standards Math - Use the four operations
with whole numbers to solve problems. Interpret a multiplication equation as
a comparison, e.g., interpret 35 = 5 x 7 as a statement that 35 is 5 times
as many as 7 and 7 times as many as 5. Represent verbal statements of
multiplicative comparisons as multiplication equations.
enumeration CC.4.OA.2
Common Core State Standards Math - Use the four operations
with whole numbers to solve problems. Multiply or divide to solve word
problems involving multiplicative comparison, e.g., by using drawings and
equations with a symbol for the unknown number to represent the problem,
distinguishing multiplicative comparison from additive comparison.
enumeration CC.4.OA.3
Common Core State Standards Math - Use the four operations
with whole numbers to solve problems. Solve multistep word problems posed
with whole numbers and having whole-number answers using the four
operations, including problems in which remainders must be interpreted.
Represent these problems using equations with a letter standing for the
unknown quantity. Assess the reasonableness of answers using mental
computation and estimation strategies including rounding.
enumeration CC.4.OA.4
Common Core State Standards Math - Gain familiarity with
factors and multiples. Find all factor pairs for a whole number in the range
1-100. Recognize that a whole number is a multiple of each of its factors.
Determine whether a given whole number in the range 1-100 is a multiple of a
given one-digit number. Determine whether a given whole number in the range
1-100 is prime or composite.
enumeration CC.4.OA.5
Common Core State Standards Math - Generate and analyze
patterns. Generate a number or shape pattern that follows a given rule.
Identify apparent features of the pattern that were not explicit in the rule
itself. For example, given the rule “Add 3” and the starting number 1,
generate terms in the resulting sequence and observe that the terms appear
to alternate between odd and even numbers. Explain informally why the
numbers will continue to alternate in this way.
enumeration CC.4.NBT.1
Common Core State Standards Math - Generalize place value
understanding for multi-digit whole numbers. Recognize that in a multi-digit
whole number, a digit in one place represents ten times what it represents
in the place to its right. For example, recognize that 700 ÷ 70 = 10 by
applying concepts of place value and division. (Grade 4 expectations in this
domain are limited to whole numbers less than or equal to 1,000,000.)
enumeration CC.4.NBT.2
Common Core State Standards Math - Generalize place value
understanding for multi-digit whole numbers. Read and write multi-digit
whole numbers using base-ten numerals, number names, and expanded form.
Compare two multi-digit numbers based on meanings of the digits in each
place, using >, =, and < symbols to record the results of comparisons.
(Grade 4 expectations in this domain are limited to whole numbers less than
or equal to 1,000,000.)
enumeration CC.4.NBT.3
Common Core State Standards Math - Generalize place value
understanding for multi-digit whole numbers. Use place value understanding
to round multi-digit whole numbers to any place. (Grade 4 expectations in
this domain are limited to whole numbers less than or equal to 1,000,000.)
enumeration CC.4.NBT.4
Common Core State Standards Math - Use place value
understanding and properties of operations to perform multi-digit
arithmetic. Fluently add and subtract multi-digit whole numbers using the
standard algorithm. (Grade 4 expectations in this domain are limited to
whole numbers less than or equal to 1,000,000. A range of algorithms may be
used.)
enumeration CC.4.NBT.5
Common Core State Standards Math - Use place value
understanding and properties of operations to perform multi-digit
arithmetic. Multiply a whole number of up to four digits by a one-digit
whole number, and multiply two two-digit numbers, using strategies based on
place value and the properties of operations. Illustrate and explain the
calculation by using equations, rectangular arrays, and/or area models.
(Grade 4 expectations in this domain are limited to whole numbers less than
or equal to 1,000,000. A range of algorithms may be used.)
enumeration CC.4.NBT.6
Common Core State Standards Math - Use place value
understanding and properties of operations to perform multi-digit
arithmetic. Find whole-number quotients and remainders with up to four-digit
dividends and one-digit divisors, using strategies based on place value, the
properties of operations, and/or the relationship between multiplication and
division. Illustrate and explain the calculation by using equations,
rectangular arrays, and/or area models. (Grade 4 expectations in this domain
are limited to whole numbers less than or equal to 1,000,000. A range of
algorithms may be used.)
enumeration CC.4.NF.1
Common Core State Standards Math - Extend understanding of
fraction equivalence and ordering. Explain why a fraction a/b is equivalent
to a fraction (n × a)/(n × b) by using visual fraction models, with
attention to how the number and size of the parts differ even though the two
fractions themselves are the same size. Use this principle to recognize and
generate equivalent fractions. (Grade 4 expectations in this domain are
limited to fractions with denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)
enumeration CC.4.NF.2
Common Core State Standards Math - Extend understanding of
fraction equivalence and ordering. Compare two fractions with different
numerators and different denominators, e.g., by creating common denominators
or numerators, or by comparing to a benchmark fraction such as 1/2.
Recognize that comparisons are valid only when the two fractions refer to
the same whole. Record the results of comparisons with symbols >, =, or
<, and justify the conclusions, e.g., by using a visual fraction model.
(Grade 4 expectations in this domain are limited to fractions with
denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)
enumeration CC.4.NF.3
Common Core State Standards Math - Build fractions from unit
fractions by applying and extending previous understandings of operations on
whole numbers. Understand a fraction a/b with a > 1 as a sum of fractions
1/b. (Grade 4 expectations in this domain are limited to fractions with
denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)
enumeration CC.4.NF.3a
Common Core State Standards Math - Understand addition and
subtraction of fractions as joining and separating parts referring to the
same whole.
enumeration CC.4.NF.3b
Common Core State Standards Math - Decompose a fraction into
a sum of fractions with the same denominator in more than one way, recording
each decomposition by an equation. Justify decompositions, e.g., by using a
visual fraction model. Examples: 3/8 = 1/8 + 1/8 + 1/8 ; 3/8 = 1/8 + 2/8 ; 2
1/8 = 1 + 1 + 1/8 = 8/8 + 8/8 + 1/8.
enumeration CC.4.NF.3c
Common Core State Standards Math - Add and subtract mixed
numbers with like denominators, e.g., by replacing each mixed number with an
equivalent fraction, and/or by using properties of operations and the
relationship between addition and subtraction.
enumeration CC.4.NF.3d
Common Core State Standards Math - Solve word problems
involving addition and subtraction of fractions referring to the same whole
and having like denominators, e.g., by using visual fraction models and
equations to represent the problem.
enumeration CC.4.NF.4
Common Core State Standards Math - Build fractions from unit
fractions by applying and extending previous understandings of operations on
whole numbers. Apply and extend previous understandings of multiplication to
multiply a fraction by a whole number. (Grade 4 expectations in this domain
are limited to fractions with denominators 2, 3, 4, 5, 6, 8, 10, 12, and
100.)
enumeration CC.4.NF.4a
Common Core State Standards Math - Understand a fraction a/b
as a multiple of 1/b. For example, use a visual fraction model to represent
5/4 as the product 5 × (1/4), recording the conclusion by the equation 5/4 =
5 × (1/4).
enumeration CC.4.NF.4b
Common Core State Standards Math - Understand a multiple of
a/b as a multiple of 1/b, and use this understanding to multiply a fraction
by a whole number. For example, use a visual fraction model to express 3 ×
(2/5) as 6 × (1/5), recognizing this product as 6/5. (In general, n × (a/b)
= (n × a)/b.)
enumeration CC.4.NF.4c
Common Core State Standards Math - Solve word problems
involving multiplication of a fraction by a whole number, e.g., by using
visual fraction models and equations to represent the problem. For example,
if each person at a party will eat 3/8 of a pound of roast beef, and there
will be 5 people at the party, how many pounds of roast beef will be needed?
Between what two whole numbers does your answer lie?
enumeration CC.4.NF.5
Common Core State Standards Math - Understand decimal
notation for fractions, and compare decimal fractions. Express a fraction
with denominator 10 as an equivalent fraction with denominator 100, and use
this technique to add two fractions with respective denominators 10 and 100.
For example, express 3/10 as 30/100 and add 3/10 + 4/100 = 34/100. (Students
who can generate equivalent fractions can develop strategies for adding
fractions with unlike denominators in general. But addition and subtraction
with unlike denominators in general is not a requirement at this grade.)
(Grade 4 expectations in this domain are limited to fractions with
denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)
enumeration CC.4.NF.6
Common Core State Standards Math - Understand decimal
notation for fractions, and compare decimal fractions. Use decimal notation
for fractions with denominators 10 or 100. For example, rewrite 0.62 as
62/100 ; describe a length as 0.62 meters; locate 0.62 on a number line
diagram. (Grade 4 expectations in this domain are limited to fractions with
denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)
enumeration CC.4.NF.7
Common Core State Standards Math - Understand decimal
notation for fractions, and compare decimal fractions. Compare two decimals
to hundredths by reasoning about their size. Recognize that comparisons
comparisons are valid only when two decimals refer to the same whole. Record
the results of comparisons with the symbols >, =, or <, and justify the
conclusions, e.g., by using a visual model. (Grade 4 expectations in this
domain are limited to fractions with denominators 2, 3, 4, 5, 6, 8, 10, 12,
and 100.)
enumeration CC.4.MD.1
Common Core State Standards Math - Solve problems involving
measurement and conversion of measurements from a larger unit to a smaller
unit. Know relative sizes of measurement units within one system of units
including km, m, cm; kg, g; lb, oz.; l, ml; hr, min, sec. Within a single
system of measurement, express measurements in a larger unit in terms of a
smaller unit. Record measurement equivalents in a two-column table. For
example: Know that 1 ft is 12 times as long as 1 in. Express the length of a
4 ft snake as 48 in. Generate a conversion table for feet and inches listing
the number pairs (1, 12), (2, 24), (3, 36), ….
enumeration CC.4.MD.2
Common Core State Standards Math - Solve problems involving
measurement and conversion of measurements from a larger unit to a smaller
unit. Use the four operations to solve word problems involving distances,
intervals of time, liquid volumes, masses of objects, and money, including
problems involving simple fractions or decimals, and problems that require
expressing measurements given in a larger unit in terms of a smaller unit.
Represent measurement quantities using diagrams such as number line diagrams
that feature a measurement scale.
enumeration CC.4.MD.3
Common Core State Standards Math - Solve problems involving
measurement and conversion of measurements from a larger unit to a smaller
unit. Apply the area and perimeter formulas for rectangles in real world and
mathematical problems. For example, find the width of a rectangular room
given the area of the flooring and the length, by viewing the area formula
as a multiplication equation with an unknown factor.
enumeration CC.4.MD.4
Common Core State Standards Math - Represent and interpret
data. Make a line plot to display a data set of measurements in fractions of
a unit (1/2, 1/4, 1/8). Solve problems involving addition and subtraction of
fractions by using information presented in line plots. For example, from a
line plot find and interpret the difference in length between the longest
and shortest specimens in an insect collection.
enumeration CC.4.MD.5
Common Core State Standards Math - Geometric measurement:
understand concepts of angle and measure angles. Recognize angles as
geometric shapes that are formed wherever two rays share a common endpoint,
and understand concepts of angle measurement: -- a. An angle is measured
with reference to a circle with its center at the common endpoint of the
rays, by considering the fraction of the circular arc between the points
where the two rays intersect the circle. An angle that turns through 1/360
of a circle is called a “one-degree angle,” and can be used to measure
angles. -- b. An angle that turns through n one-degree angles is said to
have an angle measure of n degrees.
enumeration CC.4.MD.6
Common Core State Standards Math - Geometric measurement:
understand concepts of angle and measure angles. Measure angles in
whole-number degrees using a protractor. Sketch angles of specified measure.
enumeration CC.4.MD.7
Common Core State Standards Math - Geometric measurement:
understand concepts of angle and measure angles. Recognize angle measure as
additive. When an angle is decomposed into non-overlapping parts, the angle
measure of the whole is the sum of the angle measures of the parts. Solve
addition and subtraction problems to find unknown angles on a diagram in
real world and mathematical problems, e.g., by using an equation with a
symbol for the unknown angle measure.
enumeration CC.4.G.1
Common Core State Standards Math - Draw and identify lines
and angles, and classify shapes by properties of their lines and angles.
Draw points, lines, line segments, rays, angles (right, acute, obtuse), and
perpendicular and parallel lines. Identify these in two-dimensional figures.
enumeration CC.4.G.2
Common Core State Standards Math - Draw and identify lines
and angles, and classify shapes by properties of their lines and angles.
Classify two-dimensional figures based on the presence or absence of
parallel or perpendicular lines, or the presence or absence of angles of a
specified size. Recognize right triangles as a category, and identify right
triangles.
enumeration CC.4.G.3
Common Core State Standards Math - Draw and identify lines
and angles, and classify shapes by properties of their lines and angles.
Recognize a line of symmetry for a two-dimensional figure as a line across
the figure such that the figure can be folded along the line into matching
parts. Identify line-symmetric figures and draw lines of symmetry.
enumeration CC.5.OA.1
Common Core State Standards Math - Write and interpret
numerical expressions. Use parentheses, brackets, or braces in numerical
expressions, and evaluate expressions with these symbols.
enumeration CC.5.OA.2
Common Core State Standards Math - Write and interpret
numerical expressions. Write simple expressions that record calculations
with numbers, and interpret numerical expressions without evaluating them.
For example, express the calculation “add 8 and 7, then multiply by 2” as 2
× (8 + 7). Recognize that 3 × (18932 + 921) is three times as large as 18932
+ 921, without having to calculate the indicated sum or product.
enumeration CC.5.OA.3
Common Core State Standards Math - Analyze patterns and
relationships. Generate two numerical patterns using two given rules.
Identify apparent relationships between corresponding terms. Form ordered
pairs consisting of corresponding terms from the two patterns, and graph the
ordered pairs on a coordinate plane. For example, given the rule “Add 3” and
the starting number 0, and given the rule “Add 6” and the starting number 0,
generate terms in the resulting sequences, and observe that the terms in one
sequence are twice the corresponding terms in the other sequence. Explain
informally why this is so.
enumeration CC.5.NBT.1
Common Core State Standards Math - Understand the place value
system. Recognize that in a multi-digit number, a digit in one place
represents 10 times as much as it represents in the place to its right and
1/10 of what it represents in the place to its left.
enumeration CC.5.NBT.2
Common Core State Standards Math - Understand the place value
system. Explain patterns in the number of zeros of the product when
multiplying a number by powers of 10, and explain patterns in the placement
of the decimal point when a decimal is multiplied or divided by a power of
10. Use whole number exponents to denote powers of 10.
enumeration CC.5.NBT.3
Common Core State Standards Math - Understand the place value
system. Read, write, and compare decimals to thousandths.
enumeration CC.5.NBT.3a
Common Core State Standards Math - Read and write decimals to
thousandths using base-ten numerals, number names, and expanded form, e.g.,
347.392 = 3 × 100 + 4 × 10 + 7 × 1 + 3 × (1/10) + 9 × (1/100) + 2 ×
(1/1000).
enumeration CC.5.NBT.3b
Common Core State Standards Math - Compare two decimals to
thousandths based on meanings of the digits in each place, using >, =, and
< symbols to record the results of comparisons.
enumeration CC.5.NBT.4
Common Core State Standards Math - Understand the place value
system. Use place value understanding to round decimals to any place.
enumeration CC.5.NBT.5
Common Core State Standards Math - Perform operations with
multi-digit whole numbers and with decimals to hundredths. Fluently multiply
multi-digit whole numbers using the standard algorithm.
enumeration CC.5.NBT.6
Common Core State Standards Math - Perform operations with
multi-digit whole numbers and with decimals to hundredths. Find whole-number
quotients of whole numbers with up to four-digit dividends and two-digit
divisors, using strategies based on place value, the properties of
operations, and/or the relationship between multiplication and division.
Illustrate and explain the calculation by using equations, rectangular
arrays, and/or area models.
enumeration CC.5.NBT.7
Common Core State Standards Math - Perform operations with
multi-digit whole numbers and with decimals to hundredths. Add, subtract,
multiply, and divide decimals to hundredths, using concrete models or
drawings and strategies based on place value, properties of operations,
and/or the relationship between addition and subtraction; relate the
strategy to a written method and explain the reasoning used.
enumeration CC.5.NF.1
Common Core State Standards Math - Use equivalent fractions
as a strategy to add and subtract fractions. Add and subtract fractions with
unlike denominators (including mixed numbers) by replacing given fractions
with equivalent fractions in such a way as to produce an equivalent sum or
difference of fractions with like denominators. For example, 2/3 + 5/4 =
8/12 + 15/12 = 23/12. (In general, a/b + c/d = (ad + bc)/bd.)
enumeration CC.5.NF.2
Common Core State Standards Math - Use equivalent fractions
as a strategy to add and subtract fractions. Solve word problems involving
addition and subtraction of fractions referring to the same whole, including
cases of unlike denominators, e.g., by using visual fraction models or
equations to represent the problem. Use benchmark fractions and number sense
of fractions to estimate mentally and assess the reasonableness of answers.
For example, recognize an incorrect result 2/5 + 1/2 = 3/7 by observing that
3/7 < 1/2.
enumeration CC.5.NF.3
Common Core State Standards Math - Apply and extend previous
understandings of multiplication and division to multiply and divide
fractions. Interpret a fraction as division of the numerator by the
denominator (a/b = a ÷ b). Solve word problems involving division of whole
numbers leading to answers in the form of fractions or mixed numbers, e.g.,
by using visual fraction models or equations to represent the problem. For
example, interpret 3/4 as the result of dividing 3 by 4, noting that 3/4
multiplied by 4 equals 3 and that when 3 wholes are shared equally among 4
people each person has a share of size 3/4. If 9 people want to share a
50-pound sack of rice equally by weight, how many pounds of rice should each
person get? Between what two whole numbers does your answer lie?
enumeration CC.5.NF.4
Common Core State Standards Math - Apply and extend previous
understandings of multiplication and division to multiply and divide
fractions. Apply and extend previous understandings of multiplication to
multiply a fraction or whole number by a fraction.
enumeration CC.5.NF.4a
Common Core State Standards Math - Interpret the product
(a/b) × q as a parts of a partition of q into b equal parts; equivalently,
as the result of a sequence of operations a × q ÷ b. For example, use a
visual fraction model to show (2/3) × 4 = 8/3, and create a story context
for this equation. Do the same with (2/3) × (4/5) = 8/15. (In general, (a/b)
× (c/d) = ac/bd.)
enumeration CC.5.NF.4b
Common Core State Standards Math - Find the area of a
rectangle with fractional side lengths by tiling it with unit squares of the
appropriate unit fraction side lengths, and show that the area is the same
as would be found by multiplying the side lengths. Multiply fractional side
lengths to find areas of rectangles, and represent fraction products as
rectangular areas.
enumeration CC.5.NF.5
Common Core State Standards Math - Apply and extend previous
understandings of multiplication and division to multiply and divide
fractions. Interpret multiplication as scaling (resizing) by: -- a.
Comparing the size of a product to the size of one factor on the basis of
the size of the other factor, without performing the indicated
multiplication. -- b. Explaining why multiplying a given number by a
fraction greater than 1 results in a product greater than the given number
(recognizing multiplication by whole numbers greater than 1 as a familiar
case); explaining why multiplying a given number by a fraction less than 1
results in a product smaller than the given number; and relating the
principle of fraction equivalence a/b = (n×a) / (n×b) to the effect of
multiplying a/b by 1.
enumeration CC.5.NF.6
Common Core State Standards Math - Apply and extend previous
understandings of multiplication and division to multiply and divide
fractions. Solve real world problems involving multiplication of fractions
and mixed numbers, e.g., by using visual fraction models or equations to
represent the problem.
enumeration CC.5.NF.7
Common Core State Standards Math - Apply and extend previous
understandings of multiplication and division to multiply and divide
fractions. Apply and extend previous understandings of division to divide
unit fractions by whole numbers and whole numbers by unit fractions.
(Students able to multiply fractions in general can develop strategies to
divide fractions in general, by reasoning about the relationship between
multiplication and division. But division of a fraction by a fraction is not
a requirement at this grade.)
enumeration CC.5.NF.7a
Common Core State Standards Math - Interpret division of a
unit fraction by a non-zero whole number, and compute such quotients. For
example, create a story context for (1/3) ÷ 4 and use a visual fraction
model to show the quotient. Use the relationship between multiplication and
division to explain that (1/3) ÷ 4 = 1/12 because (1/12) × 4 = 1/3.
enumeration CC.5.NF.7b
Common Core State Standards Math - Interpret division of a
whole number by a unit fraction, and compute such quotients. For example,
create a story context for 4 ÷ (1/5) and use a visual fraction model to show
the quotient. Use the relationship between multiplication and division to
explain that 4 ÷ (1/5) = 20 because 20 × (1/5) = 4.
enumeration CC.5.NF.7c
Common Core State Standards Math - Solve real-world problems
involving division of unit fractions by non-zero whole numbers and division
of whole numbers by unit fractions, e.g., by using visual fraction models
and equations to represent the problem. For example, how much chocolate will
each person get if 3 people share 1/2 lb of chocolate equally? How many
1/3-cup servings are in 2 cups of raisins?
enumeration CC.5.MD.1
Common Core State Standards Math - Convert like measurement
units within a given measurement system. Convert among different-sized
standard measurement units within a given measurement system (e.g., convert
5 cm to 0.05 m), and use these conversions in solving multi-step real world
problems.
enumeration CC.5.MD.2
Common Core State Standards Math - Represent and interpret
data. Make a line plot to display a data set of measurements in fractions of
a unit (1/2, 1/4, 1/8). Use operations on fractions for this grade to solve
problems involving information presented in line plots. For example, given
different measurements of liquid in identical beakers, find the amount of
liquid each beaker would contain if the total amount in all the beakers were
redistributed equally.
enumeration CC.5.MD.3
Common Core State Standards Math - Geometric measurement:
understand concepts of volume and relate volume to multiplication and to
addition. Recognize volume as an attribute of solid figures and understand
concepts of volume measurement. -- a. A cube with side length 1 unit, called
a “unit cube,” is said to have “one cubic unit” of volume, and can be used
to measure volume. -- b. A solid figure which can be packed without gaps or
overlaps using n unit cubes is said to have a volume of n cubic units.
enumeration CC.5.MD.4
Common Core State Standards Math - Geometric measurement:
understand concepts of volume and relate volume to multiplication and to
addition. Measure volumes by counting unit cubes, using cubic cm, cubic in,
cubic ft, and improvised units.
enumeration CC.5.MD.5
Common Core State Standards Math - Geometric measurement:
understand concepts of volume and relate volume to multiplication and to
addition. Relate volume to the operations of multiplication and addition and
solve real world and mathematical problems involving volume.
enumeration CC.5.MD.5a
Common Core State Standards Math - Find the volume of a right
rectangular prism with whole-number side lengths by packing it with unit
cubes, and show that the volume is the same as would be found by multiplying
the edge lengths, equivalently by multiplying the height by the area of the
base. Represent three-fold whole-number products as volumes, e.g., to
represent the associative property of multiplication.
enumeration CC.5.MD.5b
Common Core State Standards Math - Apply the formulas V
=(l)(w)(h) and V = (b)(h) for rectangular prisms to find volumes of right
rectangular prisms with whole-number edge lengths in the context of solving
real world and mathematical problems.
enumeration CC.5.MD.5c
Common Core State Standards Math - Recognize volume as
additive. Find volumes of solid figures composed of two non-overlapping
right rectangular prisms by adding the volumes of the non-overlapping parts,
applying this technique to solve real world problems.
enumeration CC.5.G.1
Common Core State Standards Math - Graph points on the
coordinate plane to solve real-world and mathematical problems. Use a pair
of perpendicular number lines, called axes, to define a coordinate system,
with the intersection of the lines (the origin) arranged to coincide with
the 0 on each line and a given point in the plane located by using an
ordered pair of numbers, called its coordinates. Understand that the first
number indicates how far to travel from the origin in the direction of one
axis, and the second number indicates how far to travel in the direction of
the second axis, with the convention that the names of the two axes and the
coordinates correspond (e.g., x-axis and x-coordinate, y-axis and
y-coordinate).
enumeration CC.5.G.2
Common Core State Standards Math - Graph points on the
coordinate plane to solve real-world and mathematical problems. Represent
real world and mathematical problems by graphing points in the first
quadrant of the coordinate plane, and interpret coordinate values of points
in the context of the situation.
enumeration CC.5.G.3
Common Core State Standards Math - Classify two-dimensional
figures into categories based on their properties. Understand that
attributes belonging to a category of two-dimensional figures also belong to
all subcategories of that category. For example, all rectangles have four
right angles and squares are rectangles, so all squares have four right
angles.
enumeration CC.5.G.4
Common Core State Standards Math - Classify two-dimensional
figures into categories based on their properties. Classify two-dimensional
figures in a hierarchy based on properties.
enumeration CC.6.RP.1
Common Core State Standards Math - Understand ratio concepts
and use ratio reasoning to solve problems. Understand the concept of a ratio
and use ratio language to describe a ratio relationship between two
quantities. For example, “The ratio of wings to beaks in the bird house at
the zoo was 2:1, because for every 2 wings there was 1 beak.” “For every
vote candidate A received, candidate C received nearly three votes.”
enumeration CC.6.RP.2
Common Core State Standards Math - Understand ratio concepts
and use ratio reasoning to solve problems. Understand the concept of a unit
rate a/b associated with a ratio a:b with b ≠ 0 (b not equal to zero), and
use rate language in the context of a ratio relationship. For example, "This
recipe has a ratio of 3 cups of flour to 4 cups of sugar, so there is 3/4
cup of flour for each cup of sugar." "We paid $75 for 15 hamburgers, which
is a rate of $5 per hamburger." (Expectations for unit rates in this grade
are limited to non-complex fractions.)
enumeration CC.6.RP.3
Common Core State Standards Math - Understand ratio concepts
and use ratio reasoning to solve problems. Use ratio and rate reasoning to
solve real-world and mathematical problems, e.g., by reasoning about tables
of equivalent ratios, tape diagrams, double number line diagrams, or
equations.
enumeration CC.6.RP.3a
Common Core State Standards Math - Make tables of equivalent
ratios relating quantities with whole-number measurements, find missing
values in the tables, and plot the pairs of values on the coordinate plane.
Use tables to compare ratios.
enumeration CC.6.RP.3b
Common Core State Standards Math - Solve unit rate problems
including those involving unit pricing and constant speed. For example, If
it took 7 hours to mow 4 lawns, then at that rate, how many lawns could be
mowed in 35 hours? At what rate were lawns being mowed?
enumeration CC.6.RP.3c
Common Core State Standards Math - Find a percent of a
quantity as a rate per 100 (e.g., 30% of a quantity means 30/100 times the
quantity); solve problems involving finding the whole given a part and the
percent.
enumeration CC.6.RP.3d
Common Core State Standards Math - Use ratio reasoning to
convert measurement units; manipulate and transform units appropriately when
multiplying or dividing quantities.
enumeration CC.6.NS.1
Common Core State Standards Math - Apply and extend previous
understandings of multiplication and division to divide fractions by
fractions. Interpret and compute quotients of fractions, and solve word
problems involving division of fractions by fractions, e.g., by using visual
fraction models and equations to represent the problem. For example, create
a story context for (2/3) ÷ (3/4) and use a visual fraction model to show
the quotient; use the relationship between multiplication and division to
explain that (2/3) ÷ (3/4) = 8/9 because 3/4 of 8/9 is 2/3. (In general,
(a/b) ÷ (c/d) = ad/bc.) How much chocolate will each person get if 3 people
share 1/2 lb of chocolate equally? How many 3/4-cup servings are in 2/3 of a
cup of yogurt? How wide is a rectangular strip of land with length 3/4 mi
and area 1/2 square mi?
enumeration CC.6.NS.2
Common Core State Standards Math - Compute fluently with
multi-digit numbers and find common factors and multiples. Fluently divide
multi-digit numbers using the standard algorithm.
enumeration CC.6.NS.3
Common Core State Standards Math - Compute fluently with
multi-digit numbers and find common factors and multiples. Fluently add,
subtract, multiply, and divide multi-digit decimals using the standard
algorithm for each operation.
enumeration CC.6.NS.4
Common Core State Standards Math - Compute fluently with
multi-digit numbers and find common factors and multiples. Find the greatest
common factor of two whole numbers less than or equal to 100 and the least
common multiple of two whole numbers less than or equal to 12. Use the
distributive property to express a sum of two whole numbers 1–100 with a
common factor as a multiple of a sum of two whole numbers with no common
factor. For example, express 36 + 8 as 4 (9 + 2).
enumeration CC.6.NS.5
Common Core State Standards Math - Apply and extend previous
understandings of numbers to the system of rational numbers. Understand that
positive and negative numbers are used together to describe quantities
having opposite directions or values (e.g., temperature above/below zero,
elevation above/below sea level, debits/credits, positive/negative electric
charge); use positive and negative numbers to represent quantities in
real-world contexts, explaining the meaning of 0 in each situation.
enumeration CC.6.NS.6
Common Core State Standards Math - Apply and extend previous
understandings of numbers to the system of rational numbers. Understand a
rational number as a point on the number line. Extend number line diagrams
and coordinate axes familiar from previous grades to represent points on the
line and in the plane with negative number coordinates.
enumeration CC.6.NS.6a
Common Core State Standards Math - Recognize opposite signs
of numbers as indicating locations on opposite sides of 0 on the number
line; recognize that the opposite of the opposite of a number is the number
itself, e.g., –(–3) = 3, and that 0 is its own opposite.
enumeration CC.6.NS.6b
Common Core State Standards Math - Understand signs of
numbers in ordered pairs as indicating locations in quadrants of the
coordinate plane; recognize that when two ordered pairs differ only by
signs, the locations of the points are related by reflections across one or
both axes.
enumeration CC.6.NS.6c
Common Core State Standards Math - Find and position integers
and other rational numbers on a horizontal or vertical number line diagram;
find and position pairs of integers and other rational numbers on a
coordinate plane.
enumeration CC.6.NS.7
Common Core State Standards Math - Apply and extend previous
understandings of numbers to the system of rational numbers. Understand
ordering and absolute value of rational numbers.
enumeration CC.6.NS.7a
Common Core State Standards Math - Interpret statements of
inequality as statements about the relative position of two numbers on a
number line diagram. For example, interpret –3 > –7 as a statement that –3
is located to the right of –7 on a number line oriented from left to right.
enumeration CC.6.NS.7b
Common Core State Standards Math - Write, interpret, and
explain statements of order for rational numbers in real-world contexts. For
example, write –3°C > –7°C to express the fact that –3°C is warmer than
–7°C.
enumeration CC.6.NS.7c
Common Core State Standards Math - Understand the absolute
value of a rational number as its distance from 0 on the number line;
interpret absolute value as magnitude for a positive or negative quantity in
a real-world situation. For example, for an account balance of –30 dollars,
write |–30| = 30 to describe the size of the debt in dollars.
enumeration CC.6.NS.7d
Common Core State Standards Math - Distinguish comparisons of
absolute value from statements about order. For example, recognize that an
account balance less than –30 dollars represents a debt greater than 30
dollars.
enumeration CC.6.NS.8
Common Core State Standards Math - Apply and extend previous
understandings of numbers to the system of rational numbers. Solve
real-world and mathematical problems by graphing points in all four
quadrants of the coordinate plane. Include use of coordinates and absolute
value to find distances between points with the same first coordinate or the
same second coordinate.
enumeration CC.6.EE.1
Common Core State Standards Math - Apply and extend previous
understandings of arithmetic to algebraic expressions. Write and evaluate
numerical expressions involving whole-number exponents.
enumeration CC.6.EE.2
Common Core State Standards Math - Apply and extend previous
understandings of arithmetic to algebraic expressions. Write, read, and
evaluate expressions in which letters stand for numbers.
enumeration CC.6.EE.2a
Common Core State Standards Math - Write expressions that
record operations with numbers and with letters standing for numbers. For
example, express the calculation “Subtract y from 5” as 5 – y.
enumeration CC.6.EE.2b
Common Core State Standards Math - Identify parts of an
expression using mathematical terms (sum, term, product, factor, quotient,
coefficient); view one or more parts of an expression as a single entity.
For example, describe the expression 2(8 + 7) as a product of two factors;
view (8 + 7) as both a single entity and a sum of two terms.
enumeration CC.6.EE.2c
Common Core State Standards Math - Evaluate expressions at
specific values for their variables. Include expressions that arise from
formulas in real-world problems. Perform arithmetic operations, including
those involving whole-number exponents, in the conventional order when there
are no parentheses to specify a particular order (Order of Operations). For
example, use the formulas V = s^3 and A = 6 s^2 to find the volume and
surface area of a cube with sides of length s = 1/2.
enumeration CC.6.EE.3
Common Core State Standards Math - Apply and extend previous
understandings of arithmetic to algebraic expressions. Apply the properties
of operations to generate equivalent expressions. For example, apply the
distributive property to the expression 3(2 + x) to produce the equivalent
expression 6 + 3x; apply the distributive property to the expression 24x +
18y to produce the equivalent expression 6 (4x + 3y); apply properties of
operations to y + y + y to produce the equivalent expression 3y.
enumeration CC.6.EE.4
Common Core State Standards Math - Apply and extend previous
understandings of arithmetic to algebraic expressions. Identify when two
expressions are equivalent (i.e., when the two expressions name the same
number regardless of which value is substituted into them). For example, the
expressions y + y + y and 3y are equivalent because they name the same
number regardless of which number y stands for.
enumeration CC.6.EE.5
Common Core State Standards Math - Reason about and solve
one-variable equations and inequalities. Understand solving an equation or
inequality as a process of answering a question: which values from a
specified set, if any, make the equation or inequality true? Use
substitution to determine whether a given number in a specified set makes an
equation or inequality true.
enumeration CC.6.EE.6
Common Core State Standards Math - Reason about and solve
one-variable equations and inequalities. Use variables to represent numbers
and write expressions when solving a real-world or mathematical problem;
understand that a variable can represent an unknown number, or, depending on
the purpose at hand, any number in a specified set.
enumeration CC.6.EE.7
Common Core State Standards Math - Reason about and solve
one-variable equations and inequalities. Solve real-world and mathematical
problems by writing and solving equations of the form x + p = q and px = q
for cases in which p, q and x are all nonnegative rational numbers.
enumeration CC.6.EE.8
Common Core State Standards Math - Reason about and solve
one-variable equations and inequalities. Write an inequality of the form x >
c or x < c to represent a constraint or condition in a real-world or
mathematical problem. Recognize that inequalities of the form x > c or x
< c have infinitely many solutions; represent solutions of such
inequalities on number line diagrams.
enumeration CC.6.EE.9
Common Core State Standards Math - Represent and analyze
quantitative relationships between dependent and independent variables. Use
variables to represent two quantities in a real-world problem that change in
relationship to one another; write an equation to express one quantity,
thought of as the dependent variable, in terms of the other quantity,
thought of as the independent variable. Analyze the relationship between the
dependent and independent variables using graphs and tables, and relate
these to the equation. For example, in a problem involving motion at
constant speed, list and graph ordered pairs of distances and times, and
write the equation d = 65t to represent the relationship between distance
and time.
enumeration CC.6.G.1
Common Core State Standards Math - Solve real-world and
mathematical problems involving area, surface area, and volume. Find area of
right triangles, other triangles, special quadrilaterals, and polygons by
composing into rectangles or decomposing into triangles and other shapes;
apply these techniques in the context of solving real-world and mathematical
problems.
enumeration CC.6.G.2
Common Core State Standards Math - Solve real-world and
mathematical problems involving area, surface area, and volume. Find the
volume of a right rectangular prism with fractional edge lengths by packing
it with unit cubes of the appropriate unit fraction edge lengths, and show
that the volume is the same as would be found by multiplying the edge
lengths of the prism. Apply the formulas V = l w h and V = b h to find
volumes of right rectangular prisms with fractional edge lengths in the
context of solving real-world and mathematical problems.
enumeration CC.6.G.3
Common Core State Standards Math - Solve real-world and
mathematical problems involving area, surface area, and volume. Draw
polygons in the coordinate plane given coordinates for the vertices; use
coordinates to find the length of a side joining points with the same first
coordinate or the same second coordinate. Apply these techniques in the
context of solving real-world and mathematical problems.
enumeration CC.6.G.4
Common Core State Standards Math - Solve real-world and
mathematical problems involving area, surface area, and volume. Represent
three-dimensional figures using nets made up of rectangles and triangles,
and use the nets to find the surface area of these figures. Apply these
techniques in the context of solving real-world and mathematical problems.
enumeration CC.6.SP.1
Common Core State Standards Math - Develop understanding of
statistical variability. Recognize a statistical question as one that
anticipates variability in the data related to the question and accounts for
it in the answers. For example, “How old am I?” is not a statistical
question, but “How old are the students in my school?” is a statistical
question because one anticipates variability in students’ ages.
enumeration CC.6.SP.2
Common Core State Standards Math - Develop understanding of
statistical variability. Understand that a set of data collected to answer a
statistical question has a distribution which can be described by its
center, spread, and overall shape.
enumeration CC.6.SP.3
Common Core State Standards Math - Develop understanding of
statistical variability. Recognize that a measure of center for a numerical
data set summarizes all of its values with a single number, while a measure
of variation describes how its values vary with a single number.
enumeration CC.6.SP.4
Common Core State Standards Math - Summarize and describe
distributions. Display numerical data in plots on a number line, including
dot plots, histograms, and box plots.
enumeration CC.6.SP.5
Common Core State Standards Math - Summarize and describe
distributions. Summarize numerical data sets in relation to their context,
such as by: -- a. Reporting the number of observations. -- b. Describing the
nature of the attribute under investigation, including how it was measured
and its units of measurement. -- c. Giving quantitative measures of center
(median and/or mean) and variability (interquartile range and/or mean
absolute deviation), as well as describing any overall pattern and any
striking deviations from the overall pattern with reference to the context
in which the data was gathered. -- d. Relating the choice of measures of
center and variability to the shape of the data distribution and the context
in which the data was gathered.
enumeration CC.7.RP.1
Common Core State Standards Math - Analyze proportional
relationships and use them to solve real-world and mathematical problems.
Compute unit rates associated with ratios of fractions, including ratios of
lengths, areas and other quantities measured in like or different units. For
example, if a person walks 1/2 mile in each 1/4 hour, compute the unit rate
as the complex fraction (1/2)/(1/4) miles per hour, equivalently 2 miles per
hour.
enumeration CC.7.RP.2
Common Core State Standards Math - Analyze proportional
relationships and use them to solve real-world and mathematical problems.
Recognize and represent proportional relationships between quantities.
enumeration CC.7.RP.2a
Common Core State Standards Math - Decide whether two
quantities are in a proportional relationship, e.g., by testing for
equivalent ratios in a table or graphing on a coordinate plane and observing
whether the graph is a straight line through the origin.
enumeration CC.7.RP.2b
Common Core State Standards Math - Identify the constant of
proportionality (unit rate) in tables, graphs, equations, diagrams, and
verbal descriptions of proportional relationships.
enumeration CC.7.RP.2c
Common Core State Standards Math - Represent proportional
relationships by equations. For example, if total cost t is proportional to
the number n of items purchased at a constant price p, the relationship
between the total cost and the number of items can be expressed as t = pn.
enumeration CC.7.RP.2d
Common Core State Standards Math - Explain what a point (x,
y) on the graph of a proportional relationship means in terms of the
situation, with special attention to the points (0, 0) and (1, r) where r is
the unit rate.
enumeration CC.7.RP.3
Common Core State Standards Math - Analyze proportional
relationships and use them to solve real-world and mathematical problems.
Use proportional relationships to solve multistep ratio and percent
problems. Examples: simple interest, tax, markups and markdowns, gratuities
and commissions, fees, percent increase and decrease, percent error.
enumeration CC.7.NS.1
Common Core State Standards Math - Apply and extend previous
understandings of operations with fractions to add, subtract, multiply, and
divide rational numbers. Apply and extend previous understandings of
addition and subtraction to add and subtract rational numbers; represent
addition and subtraction on a horizontal or vertical number line diagram.
enumeration CC.7.NS.1a
Common Core State Standards Math - Describe situations in
which opposite quantities combine to make 0. For example, a hydrogen atom
has 0 charge because its two constituents are oppositely charged.
enumeration CC.7.NS.1b
Common Core State Standards Math - Understand p + q as the
number located a distance |q| from p, in the positive or negative direction
depending on whether q is positive or negative. Show that a number and its
opposite have a sum of 0 (are additive inverses). Interpret sums of rational
numbers by describing real-world contexts.
enumeration CC.7.NS.1c
Common Core State Standards Math - Understand subtraction of
rational numbers as adding the additive inverse, p – q = p + (–q). Show that
the distance between two rational numbers on the number line is the absolute
value of their difference, and apply this principle in real-world contexts.
enumeration CC.7.NS.1d
Common Core State Standards Math - Apply properties of
operations as strategies to add and subtract rational numbers.
enumeration CC.7.NS.2
Common Core State Standards Math - Apply and extend previous
understandings of operations with fractions to add, subtract, multiply, and
divide rational numbers. Apply and extend previous understandings of
multiplication and division and of fractions to multiply and divide rational
numbers.
enumeration CC.7.NS.2a
Common Core State Standards Math - Understand that
multiplication is extended from fractions to rational numbers by requiring
that operations continue to satisfy the properties of operations,
particularly the distributive property, leading to products such as (–1)(–1)
= 1 and the rules for multiplying signed numbers. Interpret products of
rational numbers by describing real-world contexts.
enumeration CC.7.NS.2b
Common Core State Standards Math - Understand that integers
can be divided, provided that the divisor is not zero, and every quotient of
integers (with non-zero divisor) is a rational number. If p and q are
integers then –(p/q) = (–p)/q = p/(–q). Interpret quotients of rational
numbers by describing real-world contexts.
enumeration CC.7.NS.2c
Common Core State Standards Math - Apply properties of
operations as strategies to multiply and divide rational numbers.
enumeration CC.7.NS.2d
Common Core State Standards Math - Convert a rational number
to a decimal using long division; know that the decimal form of a rational
number terminates in 0s or eventually repeats.
enumeration CC.7.NS.3
Common Core State Standards Math - Apply and extend previous
understandings of operations with fractions to add, subtract, multiply, and
divide rational numbers. Solve real-world and mathematical problems
involving the four operations with rational numbers. (Computations with
rational numbers extend the rules for manipulating fractions to complex
fractions.)
enumeration CC.7.EE.1
Common Core State Standards Math - Use properties of
operations to generate equivalent expressions. Apply properties of
operations as strategies to add, subtract, factor, and expand linear
expressions with rational coefficients.
enumeration CC.7.EE.2
Common Core State Standards Math - Use properties of
operations to generate equivalent expressions. Understand that rewriting an
expression in different forms in a problem context can shed light on the
problem and how the quantities in it are related. For example, a + 0.05a =
1.05a means that “increase by 5%” is the same as “multiply by 1.05.”
enumeration CC.7.EE.3
Common Core State Standards Math - Solve real-life and
mathematical problems using numerical and algebraic expressions and
equations. Solve multi-step real-life and mathematical problems posed with
positive and negative rational numbers in any form (whole numbers,
fractions, and decimals), using tools strategically. Apply properties of
operations as strategies to calculate with numbers in any form; convert
between forms as appropriate; and assess the reasonableness of answers using
mental computation and estimation strategies. For example: If a woman making
$25 an hour gets a 10% raise, she will make an additional 1/10 of her salary
an hour, or $2.50, for a new salary of $27.50. If you want to place a towel
bar 9 3/4 inches long in the center of a door that is 27 1/2 inches wide,
you will need to place the bar about 9 inches from each edge; this estimate
can be used as a check on the exact computation.
enumeration CC.7.EE.4
Common Core State Standards Math - Solve real-life and
mathematical problems using numerical and algebraic expressions and
equations. Use variables to represent quantities in a real-world or
mathematical problem, and construct simple equations and inequalities to
solve problems by reasoning about the quantities.
enumeration CC.7.EE.4a
Common Core State Standards Math - Solve word problems
leading to equations of the form px + q = r and p(x + q) = r, where p, q,
and r are specific rational numbers. Solve equations of these forms
fluently. Compare an algebraic solution to an arithmetic solution,
identifying the sequence of the operations used in each approach. For
example, The perimeter of a rectangle is 54 cm. Its length is 6 cm. What is
its width?
enumeration CC.7.EE.4b
Common Core State Standards Math - Solve word problems
leading to inequalities of the form px + q > r or px + q < r, where p, q,
and r are specific rational numbers. Graph the solution set of the
inequality and interpret it in the context of the problem. For example, As a
salesperson, you are paid $50 per week plus $3 per sale. This week you want
your pay to be at least $100. Write an inequality for the number of sales
you need to make, and describe the solutions.
enumeration CC.7.G.1
Common Core State Standards Math - Draw, construct, and
describe geometrical figures and describe the relationships between them.
Solve problems involving scale drawings of geometric figures, including
computing actual lengths and areas from a scale drawing and reproducing a
scale drawing at a different scale.
enumeration CC.7.G.2
Common Core State Standards Math - Draw, construct, and
describe geometrical figures and describe the relationships between them.
Draw (freehand, with ruler and protractor, and with technology) geometric
shapes with given conditions. Focus on constructing triangles from three
measures of angles or sides, noticing when the conditions determine a unique
triangle, more than one triangle, or no triangle.
enumeration CC.7.G.3
Common Core State Standards Math - Draw, construct, and
describe geometrical figures and describe the relationships between them.
Describe the two-dimensional figures that result from slicing
three-dimensional figures, as in plane sections of right rectangular prisms
and right rectangular pyramids.
enumeration CC.7.G.4
Common Core State Standards Math - Solve real-life and
mathematical problems involving angle measure, area, surface area, and
volume. Know the formulas for the area and circumference of a circle and use
them to solve problems; give an informal derivation of the relationship
between the circumference and area of a circle.
enumeration CC.7.G.5
Common Core State Standards Math - Solve real-life and
mathematical problems involving angle measure, area, surface area, and
volume. Use facts about supplementary, complementary, vertical, and adjacent
angles in a multi-step problem to write and solve simple equations for an
unknown angle in a figure.
enumeration CC.7.G.6
Common Core State Standards Math - Solve real-life and
mathematical problems involving angle measure, area, surface area, and
volume. Solve real-world and mathematical problems involving area, volume
and surface area of two- and three-dimensional objects composed of
triangles, quadrilaterals, polygons, cubes, and right prisms.
enumeration CC.7.SP.1
Common Core State Standards Math - Use random sampling to
draw inferences about a population. Understand that statistics can be used
to gain information about a population by examining a sample of the
population; generalizations about a population from a sample are valid only
if the sample is representative of that population. Understand that random
sampling tends to produce representative samples and support valid
inferences.
enumeration CC.7.SP.2
Common Core State Standards Math - Use random sampling to
draw inferences about a population. Use data from a random sample to draw
inferences about a population with an unknown characteristic of interest.
Generate multiple samples (or simulated samples) of the same size to gauge
the variation in estimates or predictions. For example, estimate the mean
word length in a book by randomly sampling words from the book; predict the
winner of a school election based on randomly sampled survey data. Gauge how
far off the estimate or prediction might be.
enumeration CC.7.SP.3
Common Core State Standards Math - Draw informal comparative
inferences about two populations. Informally assess the degree of visual
overlap of two numerical data distributions with similar variabilities,
measuring the difference between the centers by expressing it as a multiple
of a measure of variability. For example, the mean height of players on the
basketball team is 10 cm greater than the mean height of players on the
soccer team, about twice the variability (mean absolute deviation) on either
team; on a dot plot, the separation between the two distributions of heights
is noticeable.
enumeration CC.7.SP.4
Common Core State Standards Math - Draw informal comparative
inferences about two populations. Use measures of center and measures of
variability for numerical data from random samples to draw informal
comparative inferences about two populations. For example, decide whether
the words in a chapter of a seventh-grade science book are generally longer
than the words in a chapter of a fourth-grade science book.
enumeration CC.7.SP.5
Common Core State Standards Math - Investigate chance
processes and develop, use, and evaluate probability models. Understand that
the probability of a chance event is a number between 0 and 1 that expresses
the likelihood of the event occurring. Larger numbers indicate greater
likelihood. A probability near 0 indicates an unlikely event, a probability
around 1/2 indicates an event that is neither unlikely nor likely, and a
probability near 1 indicates a likely event.
enumeration CC.7.SP.6
Common Core State Standards Math - Investigate chance
processes and develop, use, and evaluate probability models. Approximate the
probability of a chance event by collecting data on the chance process that
produces it and observing its long-run relative frequency, and predict the
approximate relative frequency given the probability. For example, when
rolling a number cube 600 times, predict that a 3 or 6 would be rolled
roughly 200 times, but probably not exactly 200 times.
enumeration CC.7.SP.7
Common Core State Standards Math - Investigate chance
processes and develop, use, and evaluate probability models. Develop a
probability model and use it to find probabilities of events. Compare
probabilities from a model to observed frequencies; if the agreement is not
good, explain possible sources of the discrepancy.
enumeration CC.7.SP.7a
Common Core State Standards Math - Develop a uniform
probability model by assigning equal probability to all outcomes, and use
the model to determine probabilities of events. For example, if a student is
selected at random from a class, find the probability that Jane will be
selected and the probability that a girl will be selected.
enumeration CC.7.SP.7b
Common Core State Standards Math - Develop a probability
model (which may not be uniform) by observing frequencies in data generated
from a chance process. For example, find the approximate probability that a
spinning penny will land heads up or that a tossed paper cup will land
open-end down. Do the outcomes for the spinning penny appear to be equally
likely based on the observed frequencies?
enumeration CC.7.SP.8
Common Core State Standards Math - Investigate chance
processes and develop, use, and evaluate probability models. Find
probabilities of compound events using organized lists, tables, tree
diagrams, and simulation.
enumeration CC.7.SP.8a
Common Core State Standards Math - Understand that, just as
with simple events, the probability of a compound event is the fraction of
outcomes in the sample space for which the compound event occurs.
enumeration CC.7.SP.8b
Common Core State Standards Math - Represent sample spaces
for compound events using methods such as organized lists, tables and tree
diagrams. For an event described in everyday language (e.g., “rolling double
sixes”), identify the outcomes in the sample space which compose the event.
enumeration CC.7.SP.8c
Common Core State Standards Math - Design and use a
simulation to generate frequencies for compound events. For example, use
random digits as a simulation tool to approximate the answer to the
question: If 40% of donors have type A blood, what is the probability that
it will take at least 4 donors to find one with type A blood?
enumeration CC.8.NS.1.
Common Core State Standards Math - Know that there are
numbers that are not rational, and approximate them by rational numbers.
Know that numbers that are not rational are called irrational. Understand
informally that every number has a decimal expansion; for rational numbers
show that the decimal expansion repeats eventually, and convert a decimal
expansion which repeats eventually into a rational number.
enumeration CC.8.NS.2
Common Core State Standards Math - Know that there are
numbers that are not rational, and approximate them by rational numbers. Use
rational approximations of irrational numbers to compare the size of
irrational numbers, locate them approximately on a number line diagram, and
estimate the value of expressions (e.g., π^2). For example, by truncating
the decimal expansion of √2 (square root of 2), show that √2 is between 1
and 2, then between 1.4 and 1.5, and explain how to continue on to get
better approximations.
enumeration CC.8.EE.1
Common Core State Standards Math - Work with radicals and
integer exponents. Know and apply the properties of integer exponents to
generate equivalent numerical expressions. For example, 3^2 × 3^(–5) =
3^(–3) = 1/(3^3) = 1/27.
enumeration CC.8.EE.2
Common Core State Standards Math - Work with radicals and
integer exponents. Use square root and cube root symbols to represent
solutions to equations of the form x^2 = p and x^3 = p, where p is a
positive rational number. Evaluate square roots of small perfect squares and
cube roots of small perfect cubes. Know that √2 is irrational.
enumeration CC.8.EE.3
Common Core State Standards Math - Work with radicals and
integer exponents. Use numbers expressed in the form of a single digit times
an integer power of 10 to estimate very large or very small quantities, and
to express how many times as much one is than the other. For example,
estimate the population of the United States as 3 × 10^8 and the population
of the world as 7 × 10^9, and determine that the world population is more
than 20 times larger.
enumeration CC.8.EE.4
Common Core State Standards Math - Work with radicals and
integer exponents. Perform operations with numbers expressed in scientific
notation, including problems where both decimal and scientific notation are
used. Use scientific notation and choose units of appropriate size for
measurements of very large or very small quantities (e.g., use millimeters
per year for seafloor spreading). Interpret scientific notation that has
been generated by technology.
enumeration CC.8.EE.5
Common Core State Standards Math - Understand the connections
between proportional relationships, lines, and linear equations. Graph
proportional relationships, interpreting the unit rate as the slope of the
graph. Compare two different proportional relationships represented in
different ways. For example, compare a distance-time graph to a
distance-time equation to determine which of two moving objects has greater
speed.
enumeration CC.8.EE.6
Common Core State Standards Math - Understand the connections
between proportional relationships, lines, and linear equations. Use similar
triangles to explain why the slope m is the same between any two distinct
points on a non-vertical line in the coordinate plane; derive the equation y
=mx for a line through the origin and the equation y = mx + b for a line
intercepting the vertical axis at b.
enumeration CC.8.EE.7
Common Core State Standards Math - Analyze and solve linear
equations and pairs of simultaneous linear equations. Solve linear equations
in one variable.
enumeration CC.8.EE.7a
Common Core State Standards Math - Give examples of linear
equations in one variable with one solution, infinitely many solutions, or
no solutions. Show which of these possibilities is the case by successively
transforming the given equation into simpler forms, until an equivalent
equation of the form x = a, a = a, or a = b results (where a and b are
different numbers).
enumeration CC.8.EE.7b
Common Core State Standards Math - Solve linear equations
with rational number coefficients, including equations whose solutions
require expanding expressions using the distributive property and collecting
like terms.
enumeration CC.8.EE.8
Common Core State Standards Math - Analyze and solve linear
equations and pairs of simultaneous linear equations. Analyze and solve
pairs of simultaneous linear equations.
enumeration CC.8.EE.8a
Common Core State Standards Math - Understand that solutions
to a system of two linear equations in two variables correspond to points of
intersection of their graphs, because points of intersection satisfy both
equations simultaneously.
enumeration CC.8.EE.8b
Common Core State Standards Math - Solve systems of two
linear equations in two variables algebraically, and estimate solutions by
graphing the equations. Solve simple cases by inspection. For example, 3x +
2y = 5 and 3x + 2y = 6 have no solution because 3x + 2y cannot
simultaneously be 5 and 6.
enumeration CC.8.EE.8c
Common Core State Standards Math - Solve real-world and
mathematical problems leading to two linear equations in two variables. For
example, given coordinates for two pairs of points, determine whether the
line through the first pair of points intersects the line through the second
pair.
enumeration CC.8.F.1
Common Core State Standards Math - Define, evaluate, and
compare functions. Understand that a function is a rule that assigns to each
input exactly one output. The graph of a function is the set of ordered
pairs consisting of an input and the corresponding output. (Function
notation is not required in Grade 8.)
enumeration CC.8.F.2
Common Core State Standards Math - Define, evaluate, and
compare functions. Compare properties of two functions each represented in a
different way (algebraically, graphically, numerically in tables, or by
verbal descriptions). For example, given a linear function represented by a
table of values and a linear function represented by an algebraic
expression, determine which function has the greater rate of change.
enumeration CC.8.F.3
Common Core State Standards Math - Define, evaluate, and
compare functions. Interpret the equation y = mx + b as defining a linear
function, whose graph is a straight line; give examples of functions that
are not linear. For example, the function A = s^2 giving the area of a
square as a function of its side length is not linear because its graph
contains the points (1,1), (2,4) and (3,9), which are not on a straight
line.
enumeration CC.8.F.4
Common Core State Standards Math - Use functions to model
relationships between quantities. Construct a function to model a linear
relationship between two quantities. Determine the rate of change and
initial value of the function from a description of a relationship or from
two (x, y) values, including reading these from a table or from a graph.
Interpret the rate of change and initial value of a linear function in terms
of the situation it models, and in terms of its graph or a table of values.
enumeration CC.8.F.5
Common Core State Standards Math - Use functions to model
relationships between quantities. Describe qualitatively the functional
relationship between two quantities by analyzing a graph (e.g., where the
function is increasing or decreasing, linear or nonlinear). Sketch a graph
that exhibits the qualitative features of a function that has been described
verbally.
enumeration CC.8.G.1
Common Core State Standards Math - Understand congruence and
similarity using physical models, transparencies, or geometry software.
Verify experimentally the properties of rotations, reflections, and
translations: -- a. Lines are taken to lines, and line segments to line
segments of the same length. -- b. Angles are taken to angles of the same
measure. -- c. Parallel lines are taken to parallel lines.
enumeration CC.8.G.2
Common Core State Standards Math - Understand congruence and
similarity using physical models, transparencies, or geometry software.
Understand that a two-dimensional figure is congruent to another if the
second can be obtained from the first by a sequence of rotations,
reflections, and translations; given two congruent figures, describe a
sequence that exhibits the congruence between them.
enumeration CC.8.G.3
Common Core State Standards Math - Understand congruence and
similarity using physical models, transparencies, or geometry software.
Describe the effect of dilations, translations, rotations and reflections on
two-dimensional figures using coordinates.
enumeration CC.8.G.4
Common Core State Standards Math - Understand congruence and
similarity using physical models, transparencies, or geometry software.
Understand that a two-dimensional figure is similar to another if the second
can be obtained from the first by a sequence of rotations, reflections,
translations, and dilations; given two similar two-dimensional figures,
describe a sequence that exhibits the similarity between them.
enumeration CC.8.G.5
Common Core State Standards Math - Understand congruence and
similarity using physical models, transparencies, or geometry software. Use
informal arguments to establish facts about the angle sum and exterior angle
of triangles, about the angles created when parallel lines are cut by a
transversal, and the angle-angle criterion for similarity of triangles. For
example, arrange three copies of the same triangle so that the three angles
appear to form a line, and give an argument in terms of transversals why
this is so.
enumeration CC.8.G.6
Common Core State Standards Math - Understand and apply the
Pythagorean Theorem. Explain a proof of the Pythagorean Theorem and its
converse.
enumeration CC.8.G.7
Common Core State Standards Math - Understand and apply the
Pythagorean Theorem. Apply the Pythagorean Theorem to determine unknown side
lengths in right triangles in real-world and mathematical problems in two
and three dimensions.
enumeration CC.8.G.8
Common Core State Standards Math - Understand and apply the
Pythagorean Theorem. Apply the Pythagorean Theorem to find the distance
between two points in a coordinate system.
enumeration CC.8.G.9
Common Core State Standards Math - Solve real-world and
mathematical problems involving volume of cylinders, cones and spheres. Know
the formulas for the volume of cones, cylinders, and spheres and use them to
solve real-world and mathematical problems.
enumeration CC.8.SP.1
Common Core State Standards Math - Investigate patterns of
association in bivariate data. Construct and interpret scatter plots for
bivariate measurement data to investigate patterns of association between
two quantities. Describe patterns such as clustering, outliers, positive or
negative association, linear association, and nonlinear association.
enumeration CC.8.SP.2
Common Core State Standards Math - Investigate patterns of
association in bivariate data. Know that straight lines are widely used to
model relationships between two quantitative variables. For scatter plots
that suggest a linear association, informally fit a straight line, and
informally assess the model fit by judging the closeness of the data points
to the line.
enumeration CC.8.SP.3
Common Core State Standards Math - Investigate patterns of
association in bivariate data. Use the equation of a linear model to solve
problems in the context of bivariate measurement data, interpreting the
slope and intercept. For example, in a linear model for a biology
experiment, interpret a slope of 1.5 cm/hr as meaning that an additional
hour of sunlight each day is associated with an additional 1.5 cm in mature
plant height.
enumeration CC.8.SP.4
Common Core State Standards Math - Investigate patterns of
association in bivariate data. Understand that patterns of association can
also be seen in bivariate categorical data by displaying frequencies and
relative frequencies in a two-way table. Construct and interpret a two-way
table summarizing data on two categorical variables collected from the same
subjects. Use relative frequencies calculated for rows or columns to
describe possible association between the two variables. For example,
collect data from students in your class on whether or not they have a
curfew on school nights and whether or not they have assigned chores at
home. Is there evidence that those who have a curfew also tend to have
chores?
enumeration CC.HSN.RN.1
Common Core State Standards Math - Extend the properties of
exponents to rational exponents. Explain how the definition of the meaning
of rational exponents follows from extending the properties of integer
exponents to those values, allowing for a notation for radicals in terms of
rational exponents. For example, we define 5^(1/3) to be the cube root of 5
because we want [5^(1/3)]^3 = 5^[(1/3) x 3] to hold, so [5^(1/3)]^3 must
equal 5.
enumeration CC.HSN.RN.2
Common Core State Standards Math - Extend the properties of
exponents to rational exponents. Rewrite expressions involving radicals and
rational exponents using the properties of exponents.
enumeration CC.HSN.RN.3
Common Core State Standards Math - Use properties of rational
and irrational numbers. Explain why the sum or product of rational numbers
is rational; that the sum of a rational number and an irrational number is
irrational; and that the product of a nonzero rational number and an
irrational number is irrational.
enumeration CC.HSN.Q.1
Common Core State Standards Math - Reason quantitatively and
use units to solve problems. Use units as a way to understand problems and
to guide the solution of multi-step problems; choose and interpret units
consistently in formulas; choose and interpret the scale and the origin in
graphs and data displays.*
enumeration CC.HSN.Q.2
Common Core State Standards Math - Reason quantitatively and
use units to solve problems. Define appropriate quantities for the purpose
of descriptive modeling.*
enumeration CC.HSN.Q.3
Common Core State Standards Math - Reason quantitatively and
use units to solve problems. Choose a level of accuracy appropriate to
limitations on measurement when reporting quantities.*
enumeration CC.HSN.CN.1
Common Core State Standards Math - Perform arithmetic
operations with complex numbers. Know there is a complex number i such that
i^2 = −1, and every complex number has the form a + bi with a and b real.
enumeration CC.HSN.CN.2
Common Core State Standards Math - Perform arithmetic
operations with complex numbers. Use the relation i^2 = –1 and the
commutative, associative, and distributive properties to add, subtract, and
multiply complex numbers.
enumeration CC.HSN.CN.3
Common Core State Standards Math - (+) Perform arithmetic
operations with complex numbers. Find the conjugate of a complex number; use
conjugates to find moduli and quotients of complex numbers.
enumeration CC.HSN.CN.4
Common Core State Standards Math - (+) Represent complex
numbers and their operations on the complex plane. Represent complex numbers
on the complex plane in rectangular and polar form (including real and
imaginary numbers), and explain why the rectangular and polar forms of a
given complex number represent the same number.
enumeration CC.HSN.CN.5
Common Core State Standards Math - (+) Represent complex
numbers and their operations on the complex plane. Represent addition,
subtraction, multiplication, and conjugation of complex numbers
geometrically on the complex plane; use properties of this representation
for computation. For example, (-1 + √3i)^3 = 8 because (-1 + √3i) has
modulus 2 and argument 120°.
enumeration CC.HSN.CN.6
Common Core State Standards Math - (+) Represent complex
numbers and their operations on the complex plane. Calculate the distance
between numbers in the complex plane as the modulus of the difference, and
the midpoint of a segment as the average of the numbers at its endpoints.
enumeration CC.HSN.CN.7
Common Core State Standards Math - Use complex numbers in
polynomial identities and equations. Solve quadratic equations with real
coefficients that have complex solutions.
enumeration CC.HSN.CN.8
Common Core State Standards Math - (+) Use complex numbers in
polynomial identities and equations. Extend polynomial identities to the
complex numbers. For example, rewrite x^2 + 4 as (x + 2i)(x – 2i).
enumeration CC.HSN.CN.9
Common Core State Standards Math - (+) Use complex numbers in
polynomial identities and equations. Know the Fundamental Theorem of
Algebra; show that it is true for quadratic polynomials.
enumeration CC.HSN.VM.1
Common Core State Standards Math - (+) Represent and model
with vector quantities. Recognize vector quantities as having both magnitude
and direction. Represent vector quantities by directed line segments, and
use appropriate symbols for vectors and their magnitudes (e.g., v(bold),
|v|, ||v||, v(not bold)).
enumeration CC.HSN.VM.2
Common Core State Standards Math - (+) Represent and model
with vector quantities. Find the components of a vector by subtracting the
coordinates of an initial point from the coordinates of a terminal point.
enumeration CC.HSN.VM.3
Common Core State Standards Math - (+) Represent and model
with vector quantities. Solve problems involving velocity and other
quantities that can be represented by vectors.
enumeration CC.HSN.VM.4
Common Core State Standards Math - (+) Perform operations on
vectors. Add and subtract vectors.
enumeration CC.HSN.VM.4a
Common Core State Standards Math - (+) Add vectors
end-to-end, component-wise, and by the parallelogram rule. Understand that
the magnitude of a sum of two vectors is typically not the sum of the
magnitudes.
enumeration CC.HSN.VM.4b
Common Core State Standards Math - (+) Given two vectors in
magnitude and direction form, determine the magnitude and direction of their
sum.
enumeration CC.HSN.VM.4c
Common Core State Standards Math - (+) Understand vector
subtraction v – w as v + (–w), where (–w) is the additive inverse of w, with
the same magnitude as w and pointing in the opposite direction. Represent
vector subtraction graphically by connecting the tips in the appropriate
order, and perform vector subtraction component-wise.
enumeration CC.HSN.VM.5
Common Core State Standards Math - (+) Perform operations on
vectors. Multiply a vector by a scalar.
enumeration CC.HSN.VM.5a
Common Core State Standards Math - (+) Represent scalar
multiplication graphically by scaling vectors and possibly reversing their
direction; perform scalar multiplication component-wise, e.g., as c(v(sub
x), v(sub y)) = (cv(sub x), cv(sub y)).
enumeration CC.HSN.VM.5b
Common Core State Standards Math - (+) Compute the magnitude
of a scalar multiple cv using ||cv|| = |c|v. Compute the direction of cv
knowing that when |c|v ≠ 0, the direction of cv is either along v (for c >
0) or against v (for c < 0).
enumeration CC.HSN.VM.6
Common Core State Standards Math - (+) Perform operations on
matrices and use matrices in applications. Use matrices to represent and
manipulate data, e.g., to represent payoffs or incidence relationships in a
network.
enumeration CC.HSN.VM.7
Common Core State Standards Math - (+) Perform operations on
matrices and use matrices in applications. Multiply matrices by scalars to
produce new matrices, e.g., as when all of the payoffs in a game are
doubled.
enumeration CC.HSN.VM.8
Common Core State Standards Math - (+) Perform operations on
matrices and use matrices in applications. Add, subtract, and multiply
matrices of appropriate dimensions.
enumeration CC.HSN.VM.9
Common Core State Standards Math - (+) Perform operations on
matrices and use matrices in applications. Understand that, unlike
multiplication of numbers, matrix multiplication for square matrices is not
a commutative operation, but still satisfies the associative and
distributive properties.
enumeration CC.HSN.VM.10
Common Core State Standards Math - (+) Perform operations on
matrices and use matrices in applications. Understand that the zero and
identity matrices play a role in matrix addition and multiplication similar
to the role of 0 and 1 in the real numbers. The determinant of a square
matrix is nonzero if and only if the matrix has a multiplicative inverse.
enumeration CC.HSN.VM.11
Common Core State Standards Math - (+) Perform operations on
matrices and use matrices in applications. Multiply a vector (regarded as a
matrix with one column) by a matrix of suitable dimensions to produce
another vector. Work with matrices as transformations of vectors.
enumeration CC.HSN.VM.12
Common Core State Standards Math - (+) Perform operations on
matrices and use matrices in applications. Work with 2 X 2 matrices as
transformations of the plane, and interpret the absolute value of the
determinant in terms of area.
enumeration CC.HSA.SSE.1
Common Core State Standards Math - Interpret the structure of
expressions. Interpret expressions that represent a quantity in terms of its
context.*
enumeration CC.HSA.SSE.1a
Common Core State Standards Math - Interpret parts of an
expression, such as terms, factors, and coefficients.*
enumeration CC.HSA.SSE.1b
Common Core State Standards Math - Interpret complicated
expressions by viewing one or more of their parts as a single entity. For
example, interpret P(1+r)^n as the product of P and a factor not depending
on P.*
enumeration CC.HSA.SSE.2
Common Core State Standards Math - Interpret the structure of
expressions. Use the structure of an expression to identify ways to rewrite
it. For example, see x^4 – y^4 as (x^2)^2 – (y^2)^2, thus recognizing it as
a difference of squares that can be factored as (x^2 – y^2)(x^2 + y^2).
enumeration CC.HSA.SSE.3
Common Core State Standards Math - Write expressions in
equivalent forms to solve problems. Choose and produce an equivalent form of
an expression to reveal and explain properties of the quantity represented
by the expression.*
enumeration CC.HSA.SSE.3a
Common Core State Standards Math - Factor a quadratic
expression to reveal the zeros of the function it defines.*
enumeration CC.HSA.SSE.3b
Common Core State Standards Math - Complete the square in a
quadratic expression to reveal the maximum or minimum value of the function
it defines.*
enumeration CC.HSA.SSE.3c
Common Core State Standards Math - Use the properties of
exponents to transform expressions for exponential functions. For example
the expression 1.15^t can be rewritten as [1.15^(1/12)]^(12t) ≈ 1.012^(12t)
to reveal the approximate equivalent monthly interest rate if the annual
rate is 15%.*
enumeration CC.HSA.SSE.4
Common Core State Standards Math - Write expressions in
equivalent forms to solve problems. Derive the formula for the sum of a
finite geometric series (when the common ratio is not 1), and use the
formula to solve problems. For example, calculate mortgage payments.*
enumeration CC.HSA.APR.1
Common Core State Standards Math - Perform arithmetic
operations on polynomials. Understand that polynomials form a system
analogous to the integers, namely, they are closed under the operations of
addition, subtraction, and multiplication; add, subtract, and multiply
polynomials.
enumeration CC.HSA.APR.2
Common Core State Standards Math - Understand the
relationship between zeros and factors of polynomial. Know and apply the
Remainder Theorem: For a polynomial p(x) and a number a, the remainder on
division by x – a is p(a), so p(a) = 0 if and only if (x – a) is a factor of
p(x).
enumeration CC.HSA.APR.3
Common Core State Standards Math - Understand the
relationship between zeros and factors of polynomials. Identify zeros of
polynomials when suitable factorizations are available, and use the zeros to
construct a rough graph of the function defined by the polynomial.
enumeration CC.HSA.APR.4
Common Core State Standards Math - Use polynomial identities
to solve problems. Prove polynomial identities and use them to describe
numerical relationships. For example, the polynomial identity (x^2 + y^2)^2
= (x^2 – y^2)^2 + (2xy)^2 can be used to generate Pythagorean triples.
enumeration CC.HSA.APR.5
Common Core State Standards Math - (+) Use polynomial
identities to solve problems. Know and apply that the Binomial Theorem gives
the expansion of (x + y)^n in powers of x and y for a positive integer n,
where x and y are any numbers, with coefficients determined for example by
Pascal’s Triangle. (The Binomial Theorem can be proved by mathematical
induction or by a combinatorial argument.)
enumeration CC.HSA.APR.6
Common Core State Standards Math - Rewrite rational
expressions. Rewrite simple rational expressions in different forms; write
a(x)/b(x) in the form q(x) + r(x)/b(x), where a(x), b(x), q(x), and r(x) are
polynomials with the degree of r(x) less than the degree of b(x), using
inspection, long division, or, for the more complicated examples, a computer
algebra system.
enumeration CC.HSA.APR.7
Common Core State Standards Math - (+) Rewrite rational
expressions. Understand that rational expressions form a system analogous to
the rational numbers, closed under addition, subtraction, multiplication,
and division by a nonzero rational expression; add, subtract, multiply, and
divide rational expressions.
enumeration CC.HSA.CED.1
Common Core State Standards Math - Create equations that
describe numbers or relationship. Create equations and inequalities in one
variable and use them to solve problems. Include equations arising from
linear and quadratic functions, and simple rational and exponential
functions.*
enumeration CC.HSA.CED.2
Common Core State Standards Math - Create equations that
describe numbers or relationship. Create equations in two or more variables
to represent relationships between quantities; graph equations on coordinate
axes with labels and scales.*
enumeration CC.HSA.CED.3
Common Core State Standards Math - Create equations that
describe numbers or relationship. Represent constraints by equations or
inequalities, and by systems of equations and/or inequalities, and interpret
solutions as viable or non-viable options in a modeling context. For
example, represent inequalities describing nutritional and cost constraints
on combinations of different foods.*
enumeration CC.HSA.CED.4
Common Core State Standards Math - Create equations that
describe numbers or relationship. Rearrange formulas to highlight a quantity
of interest, using the same reasoning as in solving equations. For example,
rearrange Ohm’s law V = IR to highlight resistance R.*
enumeration CC.HSA.REI.1
Common Core State Standards Math - Understand solving
equations as a process of reasoning and explain the reasoning. Explain each
step in solving a simple equation as following from the equality of numbers
asserted at the previous step, starting from the assumption that the
original equation has a solution. Construct a viable argument to justify a
solution method.
enumeration CC.HSA.REI.2
Common Core State Standards Math - Understand solving
equations as a process of reasoning and explain the reasoning. Solve simple
rational and radical equations in one variable, and give examples showing
how extraneous solutions may arise.
enumeration CC.HSA.REI.3
Common Core State Standards Math - Solve equations and
inequalities in one variable. Solve linear equations and inequalities in one
variable, including equations with coefficients represented by letters.
enumeration CC.HSA.REI.4
Common Core State Standards Math - Solve equations and
inequalities in one variable. Solve quadratic equations in one variable.
enumeration CC.HSA.REI.4a
Common Core State Standards Math - Use the method of
completing the square to transform any quadratic equation in x into an
equation of the form (x – p)^2 = q that has the same solutions. Derive the
quadratic formula from this form.
enumeration CC.HSA.REI.4b
Common Core State Standards Math - Solve quadratic equations
by inspection (e.g., for x^2 = 49), taking square roots, completing the
square, the quadratic formula and factoring, as appropriate to the initial
form of the equation. Recognize when the quadratic formula gives complex
solutions and write them as a ± bi for real numbers a and b.
enumeration CC.HSA.REI.5
Common Core State Standards Math - Solve systems of
equations. Prove that, given a system of two equations in two variables,
replacing one equation by the sum of that equation and a multiple of the
other produces a system with the same solutions.
enumeration CC.HSA.REI.6
Common Core State Standards Math - Solve systems of
equations. Solve systems of linear equations exactly and approximately
(e.g., with graphs), focusing on pairs of linear equations in two variables.
enumeration CC.HSA.REI.7
Common Core State Standards Math - Solve systems of
equations. Solve a simple system consisting of a linear equation and a
quadratic equation in two variables algebraically and graphically. For
example, find the points of intersection between the line y = –3x and the
circle x^2 + y^2 = 3.
enumeration CC.HSA.REI.8
Common Core State Standards Math - (+) Solve systems of
equations. Represent a system of linear equations as a single matrix
equation in a vector variable.
enumeration CC.HSA.REI.9
Common Core State Standards Math - (+) Solve systems of
equations. Find the inverse of a matrix if it exists and use it to solve
systems of linear equations (using technology for matrices of dimension 3 ×
3 or greater).
enumeration CC.HSA.REI.10
Common Core State Standards Math - Represent and solve
equations and inequalities graphically. Understand that the graph of an
equation in two variables is the set of all its solutions plotted in the
coordinate plane, often forming a curve (which could be a line).
enumeration CC.HSA.REI.11
Common Core State Standards Math - Represent and solve
equations and inequalities graphically. Explain why the x-coordinates of the
points where the graphs of the equations y = f(x) and y = g(x) intersect are
the solutions of the equation f(x) = g(x); find the solutions approximately,
e.g., using technology to graph the functions, make tables of values, or
find successive approximations. Include cases where f(x) and/or g(x) are
linear, polynomial, rational, absolute value, exponential, and logarithmic
functions.*
enumeration CC.HSA.REI.12
Common Core State Standards Math - Represent and solve
equations and inequalities graphically. Graph the solutions to a linear
inequality in two variables as a half-plane (excluding the boundary in the
case of a strict inequality), and graph the solution set to a system of
linear inequalities in two variables as the intersection of the
corresponding half-planes.
enumeration CC.HSF.IF.1
Common Core State Standards Math - Understand the concept of
a function and use function notation. Understand that a function from one
set (called the domain) to another set (called the range) assigns to each
element of the domain exactly one element of the range. If f is a function
and x is an element of its domain, then f(x) denotes the output of f
corresponding to the input x. The graph of f is the graph of the equation y
= f(x).
enumeration CC.HSF.IF.2
Common Core State Standards Math - Understand the concept of
a function and use function notation. Use function notation, evaluate
functions for inputs in their domains, and interpret statements that use
function notation in terms of a context.
enumeration CC.HSF.IF.3
Common Core State Standards Math - Understand the concept of
a function and use function notation. Recognize that sequences are
functions, sometimes defined recursively, whose domain is a subset of the
integers. For example, the Fibonacci sequence is defined recursively by f(0)
= f(1) = 1, f(n+1) = f(n) + f(n-1) for n ≥ 1 (n is greater than or equal to
1).
enumeration CC.HSF.IF.4
Common Core State Standards Math - Interpret functions that
arise in applications in terms of the context. For a function that models a
relationship between two quantities, interpret key features of graphs and
tables in terms of the quantities, and sketch graphs showing key features
given a verbal description of the relationship. Key features include:
intercepts; intervals where the function is increasing, decreasing,
positive, or negative; relative maximums and minimums; symmetries; end
behavior; and periodicity.*
enumeration CC.HSF.IF.5
Common Core State Standards Math - Interpret functions that
arise in applications in terms of the context. Relate the domain of a
function to its graph and, where applicable, to the quantitative
relationship it describes. For example, if the function h(n) gives the
number of person-hours it takes to assemble n engines in a factory, then the
positive integers would be an appropriate domain for the function.*
enumeration CC.HSF.IF.6
Common Core State Standards Math - Interpret functions that
arise in applications in terms of the context. Calculate and interpret the
average rate of change of a function (presented symbolically or as a table)
over a specified interval. Estimate the rate of change from a graph.*
enumeration CC.HSF.IF.7
Common Core State Standards Math - Analyze functions using
different representations. Graph functions expressed symbolically and show
key features of the graph, by hand in simple cases and using technology for
more complicated cases.*
enumeration CC.HSF.IF.7a
Common Core State Standards Math - Graph linear and quadratic
functions and show intercepts, maxima, and minima.*
enumeration CC.HSF.IF.7b
Common Core State Standards Math - Graph square root, cube
root, and piecewise-defined functions, including step functions and absolute
value functions.*
enumeration CC.HSF.IF.7c
Common Core State Standards Math - Graph polynomial
functions, identifying zeros when suitable factorizations are available, and
showing end behavior.*
enumeration CC.HSF.IF.7d
Common Core State Standards Math - (+) Graph rational
functions, identifying zeros and asymptotes when suitable factorizations are
available, and showing end behavior.*
enumeration CC.HSF.IF.7e
Common Core State Standards Math - Graph exponential and
logarithmic functions, showing intercepts and end behavior, and
trigonometric functions, showing period, midline, and amplitude.*
enumeration CC.HSF.IF.8
Common Core State Standards Math - Analyze functions using
different representations. Write a function defined by an expression in
different but equivalent forms to reveal and explain different properties of
the function.
enumeration CC.HSF.IF.8a
Common Core State Standards Math - Use the process of
factoring and completing the square in a quadratic function to show zeros,
extreme values, and symmetry of the graph, and interpret these in terms of a
context.
enumeration CC.HSF.IF.8b
Common Core State Standards Math - Use the properties of
exponents to interpret expressions for exponential functions. For example,
identify percent rate of change in functions such as y = (1.02)^t, y =
(0.97)^t, y = (1.01)^(12t), y = (1.2)^(t/10), and classify them as
representing exponential growth and decay.
enumeration CC.HSF.IF.9
Common Core State Standards Math - Analyze functions using
different representations. Compare properties of two functions each
represented in a different way (algebraically, graphically, numerically in
tables, or by verbal descriptions). For example, given a graph of one
quadratic function and an algebraic expression for another, say which has
the larger maximum.
enumeration CC.HSF.BF.1
Common Core State Standards Math - Build a function that
models a relationship between two quantities. Write a function that
describes a relationship between two quantities.*
enumeration CC.HSF.BF.1a
Common Core State Standards Math - Determine an explicit
expression, a recursive process, or steps for calculation from a context.
enumeration CC.HSF.BF.1b
Common Core State Standards Math - Combine standard function
types using arithmetic operations. For example, build a function that models
the temperature of a cooling body by adding a constant function to a
decaying exponential, and relate these functions to the model.
enumeration CC.HSF.BF.1c
Common Core State Standards Math - (+) Compose functions. For
example, if T(y) is the temperature in the atmosphere as a function of
height, and h(t) is the height of a weather balloon as a function of time,
then T(h(t)) is the temperature at the location of the weather balloon as a
function of time.
enumeration CC.HSF.BF.2
Common Core State Standards Math - Build a function that
models a relationship between two quantities. Write arithmetic and geometric
sequences both recursively and with an explicit formula, use them to model
situations, and translate between the two forms.*
enumeration CC.HSF.BF.3
Common Core State Standards Math - Build new functions from
existing functions. Identify the effect on the graph of replacing f(x) by
f(x) + k, k f(x), f(kx), and f(x + k) for specific values of k (both
positive and negative); find the value of k given the graphs. Experiment
with cases and illustrate an explanation of the effects on the graph using
technology. Include recognizing even and odd functions from their graphs and
algebraic expressions for them.
enumeration CC.HSF.BF.4
Common Core State Standards Math - Build new functions from
existing functions. Find inverse functions.
enumeration CC.HSF.BF.4a
Common Core State Standards Math - Solve an equation of the
form f(x) = c for a simple function f that has an inverse and write an
expression for the inverse. For example, f(x) =2(x^3) or f(x) = (x+1)/(x-1)
for x ≠ 1 (x not equal to 1).
enumeration CC.HSF.BF.4b
Common Core State Standards Math - (+) Verify by composition
that one function is the inverse of another.
enumeration CC.HSF.BF.4c
Common Core State Standards Math - (+) Read values of an
inverse function from a graph or a table, given that the function has an
inverse.
enumeration CC.HSF.BF.4d
Common Core State Standards Math - (+) Produce an invertible
function from a non-invertible function by restricting the domain.
enumeration CC.HSF.BF.5
Common Core State Standards Math - (+) Understand the inverse
relationship between exponents and logarithms and use this relationship to
solve problems involving logarithms and exponents.
enumeration CC.HSF.LE.1
Common Core State Standards Math - Construct and compare
linear, quadratic, and exponential models and solve problems. Distinguish
between situations that can be modeled with linear functions and with
exponential functions.*
enumeration CC.HSF.LE.1a
Common Core State Standards Math - Prove that linear
functions grow by equal differences over equal intervals and that
exponential functions grow by equal factors over equal intervals.*
enumeration CC.HSF.LE.1b.
Common Core State Standards Math - Recognize situations in
which one quantity changes at a constant rate per unit interval relative to
another.*
enumeration CC.HSF.LE.1c
Common Core State Standards Math - Recognize situations in
which a quantity grows or decays by a constant percent rate per unit
interval relative to another.*
enumeration CC.HSF.LE.2
Common Core State Standards Math - Construct and compare
linear, quadratic, and exponential models and solve problems. Construct
linear and exponential functions, including arithmetic and geometric
sequences, given a graph, a description of a relationship, or two
input-output pairs (include reading these from a table).*
enumeration CC.HSF.LE.3
Common Core State Standards Math - Construct and compare
linear, quadratic, and exponential models and solve problems. Observe using
graphs and tables that a quantity increasing exponentially eventually
exceeds a quantity increasing linearly, quadratically, or (more generally)
as a polynomial function.*
enumeration CC.HSF.LE.4
Common Core State Standards Math - Construct and compare
linear, quadratic, and exponential models and solve problems. For
exponential models, express as a logarithm the solution to ab^(ct) = d where
a, c, and d are numbers and the base b is 2, 10, or e; evaluate the
logarithm using technology.*
enumeration CC.HSF.LE.5
Common Core State Standards Math - Construct and compare
linear, quadratic, and exponential models and solve problems. Interpret the
parameters in a linear or exponential function in terms of a context.*
enumeration CC.HSF.TF.1
Common Core State Standards Math - Extend the domain of
trigonometric functions using the unit circle. Understand radian measure of
an angle as the length of the arc on the unit circle subtended by the angle.
enumeration CC.HSF.TF.2
Common Core State Standards Math - Extend the domain of
trigonometric functions using the unit circle. Explain how the unit circle
in the coordinate plane enables the extension of trigonometric functions to
all real numbers, interpreted as radian measures of angles traversed
counterclockwise around the unit circle.
enumeration CC.HSF.TF.3
Common Core State Standards Math - (+) Extend the domain of
trigonometric functions using the unit circle. Use special triangles to
determine geometrically the values of sine, cosine, tangent for π/3, π/4 and
π/6, and use the unit circle to express the values of sine, cosine, and
tangent for π - x, π + x, and 2π - x in terms of their values for x, where x
is any real number.
enumeration CC.HSF.TF.4
Common Core State Standards Math - (+) Extend the domain of
trigonometric functions using the unit circle. Use the unit circle to
explain symmetry (odd and even) and periodicity of trigonometric functions.
enumeration CC.HSF.TF.5
Common Core State Standards Math - Model periodic phenomena
with trigonometric functions. Choose trigonometric functions to model
periodic phenomena with specified amplitude, frequency, and midline.*
enumeration CC.HSF.TF.6
Common Core State Standards Math - (+) Model periodic
phenomena with trigonometric functions. Understand that restricting a
trigonometric function to a domain on which it is always increasing or
always decreasing allows its inverse to be constructed.
enumeration CC.HSF.TF.7
Common Core State Standards Math - (+) Model periodic
phenomena with trigonometric functions. Use inverse functions to solve
trigonometric equations that arise in modeling contexts; evaluate the
solutions using technology, and interpret them in terms of the context.*
enumeration CC.HSF.TF.8
Common Core State Standards Math - Prove and apply
trigonometric identities. Prove the Pythagorean identity (sin A)^2 + (cos
A)^2 = 1 and use it to find sin A, cos A, or tan A, given sin A, cos A, or
tan A, and the quadrant of the angle.
enumeration CC.HSF.TF.9
Common Core State Standards Math - (+) Prove and apply
trigonometric identities. Prove the addition and subtraction formulas for
sine, cosine, and tangent and use them to solve problems.
enumeration CC.HSG.CO.1
Common Core State Standards Math - Experiment with
transformations in the plane. Know precise definitions of angle, circle,
perpendicular line, parallel line, and line segment, based on the undefined
notions of point, line, distance along a line, and distance around a
circular arc.
enumeration CC.HSG.CO.2
Common Core State Standards Math - Experiment with
transformations in the plane. Represent transformations in the plane using,
e.g., transparencies and geometry software; describe transformations as
functions that take points in the plane as inputs and give other points as
outputs. Compare transformations that preserve distance and angle to those
that do not (e.g., translation versus horizontal stretch).
enumeration CC.HSG.CO.3
Common Core State Standards Math - Experiment with
transformations in the plane. Given a rectangle, parallelogram, trapezoid,
or regular polygon, describe the rotations and reflections that carry it
onto itself.
enumeration CC.HSG.CO.4
Common Core State Standards Math - Experiment with
transformations in the plane. Develop definitions of rotations, reflections,
and translations in terms of angles, circles, perpendicular lines, parallel
lines, and line segments.
enumeration CC.HSG.CO.5
Common Core State Standards Math - Experiment with
transformations in the plane. Given a geometric figure and a rotation,
reflection, or translation, draw the transformed figure using, e.g., graph
paper, tracing paper, or geometry software. Specify a sequence of
transformations that will carry a given figure onto another.
enumeration CC.HSG.CO.6
Common Core State Standards Math - Understand congruence in
terms of rigid motions. Use geometric descriptions of rigid motions to
transform figures and to predict the effect of a given rigid motion on a
given figure; given two figures, use the definition of congruence in terms
of rigid motions to decide if they are congruent.
enumeration CC.HSG.CO.7
Common Core State Standards Math - Understand congruence in
terms of rigid motions. Use the definition of congruence in terms of rigid
motions to show that two triangles are congruent if and only if
corresponding pairs of sides and corresponding pairs of angles are
congruent.
enumeration CC.HSG.CO.8
Common Core State Standards Math - Understand congruence in
terms of rigid motions. Explain how the criteria for triangle congruence
(ASA, SAS, and SSS) follow from the definition of congruence in terms of
rigid motions.
enumeration CC.HSG.CO.9
Common Core State Standards Math - Prove geometric theorems.
Prove theorems about lines and angles. Theorems include: vertical angles are
congruent; when a transversal crosses parallel lines, alternate interior
angles are congruent and corresponding angles are congruent; points on a
perpendicular bisector of a line segment are exactly those equidistant from
the segment’s endpoints.
enumeration CC.HSG.CO.10
Common Core State Standards Math - Prove geometric theorems.
Prove theorems about triangles. Theorems include: measures of interior
angles of a triangle sum to 180 degrees; base angles of isosceles triangles
are congruent; the segment joining midpoints of two sides of a triangle is
parallel to the third side and half the length; the medians of a triangle
meet at a point.
enumeration CC.HSG.CO.11
Common Core State Standards Math - Prove geometric theorems.
Prove theorems about parallelograms. Theorems include: opposite sides are
congruent, opposite angles are congruent, the diagonals of a parallelogram
bisect each other, and conversely, rectangles are parallelograms with
congruent diagonals.
enumeration CC.HSG.CO.12
Common Core State Standards Math - Make geometric
constructions. Make formal geometric constructions with a variety of tools
and methods (compass and straightedge, string, reflective devices, paper
folding, dynamic geometric software, etc.). Copying a segment; copying an
angle; bisecting a segment; bisecting an angle; constructing perpendicular
lines, including the perpendicular bisector of a line segment; and
constructing a line parallel to a given line through a point not on the
line.
enumeration CC.HSG.CO.13
Common Core State Standards Math - Make geometric
constructions. Construct an equilateral triangle, a square, and a regular
hexagon inscribed in a circle.
enumeration CC.HSG.SRT.1
Common Core State Standards Math - Understand similarity in
terms of similarity transformations. Verify experimentally the properties of
dilations given by a center and a scale factor: -- a. A dilation takes a
line not passing through the center of the dilation to a parallel line, and
leaves a line passing through the center unchanged. -- b. The dilation of a
line segment is longer or shorter in the ratio given by the scale factor.
enumeration CC.HSG.SRT.2
Common Core State Standards Math - Understand similarity in
terms of similarity transformations. Given two figures, use the definition
of similarity in terms of similarity transformations to decide if they are
similar; explain using similarity transformations the meaning of similarity
for triangles as the equality of all corresponding pairs of angles and the
proportionality of all corresponding pairs of sides.
enumeration CC.HSG.SRT.3
Common Core State Standards Math - Understand similarity in
terms of similarity transformations. Use the properties of similarity
transformations to establish the AA criterion for two triangles to be
similar.
enumeration CC.HSG.SRT.4
Common Core State Standards Math - Prove theorems involving
similarity. Prove theorems about triangles. Theorems include: a line
parallel to one side of a triangle divides the other two proportionally, and
conversely; the Pythagorean Theorem proved using triangle similarity.
enumeration CC.HSG.SRT.5
Common Core State Standards Math - Prove theorems involving
similarity. Use congruence and similarity criteria for triangles to solve
problems and to prove relationships in geometric figures.
enumeration CC.HSG.SRT.6
Common Core State Standards Math - Define trigonometric
ratios and solve problems involving right triangles. Understand that by
similarity, side ratios in right triangles are properties of the angles in
the triangle, leading to definitions of trigonometric ratios for acute
angles.
enumeration CC.HSG.SRT.7
Common Core State Standards Math - Define trigonometric
ratios and solve problems involving right triangles. Explain and use the
relationship between the sine and cosine of complementary angles.
enumeration CC.HSG.SRT.8
Common Core State Standards Math - Define trigonometric
ratios and solve problems involving right triangles. Use trigonometric
ratios and the Pythagorean Theorem to solve right triangles in applied
problems.
enumeration CC.HSG.SRT.9
Common Core State Standards Math - (+) Apply trigonometry to
general triangles. Derive the formula A = (1/2)ab sin(C) for the area of a
triangle by drawing an auxiliary line from a vertex perpendicular to the
opposite side.
enumeration CC.HSG.SRT.10
Common Core State Standards Math - (+) Apply trigonometry to
general triangles. Prove the Laws of Sines and Cosines and use them to solve
problems.
enumeration CC.HSG.SRT.11
Common Core State Standards Math - (+) Apply trigonometry to
general triangles. Understand and apply the Law of Sines and the Law of
Cosines to find unknown measurements in right and non-right triangles (e.g.,
surveying problems, resultant forces).
enumeration CC.HSG.C.1
Common Core State Standards Math - Understand and apply
theorems about circles. Prove that all circles are similar.
enumeration CC.HSG.C.2
Common Core State Standards Math - Understand and apply
theorems about circles. Identify and describe relationships among inscribed
angles, radii, and chords. Include the relationship between central,
inscribed, and circumscribed angles; inscribed angles on a diameter are
right angles; the radius of a circle is perpendicular to the tangent where
the radius intersects the circle.
enumeration CC.HSG.C.3
Common Core State Standards Math - Understand and apply
theorems about circles. Construct the inscribed and circumscribed circles of
a triangle, and prove properties of angles for a quadrilateral inscribed in
a circle.
enumeration CC.HSG.C.4
Common Core State Standards Math - (+) Understand and apply
theorems about circles. Construct a tangent line from a point outside a
given circle to the circle.
enumeration CC.HSG.C.5
Common Core State Standards Math - Find arc lengths and areas
of sectors of circles. Derive using similarity the fact that the length of
the arc intercepted by an angle is proportional to the radius, and define
the radian measure of the angle as the constant of proportionality; derive
the formula for the area of a sector.
enumeration CC.HSG.GPE.1
Common Core State Standards Math - Translate between the
geometric description and the equation for a conic section. Derive the
equation of a circle of given center and radius using the Pythagorean
Theorem; complete the square to find the center and radius of a circle given
by an equation.
enumeration CC.HSG.GPE.2
Common Core State Standards Math - Translate between the
geometric description and the equation for a conic section. Derive the
equation of a parabola given a focus and directrix.
enumeration CC.HSG.GPE.3
Common Core State Standards Math - (+) Translate between the
geometric description and the equation for a conic section. Derive the
equations of ellipses and hyperbolas given the foci, using the fact that the
sum or difference of distances from the foci is constant.
enumeration CC.HSG.GPE.4
Common Core State Standards Math - Use coordinates to prove
simple geometric theorems algebraically. For example, prove or disprove that
a figure defined by four given points in the coordinate plane is a
rectangle; prove or disprove that the point (1, √3) lies on the circle
centered at the origin and containing the point (0, 2).
enumeration CC.HSG.GPE.5
Common Core State Standards Math - Use coordinates to prove
simple geometric theorems algebraically. Prove the slope criteria for
parallel and perpendicular lines and use them to solve geometric problems
(e.g., find the equation of a line parallel or perpendicular to a given line
that passes through a given point).
enumeration CC.HSG.GPE.6
Common Core State Standards Math - Use coordinates to prove
simple geometric theorems algebraically. Find the point on a directed line
segment between two given points that partitions the segment in a given
ratio.
enumeration CC.HSG.GPE.7
Common Core State Standards Math - Use coordinates to prove
simple geometric theorems algebraically. Use coordinates to compute
perimeters of polygons and areas of triangles and rectangles, e.g., using
the distance formula.*
enumeration CC.HSG.GMD.1
Common Core State Standards Math - Explain volume formulas
and use them to solve problems. Give an informal argument for the formulas
for the circumference of a circle, area of a circle, volume of a cylinder,
pyramid, and cone. Use dissection arguments, Cavalieri’s principle, and
informal limit arguments.
enumeration CC.HSG.GMD.2
Common Core State Standards Math - (+) Explain volume
formulas and use them to solve problems. Give an informal argument using
Cavalieri’s principle for the formulas for the volume of a sphere and other
solid figures.
enumeration CC.HSG.GMD.3
Common Core State Standards Math - Explain volume formulas
and use them to solve problems. Use volume formulas for cylinders, pyramids,
cones, and spheres to solve problems.*
enumeration CC.HSG.GMD.4
Common Core State Standards Math - Visualize relationships
between two-dimensional and three-dimensional objects. Identify the shapes
of two-dimensional cross-sections of three-dimensional objects, and identify
three-dimensional objects generated by rotations of two-dimensional objects.
enumeration CC.HSG.MG.1
Common Core State Standards Math - Apply geometric concepts
in modeling situations. Use geometric shapes, their measures, and their
properties to describe objects (e.g., modeling a tree trunk or a human torso
as a cylinder).*
enumeration CC.HSG.MG.2
Common Core State Standards Math - Apply geometric concepts
in modeling situations. Apply concepts of density based on area and volume
in modeling situations (e.g., persons per square mile, BTUs per cubic
foot).*
enumeration CC.HSG.MG.3
Common Core State Standards Math - Apply geometric concepts
in modeling situations. Apply geometric methods to solve design problems
(e.g., designing an object or structure to satisfy physical constraints or
minimize cost; working with typographic grid systems based on ratios).*
enumeration CC.HSS.ID.1
Common Core State Standards Math - Summarize, represent, and
interpret data on a single count or measurement variable. Represent data
with plots on the real number line (dot plots, histograms, and box plots).*
enumeration CC.HSS.ID.2
Common Core State Standards Math - Summarize, represent, and
interpret data on a single count or measurement variable. Use statistics
appropriate to the shape of the data distribution to compare center (median,
mean) and spread (interquartile range, standard deviation) of two or more
different data sets.*
enumeration CC.HSS.ID.3
Common Core State Standards Math - Summarize, represent, and
interpret data on a single count or measurement variable. Interpret
differences in shape, center, and spread in the context of the data sets,
accounting for possible effects of extreme data points (outliers).*
enumeration CC.HSS.ID.4
Common Core State Standards Math - Summarize, represent, and
interpret data on a single count or measurement variable. Use the mean and
standard deviation of a data set to fit it to a normal distribution and to
estimate population percentages. Recognize that there are data sets for
which such a procedure is not appropriate. Use calculators, spreadsheets,
and tables to estimate areas under the normal curve.*
enumeration CC.HSS.ID.5
Common Core State Standards Math - Summarize, represent, and
interpret data on two categorical and quantitative variables. Summarize
categorical data for two categories in two-way frequency tables. Interpret
relative frequencies in the context of the data (including joint, marginal,
and conditional relative frequencies). Recognize possible associations and
trends in the data.*
enumeration CC.HSS.ID.6
Common Core State Standards Math - Summarize, represent, and
interpret data on two categorical and quantitative variables. Represent data
on two quantitative variables on a scatter plot, and describe how the
variables are related.*
enumeration CC.HSS.ID.6a
Common Core State Standards Math - Fit a function to the
data; use functions fitted to data to solve problems in the context of the
data. Use given functions or choose a function suggested by the context.
Emphasize linear, quadratic, and exponential models.*
enumeration CC.HSS.ID.6b
Common Core State Standards Math - Informally assess the fit
of a function by plotting and analyzing residuals.*
enumeration CC.HSS.ID.6c
Common Core State Standards Math - Fit a linear function for
a scatter plot that suggests a linear association.*
enumeration CC.HSS.ID.7
Common Core State Standards Math - Interpret linear models.
Interpret the slope (rate of change) and the intercept (constant term) of a
linear model in the context of the data.*
enumeration CC.HSS.ID.8
Common Core State Standards Math - Interpret linear models.
Compute (using technology) and interpret the correlation coefficient of a
linear fit.*
enumeration CC.HSS.ID.9
Common Core State Standards Math - Interpret linear models.
Distinguish between correlation and causation.*
enumeration CC.HSS.IC.1
Common Core State Standards Math - Understand and evaluate
random processes underlying statistical experiments. Understand statistics
as a process for making inferences about population parameters based on a
random sample from that population.*
enumeration CC.HSS.IC.2
Common Core State Standards Math - Understand and evaluate
random processes underlying statistical experiments. Decide if a specified
model is consistent with results from a given data-generating process, e.g.,
using simulation. For example, a model says a spinning coin falls heads up
with probability 0. 5. Would a result of 5 tails in a row cause you to
question the model?*
enumeration CC.HSS.IC.3
Common Core State Standards Math - Make inferences and
justify conclusions from sample surveys, experiments, and observational
studies. Recognize the purposes of and differences among sample surveys,
experiments, and observational studies; explain how randomization relates to
each.*
enumeration CC.HSS.IC.4
Common Core State Standards Math - Make inferences and
justify conclusions from sample surveys, experiments, and observational
studies. Use data from a sample survey to estimate a population mean or
proportion; develop a margin of error through the use of simulation models
for random sampling.*
enumeration CC.HSS.IC.5
Common Core State Standards Math - Make inferences and
justify conclusions from sample surveys, experiments, and observational
studies. Use data from a randomized experiment to compare two treatments;
use simulations to decide if differences between parameters are
significant.*
enumeration CC.HSS.IC.6
Common Core State Standards Math - Make inferences and
justify conclusions from sample surveys, experiments, and observational
studies. Evaluate reports based on data.*
enumeration CC.HSS.CP.1
Common Core State Standards Math - Understand independence
and conditional probability and use them to interpret data. Describe events
as subsets of a sample space (the set of outcomes) using characteristics (or
categories) of the outcomes, or as unions, intersections, or complements of
other events (“or,” “and,” “not”).*
enumeration CC.HSS.CP.2
Common Core State Standards Math - Understand independence
and conditional probability and use them to interpret data. Understand that
two events A and B are independent if the probability of A and B occurring
together is the product of their probabilities, and use this
characterization to determine if they are independent.*
enumeration CC.HSS.CP.3
Common Core State Standards Math - Understand independence
and conditional probability and use them to interpret data. Understand the
conditional probability of A given B as P(A and B)/P(B), and interpret
independence of A and B as saying that the conditional probability of A
given B is the same as the probability of A, and the conditional probability
of B given A is the same as the probability of B.*
enumeration CC.HSS.CP.4
Common Core State Standards Math - Understand independence
and conditional probability and use them to interpret data. Construct and
interpret two-way frequency tables of data when two categories are
associated with each object being classified. Use the two-way table as a
sample space to decide if events are independent and to approximate
conditional probabilities. For example, collect data from a random sample of
students in your school on their favorite subject among math, science, and
English. Estimate the probability that a randomly selected student from your
school will favor science given that the student is in tenth grade. Do the
same for other subjects and compare the results.*
enumeration CC.HSS.CP.5
Common Core State Standards Math - Understand independence
and conditional probability and use them to interpret data. Recognize and
explain the concepts of conditional probability and independence in everyday
language and everyday situations. For example, compare the chance of having
lung cancer if you are a smoker with the chance of being a smoker if you
have lung cancer.*
enumeration CC.HSS.CP.6
Common Core State Standards Math - Use the rules of
probability to compute probabilities of compound events in a uniform
probability model. Find the conditional probability of A given B as the
fraction of B’s outcomes that also belong to A, and interpret the answer in
terms of the model.*
enumeration CC.HSS.CP.7
Common Core State Standards Math - Use the rules of
probability to compute probabilities of compound events in a uniform
probability model. Apply the Addition Rule, P(A or B) = P(A) + P(B) – P(A
and B), and interpret the answer in terms of the model.*
enumeration CC.HSS.CP.8
Common Core State Standards Math - (+) Use the rules of
probability to compute probabilities of compound events in a uniform
probability model. Apply the general Multiplication Rule in a uniform
probability model, P(A and B) = [P(A)]x[P(B|A)] =[P(B)]x[P(A|B)], and
interpret the answer in terms of the model.*
enumeration CC.HSS.CP.9
Common Core State Standards Math - (+) Use the rules of
probability to compute probabilities of compound events in a uniform
probability model. Use permutations and combinations to compute
probabilities of compound events and solve problems.*
enumeration CC.HSS.MD.1
Common Core State Standards Math - (+) Calculate expected
values and use them to solve problems. Define a random variable for a
quantity of interest by assigning a numerical value to each event in a
sample space; graph the corresponding probability distribution using the
same graphical displays as for data distributions.*
enumeration CC.HSS.MD.2
Common Core State Standards Math - (+) Calculate expected
values and use them to solve problems. Calculate the expected value of a
random variable; interpret it as the mean of the probability distribution.*
enumeration CC.HSS.MD.3
Common Core State Standards Math - (+) Calculate expected
values and use them to solve problems. Develop a probability distribution
for a random variable defined for a sample space in which theoretical
probabilities can be calculated; find the expected value. For example, find
the theoretical probability distribution for the number of correct answers
obtained by guessing on all five questions of a multiple-choice test where
each question has four choices, and find the expected grade under various
grading schemes.*
enumeration CC.HSS.MD.4
Common Core State Standards Math - (+) Calculate expected
values and use them to solve problems. Develop a probability distribution
for a random variable defined for a sample space in which probabilities are
assigned empirically; find the expected value. For example, find a current
data distribution on the number of TV sets per household in the United
States, and calculate the expected number of sets per household. How many TV
sets would you expect to find in 100 randomly selected households?*
enumeration CC.HSS.MD.5
Common Core State Standards Math - (+) Use probability to
evaluate outcomes of decisions. Weigh the possible outcomes of a decision by
assigning probabilities to payoff values and finding expected values.*
enumeration CC.HSS.MD.5a
Common Core State Standards Math - (+) Find the expected
payoff for a game of chance. For example, find the expected winnings from a
state lottery ticket or a game at a fast-food restaurant.*
enumeration CC.HSS.MD.5b
Common Core State Standards Math - (+) Evaluate and compare
strategies on the basis of expected values. For example, compare a
high-deductible versus a low-deductible automobile insurance policy using
various, but reasonable, chances of having a minor or a major accident.*
enumeration CC.HSS.MD.6
Common Core State Standards Math - (+) Use probability to
evaluate outcomes of decisions. Use probabilities to make fair decisions
(e.g., drawing by lots, using a random number generator).*
enumeration CC.HSS.MD.7
Common Core State Standards Math - (+) Use probability to
evaluate outcomes of decisions. Analyze decisions and strategies using
probability concepts (e.g., product testing, medical testing, pulling a
hockey goalie at the end of a game).*
enumeration CC.K-12.MP.1
Common Core State Standards Math - Make sense of problems and
persevere in solving them. Mathematically proficient students start by
explaining to themselves the meaning of a problem and looking for entry
points to its solution. They analyze givens, constraints, relationships, and
goals. They make conjectures about the form and meaning of the solution and
plan a solution pathway rather than simply jumping into a solution attempt.
They consider analogous problems, and try special cases and simpler forms of
the original problem in order to gain insight into its solution. They
monitor and evaluate their progress and change course if necessary. Older
students might, depending on the context of the problem, transform algebraic
expressions or change the viewing window on their graphing calculator to get
the information they need. Mathematically proficient students can explain
correspondences between equations, verbal descriptions, tables, and graphs
or draw diagrams of important features and relationships, graph data, and
search for regularity or trends. Younger students might rely on using
concrete objects or pictures to help conceptualize and solve a problem.
Mathematically proficient students check their answers to problems using a
different method, and they continually ask themselves, “Does this make
sense?” They can understand the approaches of others to solving complex
problems and identify correspondences between different approaches.
enumeration CC.K-12.MP.2
Common Core State Standards Math - Reason abstractly and
quantitatively. Mathematically proficient students make sense of the
quantities and their relationships in problem situations. Students bring two
complementary abilities to bear on problems involving quantitative
relationships: the ability to decontextualize—to abstract a given situation
and represent it symbolically and manipulate the representing symbols as if
they have a life of their own, without necessarily attending to their
referents—and the ability to contextualize, to pause as needed during the
manipulation process in order to probe into the referents for the symbols
involved. Quantitative reasoning entails habits of creating a coherent
representation of the problem at hand; considering the units involved;
attending to the meaning of quantities, not just how to compute them; and
knowing and flexibly using different properties of operations and objects.
enumeration CC.K-12.MP.3
Common Core State Standards Math - Construct viable arguments
and critique the reasoning of others. Mathematically proficient students
understand and use stated assumptions, definitions, and previously
established results in constructing arguments. They make conjectures and
build a logical progression of statements to explore the truth of their
conjectures. They are able to analyze situations by breaking them into
cases, and can recognize and use counterexamples. They justify their
conclusions, communicate them to others, and respond to the arguments of
others. They reason inductively about data, making plausible arguments that
take into account the context from which the data arose. Mathematically
proficient students are also able to compare the effectiveness of two
plausible arguments, distinguish correct logic or reasoning from that which
is flawed, and—if there is a flaw in an argument—explain what it is.
Elementary students can construct arguments using concrete referents such as
objects, drawings, diagrams, and actions. Such arguments can make sense and
be correct, even though they are not generalized or made formal until later
grades. Later, students learn to determine domains to which an argument
applies. Students at all grades can listen or read the arguments of others,
decide whether they make sense, and ask useful questions to clarify or
improve the arguments.
enumeration CC.K-12.MP.4
Common Core State Standards Math - Model with mathematics.
Mathematically proficient students can apply the mathematics they know to
solve problems arising in everyday life, society, and the workplace. In
early grades, this might be as simple as writing an addition equation to
describe a situation. In middle grades, a student might apply proportional
reasoning to plan a school event or analyze a problem in the community. By
high school, a student might use geometry to solve a design problem or use a
function to describe how one quantity of interest depends on another.
Mathematically proficient students who can apply what they know are
comfortable making assumptions and approximations to simplify a complicated
situation, realizing that these may need revision later. They are able to
identify important quantities in a practical situation and map their
relationships using such tools as diagrams, two-way tables, graphs,
flowcharts and formulas. They can analyze those relationships mathematically
to draw conclusions. They routinely interpret their mathematical results in
the context of the situation and reflect on whether the results make sense,
possibly improving the model if it has not served its purpose.
enumeration CC.K-12.MP.5
Common Core State Standards Math - Use appropriate tools
strategically. Mathematically proficient students consider the available
tools when solving a mathematical problem. These tools might include pencil
and paper, concrete models, a ruler, a protractor, a calculator, a
spreadsheet, a computer algebra system, a statistical package, or dynamic
geometry software. Proficient students are sufficiently familiar with tools
appropriate for their grade or course to make sound decisions about when
each of these tools might be helpful, recognizing both the insight to be
gained and their limitations. For example, mathematically proficient high
school students analyze graphs of functions and solutions generated using a
graphing calculator. They detect possible errors by strategically using
estimation and other mathematical knowledge. When making mathematical
models, they know that technology can enable them to visualize the results
of varying assumptions, explore consequences, and compare predictions with
data. Mathematically proficient students at various grade levels are able to
identify relevant external mathematical resources, such as digital content
located on a website, and use them to pose or solve problems. They are able
to use technological tools to explore and deepen their understanding of
concepts.
enumeration CC.K-12.MP.6
Common Core State Standards Math - Attend to precision.
Mathematically proficient students try to communicate precisely to others.
They try to use clear definitions in discussion with others and in their own
reasoning. They state the meaning of the symbols they choose, including
using the equal sign consistently and appropriately. They are careful about
specifying units of measure, and labeling axes to clarify the correspondence
with quantities in a problem. They calculate accurately and efficiently,
express numerical answers with a degree of precision appropriate for the
problem context. In the elementary grades, students give carefully
formulated explanations to each other. By the time they reach high school
they have learned to examine claims and make explicit use of definitions.
enumeration CC.K-12.MP.7
Common Core State Standards Math - Look for and make use of
structure. Mathematically proficient students look closely to discern a
pattern or structure. Young students, for example, might notice that three
and seven more is the same amount as seven and three more, or they may sort
a collection of shapes according to how many sides the shapes have. Later,
students will see 7 × 8 equals the well remembered 7 × 5 + 7 × 3, in
preparation for learning about the distributive property. In the expression
x^2 + 9x + 14, older students can see the 14 as 2 × 7 and the 9 as 2 + 7.
They recognize the significance of an existing line in a geometric figure
and can use the strategy of drawing an auxiliary line for solving problems.
They also can step back for an overview and shift perspective. They can see
complicated things, such as some algebraic expressions, as single objects or
as being composed of several objects. For example, they can see 5 – 3(x –
y)^2 as 5 minus a positive number times a square and use that to realize
that its value cannot be more than 5 for any real numbers x and y.
enumeration CC.K-12.MP.8
Common Core State Standards Math - Look for and express
regularity in repeated reasoning. Mathematically proficient students notice
if calculations are repeated, and look both for general methods and for
shortcuts. Upper elementary students might notice when dividing 25 by 11
that they are repeating the same calculations over and over again, and
conclude they have a repeating decimal. By paying attention to the
calculation of slope as they repeatedly check whether points are on the line
through (1, 2) with slope 3, middle school students might abstract the
equation (y – 2)/(x –1) = 3. Noticing the regularity in the way terms cancel
when expanding (x – 1)(x + 1), (x – 1)(x^2 + x + 1), and (x – 1)(x^3 + x^2 +
x + 1) might lead them to the general formula for the sum of a geometric
series. As they work to solve a problem, mathematically proficient students
maintain oversight of the process, while attending to the details. They
continually evaluate the reasonableness of their intermediate results.
Used by
Source
<xs:simpleType name="Standard">
  <xs:annotation>
    <xs:documentation>Controlled labels that identify the educational standards associated with resources</xs:documentation>
    <xs:documentation>The NGSS Standards extracted from the following spreadsheet found online: https://docs.google.com/spreadsheets/d/1SMNeqpXpmxzPeChoMCyThvdLwhaFR6uScDhGjSZedIY/edit#gid=142149032 The CCSSM extracted from: https://www.ride.ri.gov/Portals/0/Uploads/Documents/Common-Core/CCSS-Math-Excel.xls</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="NGSS-K-PS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Plan and conduct an investigation to compare the effects of different strengths or different directions of pushes and pulls on the motion of an object.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-K-PS2-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze data to determine if a design solution works as intended to change the speed or direction of an object with a push or a pull.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-K-PS3-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Make observations to determine the effect of sunlight on Earth’s surface.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-K-PS3-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use tools and materials to design and build a structure that will reduce the warming effect of sunlight on an area.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-K-LS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use observations to describe patterns of what plants and animals (including humans) need to survive.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-K-ESS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use and share observations of local weather conditions to describe patterns over time.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-K-ESS2-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct an argument supported by evidence for how plants and animals (including humans) can change the environment to meet their needs.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-K-ESS3-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use a model to represent the relationship between the needs of different plants or animals (including humans) and the places they live.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-K-ESS3-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Ask questions to obtain information about the purpose of weather forecasting to prepare for, and respond to, severe weather.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-K-ESS3-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Communicate solutions that will reduce the impact of humans on the land, water, air, and/or other living things in the local environment.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-1-PS4-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Plan and conduct investigations to provide evidence that vibrating materials can make sound and that sound can make materials vibrate.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-1-PS4-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Make observations to construct an evidence-based account that objects can be seen only when illuminated.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-1-PS4-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Plan and conduct an investigation to determine the effect of placing objects made with different materials in the path of a beam of light.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-1-PS4-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use tools and materials to design and build a device that uses light or sound to solve the problem of communicating over a distance.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-1-LS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use materials to design a solution to a human problem by mimicking how plants and/or animals use their external parts to help them survive, grow, and meet their needs.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-1-LS1-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Read texts and use media to determine patterns in behavior of parents and offspring that help offspring survive.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-1-LS3-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Make observations to construct an evidence-based account that young plants and animals are like, but not exactly like, their parents.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-1-ESS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use observations of the sun, moon, and stars to describe patterns that can be predicted.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-1-ESS1-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Make observations at different times of year to relate the amount of daylight to the time of year.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-2-PS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Plan and conduct an investigation to describe and classify different kinds of materials by their observable properties.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-2-PS1-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze data obtained from testing different materials to determine which materials have the properties that are best suited for an intended purpose.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-2-PS1-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Make observations to construct an evidence-based account of how an object made of a small set of pieces can be disassembled and made into a new object.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-2-PS1-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct an argument with evidence that some changes caused by heating or cooling can be reversed and some cannot.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-2-LS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Plan and conduct an investigation to determine if plants need sunlight and water to grow.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-2-LS2-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a simple model that mimics the function of an animal in dispersing seeds or pollinating plants.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-2-">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - LS4-1 Make observations of plants and animals to compare the diversity of life in different habitats.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-2-ESS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use information from several sources to provide evidence that Earth events can occur quickly or slowly.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-2-ESS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Compare multiple solutions designed to slow or prevent wind or water from changing the shape of the land.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-2-ESS2-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model to represent the shapes and kinds of land and bodies of water in an area.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-2-ESS2-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Obtain information to identify where water is found on Earth and that it can be solid or liquid.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-K-2-ETS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Ask questions, make observations, and gather information about a situation people want to change to define a simple problem that can be solved through the development of a new or improved object or tool.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-K-2-ETS1-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a simple sketch, drawing, or physical model to illustrate how the shape of an object helps it function as needed to solve a given problem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-K-2-ETS1-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze data from tests of two objects designed to solve the same problem to compare the strengths and weaknesses of how each performs.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-PS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Plan and conduct an investigation to provide evidence of the effects of balanced and unbalanced forces on the motion of an object.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-PS2-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Make observations and/or measurements of an object’s motion to provide evidence that a pattern can be used to predict future motion.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-PS2-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Ask questions to determine cause and effect relationships of electric or magnetic interactions between two objects not in contact with each other.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-PS2-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Define a simple design problem that can be solved by applying scientific ideas about magnets.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-LS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop models to describe that organisms have unique and diverse life cycles but all have in common birth, growth, reproduction, and death.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-LS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct an argument that some animals form groups that help members survive.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-LS3-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze and interpret data to provide evidence that plants and animals have traits inherited from parents and that variation of these traits exists in a group of similar organisms.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-LS3-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use evidence to support the explanation that traits can be influenced by the environment.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-LS4-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze and interpret data from fossils to provide evidence of the organisms and the environments in which they lived long ago.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-LS4-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use evidence to construct an explanation for how the variations in characteristics among individuals of the same species may provide advantages in surviving, finding mates, and reproducing.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-LS4-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct an argument with evidence that in a particular habitat some organisms can survive well, some survive less well, and some cannot survive at all.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-LS4-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Make a claim about the merit of a solution to a problem caused when the environment changes and the types of plants and animals that live there may change.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-ESS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Represent data in tables and graphical displays to describe typical weather conditions expected during a particular season.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-ESS2-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Obtain and combine information to describe climates in different regions of the world.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-ESS3-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Make a claim about the merit of a design solution that reduces the impacts of a weather-related hazard.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-4-PS3-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use evidence to construct an explanation relating the speed of an object to the energy of that object.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-4-PS3-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Make observations to provide evidence that energy can be transferred from place to place by sound, light, heat, and electric currents.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-4-PS3-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Ask questions and predict outcomes about the changes in energy that occur when objects collide.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-4-PS3-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Apply scientific ideas to design, test, and refine a device that converts energy from one form to another.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-4-PS4-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model of waves to describe patterns in terms of amplitude and wavelength and that waves can cause objects to move.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-4-PS4-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model to describe that light reflecting from objects and entering the eye allows objects to be seen.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-4-PS4-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Generate and compare multiple solutions that use patterns to transfer information.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-4-LS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct an argument that plants and animals have internal and external structures that function to support survival, growth, behavior, and reproduction.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-4-LS1-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use a model to describe that animals receive different types of information through their senses, process the information in their brain, and respond to the information in different ways.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-4-ESS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Identify evidence from patterns in rock formations and fossils in rock layers to support an explanation for changes in a landscape over time.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-4-ESS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Make observations and/or measurements to provide evidence of the effects of weathering or the rate of erosion by water, ice, wind, or vegetation.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-4-ESS2-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze and interpret data from maps to describe patterns of Earth’s features.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-4-ESS3-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Obtain and combine information to describe that energy and fuels are derived from natural resources and their uses affect the environment.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-4-ESS3-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Generate and compare multiple solutions to reduce the impacts of natural Earth processes on humans.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-5-PS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model to describe that matter is made of particles too small to be seen.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-5-PS1-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Measure and graph quantities to provide evidence that regardless of the type of change that occurs when heating, cooling, or mixing substances, the total weight of matter is conserved.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-5-PS1-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Make observations and measurements to identify materials based on their properties.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-5-PS1-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Conduct an investigation to determine whether the mixing of two or more substances results in new substances.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-5-PS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Support an argument that the gravitational force exerted by Earth on objects is directed down.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-5-PS3-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use models to describe that energy in animals’ food (used for body repair, growth, motion, and to maintain body warmth) was once energy from the sun.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-5-LS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Support an argument that plants get the materials they need for growth chiefly from air and water.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-5-LS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model to describe the movement of matter among plants, animals, decomposers, and the environment.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-5-ESS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Support an argument that differences in the apparent brightness of the sun compared to other stars is due to their relative distances from Earth.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-5-ESS1-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Represent data in graphical displays to reveal patterns of daily changes in length and direction of shadows, day and night, and the seasonal appearance of some stars in the night sky.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-5-ESS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model using an example to describe ways the geosphere, biosphere, hydrosphere, and/or atmosphere interact.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-5-ESS2-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Describe and graph the amounts and percentages of water and fresh water in various reservoirs to provide evidence about the distribution of water on Earth.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-5-ESS3-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Obtain and combine information about ways individual communities use science ideas to protect the Earth’s resources and environment.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-5-ETS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Define a simple design problem reflecting a need or a want that includes specified criteria for success and constraints on materials, time, or cost.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-5-ETS1-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Generate and compare multiple possible solutions to a problem based on how well each is likely to meet the criteria and constraints of the problem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-3-5-ETS1-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Plan and carry out fair tests in which variables are controlled and failure points are considered to identify aspects of a model or prototype that can be improved.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop models to describe the atomic composition of simple molecules and extended structures.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS1-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze and interpret data on the properties of substances before and after the substances interact to determine if a chemical reaction has occurred.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS1-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Gather and make sense of information to describe that synthetic materials come from natural resources and impact society.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS1-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model that predicts and describes changes in particle motion, temperature, and state of a pure substance when thermal energy is added or removed.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS1-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop and use a model to describe how the total number of atoms does not change in a chemical reaction and thus mass is conserved.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS1-6">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Undertake a design project to construct, test, and modify a device that either releases or absorbs thermal energy by chemical processes.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Apply Newton’s Third Law to design a solution to a problem involving the motion of two colliding objects.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS2-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Plan an investigation to provide evidence that the change in an object’s motion depends on the sum of the forces on the object and the mass of the object.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS2-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Ask questions about data to determine the factors that affect the strength of electric and magnetic forces.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS2-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct and present arguments using evidence to support the claim that gravitational interactions are attractive and depend on the masses of interacting objects.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS2-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Conduct an investigation and evaluate the experimental design to provide evidence that fields exist between objects exerting forces on each other even though the objects are not in contact.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS3-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct and interpret graphical displays of data to describe the relationships of kinetic energy to the mass of an object and to the speed of an object.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS3-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model to describe that when the arrangement of objects interacting at a distance changes, different amounts of potential energy are stored in the system.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS3-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Apply scientific principles to design, construct, and test a device that either minimizes or maximizes thermal energy transfer.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS3-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Plan an investigation to determine the relationships among the energy transferred, the type of matter, the mass, and the change in the average kinetic energy of the particles as measured by the temperature of the sample.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS3-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct, use, and present arguments to support the claim that when the kinetic energy of an object changes, energy is transferred to or from the object.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS4-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use mathematical representations to describe a simple model for waves that includes how the amplitude of a wave is related to the energy in a wave.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS4-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop and use a model to describe that waves are reflected, absorbed, or transmitted through various materials.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-PS4-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Integrate qualitative scientific and technical information to support the claim that digitized signals are a more reliable way to encode and transmit information than analog signals.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Conduct an investigation to provide evidence that living things are made of cells; either one cell or many different numbers and types of cells.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS1-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop and use a model to describe the function of a cell as a whole and ways parts of cells contribute to the function.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS1-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use argument supported by evidence for how the body is a system of interacting subsystems composed of groups of cells.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS1-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use argument based on empirical evidence and scientific reasoning to support an explanation for how characteristic animal behaviors and specialized plant structures affect the probability of successful reproduction of animals and plants respectively.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS1-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct a scientific explanation based on evidence for how environmental and genetic factors influence the growth of organisms.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS1-6">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct a scientific explanation based on evidence for the role of photosynthesis in the cycling of matter and flow of energy into and out of organisms.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS1-7">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model to describe how food is rearranged through chemical reactions forming new molecules that support growth and/or release energy as this matter moves through an organism.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS1-8">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Gather and synthesize information that sensory receptors respond to stimuli by sending messages to the brain for immediate behavior or storage as memories.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze and interpret data to provide evidence for the effects of resource availability on organisms and populations of organisms in an ecosystem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS2-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct an explanation that predicts patterns of interactions among organisms across multiple ecosystems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS2-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model to describe the cycling of matter and flow of energy among living and nonliving parts of an ecosystem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS2-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct an argument supported by empirical evidence that changes to physical or biological components of an ecosystem affect populations.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS2-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Evaluate competing design solutions for maintaining biodiversity and ecosystem services.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS3-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop and use a model to describe why structural changes to genes (mutations) located on chromosomes may affect proteins and may result in harmful, beneficial, or neutral effects to the structure and function of the organism.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS3-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop and use a model to describe why asexual reproduction results in offspring with identical genetic information and sexual reproduction results in offspring with genetic variation.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS4-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze and interpret data for patterns in the fossil record that document the existence, diversity, extinction, and change of life forms throughout the history of life on Earth under the assumption that natural laws operate today as in the past.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS4-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Apply scientific ideas to construct an explanation for the anatomical similarities and differences among modern organisms and between modern and fossil organisms to infer evolutionary relationships.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS4-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze displays of pictorial data to compare patterns of similarities in the embryological development across multiple species to identify relationships not evident in the fully formed anatomy.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS4-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct an explanation based on evidence that describes how genetic variations of traits in a population increase some individuals’ probability of surviving and reproducing in a specific environment.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS4-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Gather and synthesize information about the technologies that have changed the way humans influence the inheritance of desired traits in organisms.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-LS4-6">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use mathematical representations to support explanations of how natural selection may lead to increases and decreases of specific traits in populations over time.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ESS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop and use a model of the Earth-sun-moon system to describe the cyclic patterns of lunar phases, eclipses of the sun and moon, and seasons.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ESS1-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop and use a model to describe the role of gravity in the motions within galaxies and the solar system.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ESS1-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze and interpret data to determine scale properties of objects in the solar system.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ESS1-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct a scientific explanation based on evidence from rock strata for how the geologic time scale is used to organize Earth’s 4.6-billion-year-old history.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ESS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model to describe the cycling of Earth’s materials and the flow of energy that drives this process.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ESS2-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct an explanation based on evidence for how geoscience processes have changed Earth’s surface at varying time and spatial scales.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ESS2-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze and interpret data on the distribution of fossils and rocks, continental shapes, and seafloor structures to provide evidence of the past plate motions.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ESS2-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model to describe the cycling of water through Earth’s systems driven by energy from the sun and the force of gravity.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ESS2-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Collect data to provide evidence for how the motions and complex interactions of air masses results in changes in weather conditions.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ESS2-6">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop and use a model to describe how unequal heating and rotation of the Earth cause patterns of atmospheric and oceanic circulation that determine regional climates.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ESS3-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct a scientific explanation based on evidence for how the uneven distributions of Earth’s mineral, energy, and groundwater resources are the result of past and current geoscience processes.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ESS3-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze and interpret data on natural hazards to forecast future catastrophic events and inform the development of technologies to mitigate their effects.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ESS3-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Apply scientific principles to design a method for monitoring and minimizing a human impact on the environment.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ESS3-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct an argument supported by evidence for how increases in human population and per-capita consumption of natural resources impact Earth’s systems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ESS3-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Ask questions to clarify evidence of the factors that have caused the rise in global temperatures over the past century.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ETS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Define the criteria and constraints of a design problem with sufficient precision to ensure a successful solution, taking into account relevant scientific principles and potential impacts on people and the natural environment that may limit possible solutions.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ETS1-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Evaluate competing design solutions using a systematic process to determine how well they meet the criteria and constraints of the problem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ETS1-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze data from tests to determine similarities and differences among several design solutions to identify the best characteristics of each that can be combined into a new solution to better meet the criteria for success.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-MS-ETS1-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model to generate data for iterative testing and modification of a proposed object, tool, or process such that an optimal design can be achieved.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use the periodic table as a model to predict the relative properties of elements based on the patterns of electrons in the outermost energy level of atoms.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS1-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct and revise an explanation for the outcome of a simple chemical reaction based on the outermost electron states of atoms, trends in the periodic table, and knowledge of the patterns of chemical properties.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS1-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Plan and conduct an investigation to gather evidence to compare the structure of substances at the bulk scale to infer the strength of electrical forces between particles.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS1-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model to illustrate that the release or absorption of energy from a chemical reaction system depends upon the changes in total bond energy.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS1-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Apply scientific principles and evidence to provide an explanation about the effects of changing the temperature or concentration of the reacting particles on the rate at which a reaction occurs.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS1-6">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Refine the design of a chemical system by specifying a change in conditions that would produce increased amounts of products at equilibrium.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS1-7">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use mathematical representations to support the claim that atoms, and therefore mass, are conserved during a chemical reaction.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS1-8">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop models to illustrate the changes in the composition of the nucleus of the atom and the energy released during the processes of fission, fusion, and radioactive decay.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze data to support the claim that Newton’s second law of motion describes the mathematical relationship among the net force on a macroscopic object, its mass, and its acceleration.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS2-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use mathematical representations to support the claim that the total momentum of a system of objects is conserved when there is no net force on the system.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS2-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Apply scientific and engineering ideas to design, evaluate, and refine a device that minimizes the force on a macroscopic object during a collision.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS2-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use mathematical representations of Newton’s Law of Gravitation and Coulomb’s Law to describe and predict the gravitational and electrostatic forces between objects.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS2-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Plan and conduct an investigation to provide evidence that an electric current can produce a magnetic field and that a changing magnetic field can produce an electric current.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS2-6">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Communicate scientific and technical information about why the molecular-level structure is important in the functioning of designed materials.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS3-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Create a computational model to calculate the change in the energy of one component in a system when the change in energy of the other component(s) and energy flows in and out of the system are known.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS3-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop and use models to illustrate that energy at the macroscopic scale can be accounted for as a combination of energy associated with the motions of particles (objects) and energy associated with the relative position of particles (objects).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS3-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Design, build, and refine a device that works within given constraints to convert one form of energy into another form of energy.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS3-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Plan and conduct an investigation to provide evidence that the transfer of thermal energy when two components of different temperature are combined within a closed system results in a more uniform energy distribution among the components in the system (second law of thermodynamics).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS3-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop and use a model of two objects interacting through electric or magnetic fields to illustrate the forces between objects and the changes in energy of the objects due to the interaction.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS4-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use mathematical representations to support a claim regarding relationships among the frequency, wavelength, and speed of waves traveling in various media.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS4-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Evaluate questions about the advantages of using a digital transmission and storage of information.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS4-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Evaluate the claims, evidence, and reasoning behind the idea that electromagnetic radiation can be described either by a wave model or a particle model, and that for some situations one model is more useful than the other.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS4-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Evaluate the validity and reliability of claims in published materials of the effects that different frequencies of electromagnetic radiation have when absorbed by matter.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-PS4-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Communicate technical information about how some technological devices use the principles of wave behavior and wave interactions with matter to transmit and capture information and energy.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct an explanation based on evidence for how the structure of DNA determines the structure of proteins which carry out the essential functions of life through systems of specialized cells.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS1-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop and use a model to illustrate the hierarchical organization of interacting systems that provide specific functions within multicellular organisms.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS1-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Plan and conduct an investigation to provide evidence that feedback mechanisms maintain homeostasis.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS1-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use a model to illustrate the role of cellular division (mitosis) and differentiation in producing and maintaining complex organisms.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS1-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use a model to illustrate how photosynthesis transforms light energy into stored chemical energy.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS1-6">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct and revise an explanation based on evidence for how carbon, hydrogen, and oxygen from sugar molecules may combine with other elements to form amino acids and/or other large carbon-based molecules.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS1-7">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use a model to illustrate that cellular respiration is a chemical process whereby the bonds of food molecules and oxygen molecules are broken and the bonds in new compounds are formed resulting in a net transfer of energy.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use mathematical and/or computational representations to support explanations of factors that affect carrying capacity of ecosystems at different scales.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS2-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use mathematical representations to support and revise explanations based on evidence about factors affecting biodiversity and populations in ecosystems of different scales.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS2-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct and revise an explanation based on evidence for the cycling of matter and flow of energy in aerobic and anaerobic conditions.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS2-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use mathematical representations to support claims for the cycling of matter and flow of energy among organisms in an ecosystem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS2-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model to illustrate the role of photosynthesis and cellular respiration in the cycling of carbon among the biosphere, atmosphere, hydrosphere, and geosphere.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS2-6">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Evaluate the claims, evidence, and reasoning that the complex interactions in ecosystems maintain relatively consistent numbers and types of organisms in stable conditions, but changing conditions may result in a new ecosystem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS2-7">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Design, evaluate, and refine a solution for reducing the impacts of human activities on the environment and biodiversity.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS2-8">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Evaluate the evidence for the role of group behavior on individual and species’ chances to survive and reproduce.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS3-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Ask questions to clarify relationships about the role of DNA and chromosomes in coding the instructions for characteristic traits passed from parents to offspring.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS3-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Make and defend a claim based on evidence that inheritable genetic variations may result from: (1) new genetic combinations through meiosis, (2) viable errors occurring during replication, and/or (3) mutations caused by environmental factors.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS3-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Apply concepts of statistics and probability to explain the variation and distribution of expressed traits in a population.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS4-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Communicate scientific information that common ancestry and biological evolution are supported by multiple lines of empirical evidence.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS4-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct an explanation based on evidence that the process of evolution primarily results from four factors: (1) the potential for a species to increase in number, (2) the heritable genetic variation of individuals in a species due to mutation and sexual reproduction, (3) competition for limited resources, and (4) the proliferation of those organisms that are better able to survive and reproduce in the environment.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS4-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Apply concepts of statistics and probability to support explanations that organisms with an advantageous heritable trait tend to increase in proportion to organisms lacking this trait.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS4-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct an explanation based on evidence for how natural selection leads to adaptation of populations.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS4-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Evaluate the evidence supporting claims that changes in environmental conditions may result in: (1) increases in the number of individuals of some species, (2) the emergence of new species over time, and (3) the extinction of other species.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-LS4-6">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Create or revise a simulation to test a solution to mitigate adverse impacts of human activity on biodiversity.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model based on evidence to illustrate the life span of the sun and the role of nuclear fusion in the sun’s core to release energy that eventually reaches Earth in the form of radiation.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS1-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct an explanation of the Big Bang theory based on astronomical evidence of light spectra, motion of distant galaxies, and composition of matter in the universe.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS1-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Communicate scientific ideas about the way stars, over their life cycle, produce elements.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS1-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use mathematical or computational representations to predict the motion of orbiting objects in the solar system.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS1-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Evaluate evidence of the past and current movements of continental and oceanic crust and the theory of plate tectonics to explain the ages of crustal rocks.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS1-6">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Apply scientific reasoning and evidence from ancient Earth materials, meteorites, and other planetary surfaces to construct an account of Earth’s formation and early history.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS2-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model to illustrate how Earth’s internal and surface processes operate at different spatial and temporal scales to form continental and ocean-floor features.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS2-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze geoscience data to make the claim that one change to Earth’s surface can create feedbacks that cause changes to other Earth systems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS2-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a model based on evidence of Earth’s interior to describe the cycling of matter by thermal convection.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS2-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use a model to describe how variations in the flow of energy into and out of Earth’s systems result in changes in climate.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS2-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Plan and conduct an investigation of the properties of water and its effects on Earth materials and surface processes.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS2-6">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Develop a quantitative model to describe the cycling of carbon among the hydrosphere, atmosphere, geosphere, and biosphere.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS2-7">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct an argument based on evidence about the simultaneous coevolution of Earth’s systems and life on Earth.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS3-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Construct an explanation based on evidence for how the availability of natural resources, occurrence of natural hazards, and changes in climate have influenced human activity.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS3-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Evaluate competing design solutions for developing, managing, and utilizing energy and mineral resources based on cost-benefit ratios.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS3-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Create a computational simulation to illustrate the relationships among management of natural resources, the sustainability of human populations, and biodiversity.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS3-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Evaluate or refine a technological solution that reduces impacts of human activities on natural systems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS3-5">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze geoscience data and the results from global climate models to make an evidence-based forecast of the current rate of global or regional climate change and associated future impacts to Earth systems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ESS3-6">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use a computational representation to illustrate the relationships among Earth systems and how those relationships are being modified due to human activity.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ETS1-1">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Analyze a major global challenge to specify qualitative and quantitative criteria and constraints for solutions that account for societal needs and wants.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ETS1-2">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Design a solution to a complex real-world problem by breaking it down into smaller, more manageable problems that can be solved through engineering.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ETS1-3">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Evaluate a solution to a complex real-world problem based on prioritized criteria and trade-offs that account for a range of constraints, including cost, safety, reliability, and aesthetics, as well as possible social, cultural, and environmental impacts.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NGSS-HS-ETS1-4">
      <xs:annotation>
        <xs:documentation>Next Generation Science Standards - Use a computer simulation to model the impact of proposed solutions to a complex real-world problem with numerous criteria and constraints on interactions within and between systems relevant to the problem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.CC.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Know number names and the count sequence. Count to 100 by ones and by tens.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.CC.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Know number names and the count sequence. Count forward beginning from a given number within the known sequence (instead of having to begin at 1).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.CC.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Know number names and the count sequence. Write numbers from 0 to 20. Represent a number of objects with a written numeral 0-20 (with 0 representing a count of no objects).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.CC.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Count to tell the number of objects. Understand the relationship between numbers and quantities; connect counting to cardinality.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.CC.4a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - When counting objects, say the number names in the standard order, pairing each object with one and only one number name and each number name with one and only one object.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.CC.4b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand that the last number name said tells the number of objects counted. The number of objects is the same regardless of their arrangement or the order in which they were counted.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.CC.4c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand that each successive number name refers to a quantity that is one larger.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.CC.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Count to tell the number of objects. Count to answer “how many?” questions about as many as 20 things arranged in a line, a rectangular array, or a circle, or as many as 10 things in a scattered configuration; given a number from 1-20, count out that many objects.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.CC.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Compare numbers. Identify whether the number of objects in one group is greater than, less than, or equal to the number of objects in another group, e.g., by using matching and counting strategies. (Include groups with up to ten objects.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.CC.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Compare numbers. Compare two numbers between 1 and 10 presented as written numerals.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.OA.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand addition as putting together and adding to, and understand subtraction as taking apart and taking from. Represent addition and subtraction with objects, fingers, mental images, drawings (drawings need not show details, but should show the mathematics in the problem), sounds (e.g., claps), acting out situations, verbal explanations, expressions, or equations.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.OA.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand addition as putting together and adding to, and understand subtraction as taking apart and taking from. Solve addition and subtraction word problems, and add and subtract within 10, e.g., by using objects or drawings to represent the problem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.OA.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand addition as putting together and adding to, and understand subtraction as taking apart and taking from. Decompose numbers less than or equal to 10 into pairs in more than one way, e.g., by using objects or drawings, and record each decomposition by a drawing or equation (e.g., 5 = 2 + 3 and 5 = 4 + 1).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.OA.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand addition as putting together and adding to, and understand subtraction as taking apart and taking from. For any number from 1 to 9, find the number that makes 10 when added to the given number, e.g., by using objects or drawings, and record the answer with a drawing or equation.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.OA.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand addition as putting together and adding to, and understand subtraction as taking apart and taking from. Fluently add and subtract within 5.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.NBT.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Work with numbers 11-19 to gain foundations for place value. Compose and decompose numbers from 11 to 19 into ten ones and some further ones, e.g., by using objects or drawings, and record each composition or decomposition by a drawing or equation (such as 18 = 10 + 8); understand that these numbers are composed of ten ones and one, two, three, four, five, six, seven, eight, or nine ones.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.MD.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Describe and compare measurable attributes. Describe measurable attributes of objects, such as length or weight. Describe several measurable attributes of a single object.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.MD.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Describe and compare measurable attributes. Directly compare two objects with a measurable attribute in common, to see which object has “more of”/“less of” the attribute, and describe the difference. For example, directly compare the heights of two children and describe one child as taller/shorter.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.MD.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Classify objects and count the number of objects in each category. Classify objects into given categories; count the numbers of objects in each category and sort the categories by count. (Limit category counts to be less than or equal to 10.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.G.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Identify and describe shapes (squares, circles, triangles, rectangles, hexagons, cubes, cones, cylinders, and spheres). Describe objects in the environment using names of shapes, and describe the relative positions of these objects using terms such as above, below, beside, in front of, behind, and next to.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.G.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Identify and describe shapes (such as squares, circles, triangles, rectangles, hexagons, cubes, cones, cylinders, and spheres). Correctly name shapes regardless of their orientations or overall size.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.G.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Identify and describe shapes (such as squares, circles, triangles, rectangles, hexagons, cubes, cones, cylinders, and spheres). Identify shapes as two-dimensional (lying in a plane, “flat”) or three-dimensional (“solid”).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.G.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Analyze, compare, create, and compose shapes. Analyze and compare two- and three-dimensional shapes, in different sizes and orientations, using informal language to describe their similarities, differences, parts (e.g., number of sides and vertices/“corners”) and other attributes (e.g., having sides of equal length).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.G.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Analyze, compare, create, and compose shapes. Model shapes in the world by building shapes from components (e.g., sticks and clay balls) and drawing shapes.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K.G.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Analyze, compare, create, and compose shapes. Compose simple shapes to form larger shapes. For example, "can you join these two triangles with full sides touching to make a rectangle?”</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.OA.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and solve problems involving addition and subtraction. Use addition and subtraction within 20 to solve word problems involving situations of adding to, taking from, putting together, taking apart, and comparing, with unknowns in all positions, e.g., by using objects, drawings, and equations with a symbol for the unknown number to represent the problem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.OA.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and solve problems involving addition and subtraction. Solve word problems that call for addition of three whole numbers whose sum is less than or equal to 20, e.g., by using objects, drawings, and equations with a symbol for the unknown number to represent the problem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.OA.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand and apply properties of operations and the relationship between addition and subtraction. Apply properties of operations as strategies to add and subtract. Examples: If 8 + 3 = 11 is known, then 3 + 8 = 11 is also known. (Commutative property of addition.) To add 2 + 6 + 4, the second two numbers can be added to make a ten, so 2 + 6 + 4 = 2 + 10 = 12. (Associative property of addition.) (Students need not use formal terms for these properties.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.OA.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand and apply properties of operations and the relationship between addition and subtraction. Understand subtraction as an unknown-addend problem. For example, subtract 10 – 8 by finding the number that makes 10 when added to 8.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.OA.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Add and subtract within 20. Relate counting to addition and subtraction (e.g., by counting on 2 to add 2).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.OA.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Add and subtract within 20. Add and subtract within 20, demonstrating fluency for addition and subtraction within 10. Use strategies such as counting on; making ten (e.g., 8 + 6 = 8 + 2 + 4 = 10 + 4 = 14); decomposing a number leading to a ten (e.g., 13 – 4 = 13 – 3 – 1 = 10 – 1 = 9); using the relationship between addition and subtraction (e.g., knowing that 8 + 4 = 12, one knows 12 – 8 = 4); and creating equivalent but easier or known sums (e.g., adding 6 + 7 by creating the known equivalent 6 + 6 + 1 = 12 + 1 = 13).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.OA.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Work with addition and subtraction equations. Understand the meaning of the equal sign, and determine if equations involving addition and subtraction are true or false. For example, which of the following equations are true and which are false? 6 = 6, 7 = 8 – 1, 5 + 2 = 2 + 5, 4 + 1 = 5 + 2.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.OA.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Work with addition and subtraction equations. Determine the unknown whole number in an addition or subtraction equation relating three whole numbers. For example, determine the unknown number that makes the equation true in each of the equations 8 + ? = 11, 5 = _ – 3, 6 + 6 = _.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.NBT.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Extend the counting sequence. Count to 120, starting at any number less than 120. In this range, read and write numerals and represent a number of objects with a written numeral.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.NBT.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand place value. Understand that the two digits of a two-digit number represent amounts of tens and ones. Understand the following as special cases: -- a. 10 can be thought of as a bundle of ten ones — called a “ten.” -- b. The numbers from 11 to 19 are composed of a ten and one, two, three, four, five, six, seven, eight, or nine ones. -- c. The numbers 10, 20, 30, 40, 50, 60, 70, 80, 90 refer to one, two, three, four, five, six, seven, eight, or nine tens (and 0 ones).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.NBT.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand place value. Compare two two-digit numbers based on meanings of the tens and ones digits, recording the results of comparisons with the symbols >, =, and <.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.NBT.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use place value understanding and properties of operations to add and subtract. Add within 100, including adding a two-digit number and a one-digit number, and adding a two-digit number and a multiple of 10, using concrete models or drawings and strategies based on place value, properties of operations, and/or the relationship between addition and subtraction; relate the strategy to a written method and explain the reasoning used. Understand that in adding two-digit numbers, one adds tens and tens, ones and ones; and sometimes it is necessary to compose a ten.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.NBT.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use place value understanding and properties of operations to add and subtract. Given a two-digit number, mentally find 10 more or 10 less than the number, without having to count; explain the reasoning used.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.NBT.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use place value understanding and properties of operations to add and subtract. Subtract multiples of 10 in the range 10-90 from multiples of 10 in the range 10-90 (positive or zero differences), using concrete models or drawings and strategies based on place value, properties of operations, and/or the relationship between addition and subtraction; relate the strategy to a written method and explain the reasoning used.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.MD.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Measure lengths indirectly and by iterating length units. Order three objects by length; compare the lengths of two objects indirectly by using a third object.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.MD.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Measure lengths indirectly and by iterating length units. Express the length of an object as a whole number of length units, by laying multiple copies of a shorter object (the length unit) end to end; understand that the length measurement of an object is the number of same-size length units that span it with no gaps or overlaps. Limit to contexts where the object being measured is spanned by a whole number of length units with no gaps or overlaps.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.MD.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Tell and write time. Tell and write time in hours and half-hours using analog and digital clocks.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.MD.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and interpret data. Organize, represent, and interpret data with up to three categories; ask and answer questions about the total number of data points, how many in each category, and how many more or less are in one category than in another.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.G.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Reason with shapes and their attributes. Distinguish between defining attributes (e.g., triangles are closed and three-sided) versus non-defining attributes (e.g., color, orientation, overall size); for a wide variety of shapes; build and draw shapes to possess defining attributes.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.G.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Reason with shapes and their attributes. Compose two-dimensional shapes (rectangles, squares, trapezoids, triangles, half-circles, and quarter-circles) or three-dimensional shapes (cubes, right rectangular prisms, right circular cones, and right circular cylinders) to create a composite shape, and compose new shapes from the composite shape. (Students do not need to learn formal names such as “right rectangular prism.”)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.1.G.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Reason with shapes and their attributes. Partition circles and rectangles into two and four equal shares, describe the shares using the words halves, fourths, and quarters, and use the phrases half of, fourth of, and quarter of. Describe the whole as two of, or four of the shares. Understand for these examples that decomposing into more equal shares creates smaller shares.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.OA.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and solve problems involving addition and subtraction. Use addition and subtraction within 100 to solve one- and two-step word problems involving situations of adding to, taking from, putting together, taking apart, and comparing, with unknowns in all positions, e.g., by using drawings and equations with a symbol for the unknown number to represent the problem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.OA.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Add and subtract within 20. Fluently add and subtract within 20 using mental strategies. By end of Grade 2, know from memory all sums of two one-digit numbers.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.OA.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Work with equal groups of objects to gain foundations for multiplication. Determine whether a group of objects (up to 20) has an odd or even number of members, e.g., by pairing objects or counting them by 2s; write an equation to express an even number as a sum of two equal addends.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.OA.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Work with equal groups of objects to gain foundations for multiplication. Use addition to find the total number of objects arranged in rectangular arrays with up to 5 rows and up to 5 columns; write an equation to express the total as a sum of equal addends.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.NBT.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand place value. Understand that the three digits of a three-digit number represent amounts of hundreds, tens, and ones; e.g., 706 equals 7 hundreds, 0 tens, and 6 ones. Understand the following as special cases: -- a. 100 can be thought of as a bundle of ten tens — called a “hundred.” -- b. The numbers 100, 200, 300, 400, 500, 600, 700, 800, 900 refer to one, two, three, four, five, six, seven, eight, or nine hundreds (and 0 tens and 0 ones).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.NBT.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand place value. Count within 1000; skip-count by 5s, 10s, and 100s.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.NBT.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand place value. Read and write numbers to 1000 using base-ten numerals, number names, and expanded form.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.NBT.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand place value. Compare two three-digit numbers based on meanings of the hundreds, tens, and ones digits, using >, =, and < symbols to record the results of comparisons.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.NBT.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use place value understanding and properties of operations to add and subtract. Fluently add and subtract within 100 using strategies based on place value, properties of operations, and/or the relationship between addition and subtraction.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.NBT.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use place value understanding and properties of operations to add and subtract. Add up to four two-digit numbers using strategies based on place value and properties of operations.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.NBT.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use place value understanding and properties of operations to add and subtract. Add and subtract within 1000, using concrete models or drawings and strategies based on place value, properties of operations, and/or the relationship between addition and subtraction; relate the strategy to a written method. Understand that in adding or subtracting three-digit numbers, one adds or subtracts hundreds and hundreds, tens and tens, ones and ones; and sometimes it is necessary to compose or decompose tens or hundreds.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.NBT.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use place value understanding and properties of operations to add and subtract. Mentally add 10 or 100 to a given number 100-900, and mentally subtract 10 or 100 from a given number 100-900.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.NBT.9">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use place value understanding and properties of operations to add and subtract. Explain why addition and subtraction strategies work, using place value and the properties of operations. (Explanations may be supported by drawings or objects.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.MD.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Measure and estimate lengths in standard units. Measure the length of an object by selecting and using appropriate tools such as rulers, yardsticks, meter sticks, and measuring tapes.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.MD.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Measure and estimate lengths in standard units. Measure the length of an object twice, using length units of different lengths for the two measurements; describe how the two measurements relate to the size of the unit chosen.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.MD.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Measure and estimate lengths in standard units. Estimate lengths using units of inches, feet, centimeters, and meters.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.MD.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Measure and estimate lengths in standard units. Measure to determine how much longer one object is than another, expressing the length difference in terms of a standard length unit.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.MD.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Relate addition and subtraction to length. Use addition and subtraction within 100 to solve word problems involving lengths that are given in the same units, e.g., by using drawings (such as drawings of rulers) and equations with a symbol for the unknown number to represent the problem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.MD.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Relate addition and subtraction to length. Represent whole numbers as lengths from 0 on a number line diagram with equally spaced points corresponding to the numbers 0, 1, 2, … , and represent whole-number sums and differences within 100 on a number line diagram.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.MD.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Work with time and money. Tell and write time from analog and digital clocks to the nearest five minutes, using a.m. and p.m.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.MD.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Work with time and money. Solve word problems involving dollar bills, quarters, dimes, nickels, and pennies, using $ (dollars) and ¢ (cents) symbols appropriately. Example: If you have 2 dimes and 3 pennies, how many cents do you have?</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.MD.9">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and interpret data. Generate measurement data by measuring lengths of several objects to the nearest whole unit, or by making repeated measurements of the same object. Show the measurements by making a line plot, where the horizontal scale is marked off in whole-number units.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.MD.10">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and interpret data. Draw a picture graph and a bar graph (with single-unit scale) to represent a data set with up to four categories. Solve simple put-together, take-apart, and compare problems using information presented in a bar graph.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.G.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Reason with shapes and their attributes. Recognize and draw shapes having specified attributes, such as a given number of angles or a given number of equal faces. Identify triangles, quadrilaterals, pentagons, hexagons, and cubes. (Sizes are compared directly or visually, not compared by measuring.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.G.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Reason with shapes and their attributes. Partition a rectangle into rows and columns of same-size squares and count to find the total number of them.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.2.G.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Reason with shapes and their attributes. Partition circles and rectangles into two, three, or four equal shares, describe the shares using the words halves, thirds, half of, a third of, etc., and describe the whole as two halves, three thirds, four fourths. Recognize that equal shares of identical wholes need not have the same shape.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.OA.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and solve problems involving multiplication and division. Interpret products of whole numbers, e.g., interpret 5 × 7 as the total number of objects in 5 groups of 7 objects each. For example, describe a context in which a total number of objects can be expressed as 5 × 7.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.OA.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and solve problems involving multiplication and division. Interpret whole-number quotients of whole numbers, e.g., interpret 56 ÷ 8 as the number of objects in each share when 56 objects are partitioned equally into 8 shares, or as a number of shares when 56 objects are partitioned into equal shares of 8 objects each. For example, describe a context in which a number of shares or a number of groups can be expressed as 56 ÷ 8.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.OA.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and solve problems involving multiplication and division. Use multiplication and division within 100 to solve word problems in situations involving equal groups, arrays, and measurement quantities, e.g., by using drawings and equations with a symbol for the unknown number to represent the problem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.OA.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and solve problems involving multiplication and division. Determine the unknown whole number in a multiplication or division equation relating three whole numbers. For example, determine the unknown number that makes the equation true in each of the equations 8 × ? = 48, 5 = __÷ 3, 6 × 6 = ?.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.OA.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand properties of multiplication and the relationship between multiplication and division. Apply properties of operations as strategies to multiply and divide. Examples: If 6 × 4 = 24 is known, then 4 × 6 = 24 is also known. (Commutative property of multiplication.) 3 × 5 × 2 can be found by 3 × 5 = 15 then 15 × 2 = 30, or by 5 × 2 = 10 then 3 × 10 = 30. (Associative property of multiplication.) Knowing that 8 × 5 = 40 and 8 × 2 = 16, one can find 8 × 7 as 8 × (5 + 2) = (8 × 5) + (8 × 2) = 40 + 16 = 56. (Distributive property.) (Students need not use formal terms for these properties.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.OA.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand properties of multiplication and the relationship between multiplication and division. Understand division as an unknown-factor problem. For example, divide 32 ÷ 8 by finding the number that makes 32 when multiplied by 8.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.OA.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Multiply and divide within 100. Fluently multiply and divide within 100, using strategies such as the relationship between multiplication and division (e.g., knowing that 8 × 5 = 40, one knows 40 ÷ 5 = 8) or properties of operations. By the end of Grade 3, know from memory all products of one-digit numbers.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.OA.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve problems involving the four operations, and identify and explain patterns in arithmetic. Solve two-step word problems using the four operations. Represent these problems using equations with a letter standing for the unknown quantity. Assess the reasonableness of answers using mental computation and estimation strategies including rounding. (This standard is limited to problems posed with whole numbers and having whole-number answers; students should know how to perform operations in the conventional order when there are no parentheses to specify a particular order (Order of Operations).)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.OA.9">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve problems involving the four operations, and identify and explain patterns in arithmetic. Identify arithmetic patterns (including patterns in the addition table or multiplication table), and explain them using properties of operations. For example, observe that 4 times a number is always even, and explain why 4 times a number can be decomposed into two equal addends.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.NBT.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use place value understanding and properties of operations to perform multi-digit arithmetic. Use place value understanding to round whole numbers to the nearest 10 or 100.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.NBT.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use place value understanding and properties of operations to perform multi-digit arithmetic. Fluently add and subtract within 1000 using strategies and algorithms based on place value, properties of operations, and/or the relationship between addition and subtraction. (A range of algorithms may be used.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.NBT.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use place value understanding and properties of operations to perform multi-digit arithmetic. Multiply one-digit whole numbers by multiples of 10 in the range 10-90 (e.g., 9 × 80, 5 × 60) using strategies based on place value and properties of operations. (A range of algorithms may be used.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.NF.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Develop understanding of fractions as numbers. Understand a fraction 1/b as the quantity formed by 1 part when a whole is partitioned into b equal parts; understand a fraction a/b as the quantity formed by a parts of size 1/b. (Grade 3 expectations in this domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.NF.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Develop understanding of fractions as numbers. Understand a fraction as a number on the number line; represent fractions on a number line diagram. (Grade 3 expectations in this domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.NF.2a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent a fraction 1/b on a number line diagram by defining the interval from 0 to 1 as the whole and partitioning it into b equal parts. Recognize that each part has size 1/b and that the endpoint of the part based at 0 locates the number 1/b on the number line. (Grade 3 expectations in this domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.NF.2b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent a fraction a/b on a number line diagram by marking off a lengths 1/b from 0. Recognize that the resulting interval has size a/b and that its endpoint locates the number a/b on the number line. (Grade 3 expectations in this domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.NF.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Develop understanding of fractions as numbers. Explain equivalence of fractions in special cases, and compare fractions by reasoning about their size. (Grade 3 expectations in this domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.NF.3a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand two fractions as equivalent (equal) if they are the same size, or the same point on a number line. (Grade 3 expectations in this domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.NF.3b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Recognize and generate simple equivalent fractions (e.g., 1/2 = 2/4, 4/6 = 2/3), Explain why the fractions are equivalent, e.g., by using a visual fraction model. (Grade 3 expectations in this domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.NF.3c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Express whole numbers as fractions, and recognize fractions that are equivalent to whole numbers. Examples: Express 3 in the form 3 = 3/1; recognize that 6/1 = 6; locate 4/4 and 1 at the same point of a number line diagram. (Grade 3 expectations in this domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.NF.3d">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Compare two fractions with the same numerator or the same denominator, by reasoning about their size, Recognize that valid comparisons rely on the two fractions referring to the same whole. Record the results of comparisons with the symbols >, =, or <, and justify the conclusions, e.g., by using a visual fraction model. (Grade 3 expectations in this domain are limited to fractions with denominators 2, 3, 4, 6, and 8.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.MD.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve problems involving measurement and estimation of intervals of time, liquid volumes, and masses of objects. Tell and write time to the nearest minute and measure time intervals in minutes. Solve word problems involving addition and subtraction of time intervals in minutes, e.g., by representing the problem on a number line diagram.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.MD.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve problems involving measurement and estimation of intervals of time, liquid volumes, and masses of objects. Measure and estimate liquid volumes and masses of objects using standard units of grams (g), kilograms (kg), and liters (l). (Excludes compound units such as cm^3 and finding the geometric volume of a container.) Add, subtract, multiply, or divide to solve one-step word problems involving masses or volumes that are given in the same units, e.g., by using drawings (such as a beaker with a measurement scale) to represent the problem. (Excludes multiplicative comparison problems (problems involving notions of “times as much.”)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.MD.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and interpret data. Draw a scaled picture graph and a scaled bar graph to represent a data set with several categories. Solve one- and two-step “how many more” and “how many less” problems using information presented in scaled bar graphs. For example, draw a bar graph in which each square in the bar graph might represent 5 pets.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.MD.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and interpret data. Generate measurement data by measuring lengths using rulers marked with halves and fourths of an inch. Show the data by making a line plot, where the horizontal scale is marked off in appropriate units—whole numbers, halves, or quarters.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.MD.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Geometric measurement: understand concepts of area and relate area to multiplication and to addition. Recognize area as an attribute of plane figures and understand concepts of area measurement. -- a. A square with side length 1 unit, called “a unit square,” is said to have “one square unit” of area, and can be used to measure area. -- b. A plane figure which can be covered without gaps or overlaps by n unit squares is said to have an area of n square units.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.MD.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Geometric measurement: understand concepts of area and relate area to multiplication and to addition. Measure areas by counting unit squares (square cm, square m, square in, square ft, and improvised units).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.MD.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Geometric measurement: understand concepts of area and relate area to multiplication and to addition. Relate area to the operations of multiplication and addition.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.MD.7a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Find the area of a rectangle with whole-number side lengths by tiling it, and show that the area is the same as would be found by multiplying the side lengths.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.MD.7b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Multiply side lengths to find areas of rectangles with whole-number side lengths in the context of solving real world and mathematical problems, and represent whole-number products as rectangular areas in mathematical reasoning.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.MD.7c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use tiling to show in a concrete case that the area of a rectangle with whole-number side lengths a and b + c is the sum of a × b and a × c. Use area models to represent the distributive property in mathematical reasoning.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.MD.7d">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Recognize area as additive. Find areas of rectilinear figures by decomposing them into non-overlapping rectangles and adding the areas of the non-overlapping parts, applying this technique to solve real world problems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.MD.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Geometric measurement: recognize perimeter as an attribute of plane figures and distinguish between linear and area measures. Solve real world and mathematical problems involving perimeters of polygons, including finding the perimeter given the side lengths, finding an unknown side length, and exhibiting rectangles with the same perimeter and different area or with the same area and different perimeter.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.G.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Reason with shapes and their attributes. Understand that shapes in different categories (e.g., rhombuses, rectangles, and others) may share attributes (e.g., having four sides), and that the shared attributes can define a larger category (e.g., quadrilaterals). Recognize rhombuses, rectangles, and squares as examples of quadrilaterals, and draw examples of quadrilaterals that do not belong to any of these subcategories.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.3.G.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Reason with shapes and their attributes. Partition shapes into parts with equal areas. Express the area of each part as a unit fraction of the whole. For example, partition a shape into 4 parts with equal area, and describe the area of each part is 1/4 of the area of the shape.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.OA.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use the four operations with whole numbers to solve problems. Interpret a multiplication equation as a comparison, e.g., interpret 35 = 5 x 7 as a statement that 35 is 5 times as many as 7 and 7 times as many as 5. Represent verbal statements of multiplicative comparisons as multiplication equations.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.OA.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use the four operations with whole numbers to solve problems. Multiply or divide to solve word problems involving multiplicative comparison, e.g., by using drawings and equations with a symbol for the unknown number to represent the problem, distinguishing multiplicative comparison from additive comparison.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.OA.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use the four operations with whole numbers to solve problems. Solve multistep word problems posed with whole numbers and having whole-number answers using the four operations, including problems in which remainders must be interpreted. Represent these problems using equations with a letter standing for the unknown quantity. Assess the reasonableness of answers using mental computation and estimation strategies including rounding.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.OA.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Gain familiarity with factors and multiples. Find all factor pairs for a whole number in the range 1-100. Recognize that a whole number is a multiple of each of its factors. Determine whether a given whole number in the range 1-100 is a multiple of a given one-digit number. Determine whether a given whole number in the range 1-100 is prime or composite.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.OA.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Generate and analyze patterns. Generate a number or shape pattern that follows a given rule. Identify apparent features of the pattern that were not explicit in the rule itself. For example, given the rule “Add 3” and the starting number 1, generate terms in the resulting sequence and observe that the terms appear to alternate between odd and even numbers. Explain informally why the numbers will continue to alternate in this way.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NBT.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Generalize place value understanding for multi-digit whole numbers. Recognize that in a multi-digit whole number, a digit in one place represents ten times what it represents in the place to its right. For example, recognize that 700 ÷ 70 = 10 by applying concepts of place value and division. (Grade 4 expectations in this domain are limited to whole numbers less than or equal to 1,000,000.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NBT.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Generalize place value understanding for multi-digit whole numbers. Read and write multi-digit whole numbers using base-ten numerals, number names, and expanded form. Compare two multi-digit numbers based on meanings of the digits in each place, using >, =, and < symbols to record the results of comparisons. (Grade 4 expectations in this domain are limited to whole numbers less than or equal to 1,000,000.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NBT.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Generalize place value understanding for multi-digit whole numbers. Use place value understanding to round multi-digit whole numbers to any place. (Grade 4 expectations in this domain are limited to whole numbers less than or equal to 1,000,000.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NBT.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use place value understanding and properties of operations to perform multi-digit arithmetic. Fluently add and subtract multi-digit whole numbers using the standard algorithm. (Grade 4 expectations in this domain are limited to whole numbers less than or equal to 1,000,000. A range of algorithms may be used.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NBT.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use place value understanding and properties of operations to perform multi-digit arithmetic. Multiply a whole number of up to four digits by a one-digit whole number, and multiply two two-digit numbers, using strategies based on place value and the properties of operations. Illustrate and explain the calculation by using equations, rectangular arrays, and/or area models. (Grade 4 expectations in this domain are limited to whole numbers less than or equal to 1,000,000. A range of algorithms may be used.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NBT.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use place value understanding and properties of operations to perform multi-digit arithmetic. Find whole-number quotients and remainders with up to four-digit dividends and one-digit divisors, using strategies based on place value, the properties of operations, and/or the relationship between multiplication and division. Illustrate and explain the calculation by using equations, rectangular arrays, and/or area models. (Grade 4 expectations in this domain are limited to whole numbers less than or equal to 1,000,000. A range of algorithms may be used.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NF.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Extend understanding of fraction equivalence and ordering. Explain why a fraction a/b is equivalent to a fraction (n × a)/(n × b) by using visual fraction models, with attention to how the number and size of the parts differ even though the two fractions themselves are the same size. Use this principle to recognize and generate equivalent fractions. (Grade 4 expectations in this domain are limited to fractions with denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NF.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Extend understanding of fraction equivalence and ordering. Compare two fractions with different numerators and different denominators, e.g., by creating common denominators or numerators, or by comparing to a benchmark fraction such as 1/2. Recognize that comparisons are valid only when the two fractions refer to the same whole. Record the results of comparisons with symbols >, =, or <, and justify the conclusions, e.g., by using a visual fraction model. (Grade 4 expectations in this domain are limited to fractions with denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NF.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Build fractions from unit fractions by applying and extending previous understandings of operations on whole numbers. Understand a fraction a/b with a > 1 as a sum of fractions 1/b. (Grade 4 expectations in this domain are limited to fractions with denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NF.3a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand addition and subtraction of fractions as joining and separating parts referring to the same whole.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NF.3b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Decompose a fraction into a sum of fractions with the same denominator in more than one way, recording each decomposition by an equation. Justify decompositions, e.g., by using a visual fraction model. Examples: 3/8 = 1/8 + 1/8 + 1/8 ; 3/8 = 1/8 + 2/8 ; 2 1/8 = 1 + 1 + 1/8 = 8/8 + 8/8 + 1/8.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NF.3c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Add and subtract mixed numbers with like denominators, e.g., by replacing each mixed number with an equivalent fraction, and/or by using properties of operations and the relationship between addition and subtraction.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NF.3d">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve word problems involving addition and subtraction of fractions referring to the same whole and having like denominators, e.g., by using visual fraction models and equations to represent the problem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NF.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Build fractions from unit fractions by applying and extending previous understandings of operations on whole numbers. Apply and extend previous understandings of multiplication to multiply a fraction by a whole number. (Grade 4 expectations in this domain are limited to fractions with denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NF.4a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand a fraction a/b as a multiple of 1/b. For example, use a visual fraction model to represent 5/4 as the product 5 × (1/4), recording the conclusion by the equation 5/4 = 5 × (1/4).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NF.4b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand a multiple of a/b as a multiple of 1/b, and use this understanding to multiply a fraction by a whole number. For example, use a visual fraction model to express 3 × (2/5) as 6 × (1/5), recognizing this product as 6/5. (In general, n × (a/b) = (n × a)/b.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NF.4c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve word problems involving multiplication of a fraction by a whole number, e.g., by using visual fraction models and equations to represent the problem. For example, if each person at a party will eat 3/8 of a pound of roast beef, and there will be 5 people at the party, how many pounds of roast beef will be needed? Between what two whole numbers does your answer lie?</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NF.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand decimal notation for fractions, and compare decimal fractions. Express a fraction with denominator 10 as an equivalent fraction with denominator 100, and use this technique to add two fractions with respective denominators 10 and 100. For example, express 3/10 as 30/100 and add 3/10 + 4/100 = 34/100. (Students who can generate equivalent fractions can develop strategies for adding fractions with unlike denominators in general. But addition and subtraction with unlike denominators in general is not a requirement at this grade.) (Grade 4 expectations in this domain are limited to fractions with denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NF.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand decimal notation for fractions, and compare decimal fractions. Use decimal notation for fractions with denominators 10 or 100. For example, rewrite 0.62 as 62/100 ; describe a length as 0.62 meters; locate 0.62 on a number line diagram. (Grade 4 expectations in this domain are limited to fractions with denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.NF.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand decimal notation for fractions, and compare decimal fractions. Compare two decimals to hundredths by reasoning about their size. Recognize that comparisons comparisons are valid only when two decimals refer to the same whole. Record the results of comparisons with the symbols >, =, or <, and justify the conclusions, e.g., by using a visual model. (Grade 4 expectations in this domain are limited to fractions with denominators 2, 3, 4, 5, 6, 8, 10, 12, and 100.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.MD.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve problems involving measurement and conversion of measurements from a larger unit to a smaller unit. Know relative sizes of measurement units within one system of units including km, m, cm; kg, g; lb, oz.; l, ml; hr, min, sec. Within a single system of measurement, express measurements in a larger unit in terms of a smaller unit. Record measurement equivalents in a two-column table. For example: Know that 1 ft is 12 times as long as 1 in. Express the length of a 4 ft snake as 48 in. Generate a conversion table for feet and inches listing the number pairs (1, 12), (2, 24), (3, 36), ….</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.MD.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve problems involving measurement and conversion of measurements from a larger unit to a smaller unit. Use the four operations to solve word problems involving distances, intervals of time, liquid volumes, masses of objects, and money, including problems involving simple fractions or decimals, and problems that require expressing measurements given in a larger unit in terms of a smaller unit. Represent measurement quantities using diagrams such as number line diagrams that feature a measurement scale.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.MD.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve problems involving measurement and conversion of measurements from a larger unit to a smaller unit. Apply the area and perimeter formulas for rectangles in real world and mathematical problems. For example, find the width of a rectangular room given the area of the flooring and the length, by viewing the area formula as a multiplication equation with an unknown factor.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.MD.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and interpret data. Make a line plot to display a data set of measurements in fractions of a unit (1/2, 1/4, 1/8). Solve problems involving addition and subtraction of fractions by using information presented in line plots. For example, from a line plot find and interpret the difference in length between the longest and shortest specimens in an insect collection.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.MD.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Geometric measurement: understand concepts of angle and measure angles. Recognize angles as geometric shapes that are formed wherever two rays share a common endpoint, and understand concepts of angle measurement: -- a. An angle is measured with reference to a circle with its center at the common endpoint of the rays, by considering the fraction of the circular arc between the points where the two rays intersect the circle. An angle that turns through 1/360 of a circle is called a “one-degree angle,” and can be used to measure angles. -- b. An angle that turns through n one-degree angles is said to have an angle measure of n degrees.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.MD.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Geometric measurement: understand concepts of angle and measure angles. Measure angles in whole-number degrees using a protractor. Sketch angles of specified measure.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.MD.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Geometric measurement: understand concepts of angle and measure angles. Recognize angle measure as additive. When an angle is decomposed into non-overlapping parts, the angle measure of the whole is the sum of the angle measures of the parts. Solve addition and subtraction problems to find unknown angles on a diagram in real world and mathematical problems, e.g., by using an equation with a symbol for the unknown angle measure.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.G.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Draw and identify lines and angles, and classify shapes by properties of their lines and angles. Draw points, lines, line segments, rays, angles (right, acute, obtuse), and perpendicular and parallel lines. Identify these in two-dimensional figures.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.G.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Draw and identify lines and angles, and classify shapes by properties of their lines and angles. Classify two-dimensional figures based on the presence or absence of parallel or perpendicular lines, or the presence or absence of angles of a specified size. Recognize right triangles as a category, and identify right triangles.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.4.G.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Draw and identify lines and angles, and classify shapes by properties of their lines and angles. Recognize a line of symmetry for a two-dimensional figure as a line across the figure such that the figure can be folded along the line into matching parts. Identify line-symmetric figures and draw lines of symmetry.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.OA.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Write and interpret numerical expressions. Use parentheses, brackets, or braces in numerical expressions, and evaluate expressions with these symbols.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.OA.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Write and interpret numerical expressions. Write simple expressions that record calculations with numbers, and interpret numerical expressions without evaluating them. For example, express the calculation “add 8 and 7, then multiply by 2” as 2 × (8 + 7). Recognize that 3 × (18932 + 921) is three times as large as 18932 + 921, without having to calculate the indicated sum or product.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.OA.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Analyze patterns and relationships. Generate two numerical patterns using two given rules. Identify apparent relationships between corresponding terms. Form ordered pairs consisting of corresponding terms from the two patterns, and graph the ordered pairs on a coordinate plane. For example, given the rule “Add 3” and the starting number 0, and given the rule “Add 6” and the starting number 0, generate terms in the resulting sequences, and observe that the terms in one sequence are twice the corresponding terms in the other sequence. Explain informally why this is so.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NBT.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand the place value system. Recognize that in a multi-digit number, a digit in one place represents 10 times as much as it represents in the place to its right and 1/10 of what it represents in the place to its left.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NBT.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand the place value system. Explain patterns in the number of zeros of the product when multiplying a number by powers of 10, and explain patterns in the placement of the decimal point when a decimal is multiplied or divided by a power of 10. Use whole number exponents to denote powers of 10.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NBT.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand the place value system. Read, write, and compare decimals to thousandths.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NBT.3a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Read and write decimals to thousandths using base-ten numerals, number names, and expanded form, e.g., 347.392 = 3 × 100 + 4 × 10 + 7 × 1 + 3 × (1/10) + 9 × (1/100) + 2 × (1/1000).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NBT.3b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Compare two decimals to thousandths based on meanings of the digits in each place, using >, =, and < symbols to record the results of comparisons.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NBT.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand the place value system. Use place value understanding to round decimals to any place.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NBT.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Perform operations with multi-digit whole numbers and with decimals to hundredths. Fluently multiply multi-digit whole numbers using the standard algorithm.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NBT.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Perform operations with multi-digit whole numbers and with decimals to hundredths. Find whole-number quotients of whole numbers with up to four-digit dividends and two-digit divisors, using strategies based on place value, the properties of operations, and/or the relationship between multiplication and division. Illustrate and explain the calculation by using equations, rectangular arrays, and/or area models.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NBT.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Perform operations with multi-digit whole numbers and with decimals to hundredths. Add, subtract, multiply, and divide decimals to hundredths, using concrete models or drawings and strategies based on place value, properties of operations, and/or the relationship between addition and subtraction; relate the strategy to a written method and explain the reasoning used.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NF.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use equivalent fractions as a strategy to add and subtract fractions. Add and subtract fractions with unlike denominators (including mixed numbers) by replacing given fractions with equivalent fractions in such a way as to produce an equivalent sum or difference of fractions with like denominators. For example, 2/3 + 5/4 = 8/12 + 15/12 = 23/12. (In general, a/b + c/d = (ad + bc)/bd.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NF.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use equivalent fractions as a strategy to add and subtract fractions. Solve word problems involving addition and subtraction of fractions referring to the same whole, including cases of unlike denominators, e.g., by using visual fraction models or equations to represent the problem. Use benchmark fractions and number sense of fractions to estimate mentally and assess the reasonableness of answers. For example, recognize an incorrect result 2/5 + 1/2 = 3/7 by observing that 3/7 < 1/2.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NF.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of multiplication and division to multiply and divide fractions. Interpret a fraction as division of the numerator by the denominator (a/b = a ÷ b). Solve word problems involving division of whole numbers leading to answers in the form of fractions or mixed numbers, e.g., by using visual fraction models or equations to represent the problem. For example, interpret 3/4 as the result of dividing 3 by 4, noting that 3/4 multiplied by 4 equals 3 and that when 3 wholes are shared equally among 4 people each person has a share of size 3/4. If 9 people want to share a 50-pound sack of rice equally by weight, how many pounds of rice should each person get? Between what two whole numbers does your answer lie?</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NF.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of multiplication and division to multiply and divide fractions. Apply and extend previous understandings of multiplication to multiply a fraction or whole number by a fraction.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NF.4a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Interpret the product (a/b) × q as a parts of a partition of q into b equal parts; equivalently, as the result of a sequence of operations a × q ÷ b. For example, use a visual fraction model to show (2/3) × 4 = 8/3, and create a story context for this equation. Do the same with (2/3) × (4/5) = 8/15. (In general, (a/b) × (c/d) = ac/bd.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NF.4b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Find the area of a rectangle with fractional side lengths by tiling it with unit squares of the appropriate unit fraction side lengths, and show that the area is the same as would be found by multiplying the side lengths. Multiply fractional side lengths to find areas of rectangles, and represent fraction products as rectangular areas.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NF.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of multiplication and division to multiply and divide fractions. Interpret multiplication as scaling (resizing) by: -- a. Comparing the size of a product to the size of one factor on the basis of the size of the other factor, without performing the indicated multiplication. -- b. Explaining why multiplying a given number by a fraction greater than 1 results in a product greater than the given number (recognizing multiplication by whole numbers greater than 1 as a familiar case); explaining why multiplying a given number by a fraction less than 1 results in a product smaller than the given number; and relating the principle of fraction equivalence a/b = (n×a) / (n×b) to the effect of multiplying a/b by 1.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NF.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of multiplication and division to multiply and divide fractions. Solve real world problems involving multiplication of fractions and mixed numbers, e.g., by using visual fraction models or equations to represent the problem.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NF.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of multiplication and division to multiply and divide fractions. Apply and extend previous understandings of division to divide unit fractions by whole numbers and whole numbers by unit fractions. (Students able to multiply fractions in general can develop strategies to divide fractions in general, by reasoning about the relationship between multiplication and division. But division of a fraction by a fraction is not a requirement at this grade.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NF.7a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Interpret division of a unit fraction by a non-zero whole number, and compute such quotients. For example, create a story context for (1/3) ÷ 4 and use a visual fraction model to show the quotient. Use the relationship between multiplication and division to explain that (1/3) ÷ 4 = 1/12 because (1/12) × 4 = 1/3.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NF.7b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Interpret division of a whole number by a unit fraction, and compute such quotients. For example, create a story context for 4 ÷ (1/5) and use a visual fraction model to show the quotient. Use the relationship between multiplication and division to explain that 4 ÷ (1/5) = 20 because 20 × (1/5) = 4.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.NF.7c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve real-world problems involving division of unit fractions by non-zero whole numbers and division of whole numbers by unit fractions, e.g., by using visual fraction models and equations to represent the problem. For example, how much chocolate will each person get if 3 people share 1/2 lb of chocolate equally? How many 1/3-cup servings are in 2 cups of raisins?</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.MD.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Convert like measurement units within a given measurement system. Convert among different-sized standard measurement units within a given measurement system (e.g., convert 5 cm to 0.05 m), and use these conversions in solving multi-step real world problems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.MD.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and interpret data. Make a line plot to display a data set of measurements in fractions of a unit (1/2, 1/4, 1/8). Use operations on fractions for this grade to solve problems involving information presented in line plots. For example, given different measurements of liquid in identical beakers, find the amount of liquid each beaker would contain if the total amount in all the beakers were redistributed equally.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.MD.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Geometric measurement: understand concepts of volume and relate volume to multiplication and to addition. Recognize volume as an attribute of solid figures and understand concepts of volume measurement. -- a. A cube with side length 1 unit, called a “unit cube,” is said to have “one cubic unit” of volume, and can be used to measure volume. -- b. A solid figure which can be packed without gaps or overlaps using n unit cubes is said to have a volume of n cubic units.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.MD.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Geometric measurement: understand concepts of volume and relate volume to multiplication and to addition. Measure volumes by counting unit cubes, using cubic cm, cubic in, cubic ft, and improvised units.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.MD.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Geometric measurement: understand concepts of volume and relate volume to multiplication and to addition. Relate volume to the operations of multiplication and addition and solve real world and mathematical problems involving volume.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.MD.5a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Find the volume of a right rectangular prism with whole-number side lengths by packing it with unit cubes, and show that the volume is the same as would be found by multiplying the edge lengths, equivalently by multiplying the height by the area of the base. Represent three-fold whole-number products as volumes, e.g., to represent the associative property of multiplication.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.MD.5b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply the formulas V =(l)(w)(h) and V = (b)(h) for rectangular prisms to find volumes of right rectangular prisms with whole-number edge lengths in the context of solving real world and mathematical problems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.MD.5c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Recognize volume as additive. Find volumes of solid figures composed of two non-overlapping right rectangular prisms by adding the volumes of the non-overlapping parts, applying this technique to solve real world problems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.G.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Graph points on the coordinate plane to solve real-world and mathematical problems. Use a pair of perpendicular number lines, called axes, to define a coordinate system, with the intersection of the lines (the origin) arranged to coincide with the 0 on each line and a given point in the plane located by using an ordered pair of numbers, called its coordinates. Understand that the first number indicates how far to travel from the origin in the direction of one axis, and the second number indicates how far to travel in the direction of the second axis, with the convention that the names of the two axes and the coordinates correspond (e.g., x-axis and x-coordinate, y-axis and y-coordinate).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.G.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Graph points on the coordinate plane to solve real-world and mathematical problems. Represent real world and mathematical problems by graphing points in the first quadrant of the coordinate plane, and interpret coordinate values of points in the context of the situation.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.G.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Classify two-dimensional figures into categories based on their properties. Understand that attributes belonging to a category of two-dimensional figures also belong to all subcategories of that category. For example, all rectangles have four right angles and squares are rectangles, so all squares have four right angles.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.5.G.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Classify two-dimensional figures into categories based on their properties. Classify two-dimensional figures in a hierarchy based on properties.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.RP.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand ratio concepts and use ratio reasoning to solve problems. Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. For example, “The ratio of wings to beaks in the bird house at the zoo was 2:1, because for every 2 wings there was 1 beak.” “For every vote candidate A received, candidate C received nearly three votes.”</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.RP.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand ratio concepts and use ratio reasoning to solve problems. Understand the concept of a unit rate a/b associated with a ratio a:b with b ≠ 0 (b not equal to zero), and use rate language in the context of a ratio relationship. For example, "This recipe has a ratio of 3 cups of flour to 4 cups of sugar, so there is 3/4 cup of flour for each cup of sugar." "We paid $75 for 15 hamburgers, which is a rate of $5 per hamburger." (Expectations for unit rates in this grade are limited to non-complex fractions.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.RP.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand ratio concepts and use ratio reasoning to solve problems. Use ratio and rate reasoning to solve real-world and mathematical problems, e.g., by reasoning about tables of equivalent ratios, tape diagrams, double number line diagrams, or equations.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.RP.3a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Make tables of equivalent ratios relating quantities with whole-number measurements, find missing values in the tables, and plot the pairs of values on the coordinate plane. Use tables to compare ratios.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.RP.3b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve unit rate problems including those involving unit pricing and constant speed. For example, If it took 7 hours to mow 4 lawns, then at that rate, how many lawns could be mowed in 35 hours? At what rate were lawns being mowed?</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.RP.3c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Find a percent of a quantity as a rate per 100 (e.g., 30% of a quantity means 30/100 times the quantity); solve problems involving finding the whole given a part and the percent.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.RP.3d">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.NS.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of multiplication and division to divide fractions by fractions. Interpret and compute quotients of fractions, and solve word problems involving division of fractions by fractions, e.g., by using visual fraction models and equations to represent the problem. For example, create a story context for (2/3) ÷ (3/4) and use a visual fraction model to show the quotient; use the relationship between multiplication and division to explain that (2/3) ÷ (3/4) = 8/9 because 3/4 of 8/9 is 2/3. (In general, (a/b) ÷ (c/d) = ad/bc.) How much chocolate will each person get if 3 people share 1/2 lb of chocolate equally? How many 3/4-cup servings are in 2/3 of a cup of yogurt? How wide is a rectangular strip of land with length 3/4 mi and area 1/2 square mi?</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.NS.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Compute fluently with multi-digit numbers and find common factors and multiples. Fluently divide multi-digit numbers using the standard algorithm.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.NS.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Compute fluently with multi-digit numbers and find common factors and multiples. Fluently add, subtract, multiply, and divide multi-digit decimals using the standard algorithm for each operation.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.NS.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Compute fluently with multi-digit numbers and find common factors and multiples. Find the greatest common factor of two whole numbers less than or equal to 100 and the least common multiple of two whole numbers less than or equal to 12. Use the distributive property to express a sum of two whole numbers 1–100 with a common factor as a multiple of a sum of two whole numbers with no common factor. For example, express 36 + 8 as 4 (9 + 2).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.NS.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of numbers to the system of rational numbers. Understand that positive and negative numbers are used together to describe quantities having opposite directions or values (e.g., temperature above/below zero, elevation above/below sea level, debits/credits, positive/negative electric charge); use positive and negative numbers to represent quantities in real-world contexts, explaining the meaning of 0 in each situation.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.NS.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of numbers to the system of rational numbers. Understand a rational number as a point on the number line. Extend number line diagrams and coordinate axes familiar from previous grades to represent points on the line and in the plane with negative number coordinates.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.NS.6a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Recognize opposite signs of numbers as indicating locations on opposite sides of 0 on the number line; recognize that the opposite of the opposite of a number is the number itself, e.g., –(–3) = 3, and that 0 is its own opposite.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.NS.6b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand signs of numbers in ordered pairs as indicating locations in quadrants of the coordinate plane; recognize that when two ordered pairs differ only by signs, the locations of the points are related by reflections across one or both axes.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.NS.6c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Find and position integers and other rational numbers on a horizontal or vertical number line diagram; find and position pairs of integers and other rational numbers on a coordinate plane.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.NS.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of numbers to the system of rational numbers. Understand ordering and absolute value of rational numbers.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.NS.7a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Interpret statements of inequality as statements about the relative position of two numbers on a number line diagram. For example, interpret –3 > –7 as a statement that –3 is located to the right of –7 on a number line oriented from left to right.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.NS.7b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Write, interpret, and explain statements of order for rational numbers in real-world contexts. For example, write –3°C > –7°C to express the fact that –3°C is warmer than –7°C.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.NS.7c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand the absolute value of a rational number as its distance from 0 on the number line; interpret absolute value as magnitude for a positive or negative quantity in a real-world situation. For example, for an account balance of –30 dollars, write |–30| = 30 to describe the size of the debt in dollars.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.NS.7d">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Distinguish comparisons of absolute value from statements about order. For example, recognize that an account balance less than –30 dollars represents a debt greater than 30 dollars.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.NS.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of numbers to the system of rational numbers. Solve real-world and mathematical problems by graphing points in all four quadrants of the coordinate plane. Include use of coordinates and absolute value to find distances between points with the same first coordinate or the same second coordinate.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.EE.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of arithmetic to algebraic expressions. Write and evaluate numerical expressions involving whole-number exponents.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.EE.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of arithmetic to algebraic expressions. Write, read, and evaluate expressions in which letters stand for numbers.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.EE.2a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Write expressions that record operations with numbers and with letters standing for numbers. For example, express the calculation “Subtract y from 5” as 5 – y.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.EE.2b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Identify parts of an expression using mathematical terms (sum, term, product, factor, quotient, coefficient); view one or more parts of an expression as a single entity. For example, describe the expression 2(8 + 7) as a product of two factors; view (8 + 7) as both a single entity and a sum of two terms.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.EE.2c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Evaluate expressions at specific values for their variables. Include expressions that arise from formulas in real-world problems. Perform arithmetic operations, including those involving whole-number exponents, in the conventional order when there are no parentheses to specify a particular order (Order of Operations). For example, use the formulas V = s^3 and A = 6 s^2 to find the volume and surface area of a cube with sides of length s = 1/2.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.EE.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of arithmetic to algebraic expressions. Apply the properties of operations to generate equivalent expressions. For example, apply the distributive property to the expression 3(2 + x) to produce the equivalent expression 6 + 3x; apply the distributive property to the expression 24x + 18y to produce the equivalent expression 6 (4x + 3y); apply properties of operations to y + y + y to produce the equivalent expression 3y.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.EE.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of arithmetic to algebraic expressions. Identify when two expressions are equivalent (i.e., when the two expressions name the same number regardless of which value is substituted into them). For example, the expressions y + y + y and 3y are equivalent because they name the same number regardless of which number y stands for.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.EE.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Reason about and solve one-variable equations and inequalities. Understand solving an equation or inequality as a process of answering a question: which values from a specified set, if any, make the equation or inequality true? Use substitution to determine whether a given number in a specified set makes an equation or inequality true.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.EE.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Reason about and solve one-variable equations and inequalities. Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.EE.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Reason about and solve one-variable equations and inequalities. Solve real-world and mathematical problems by writing and solving equations of the form x + p = q and px = q for cases in which p, q and x are all nonnegative rational numbers.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.EE.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Reason about and solve one-variable equations and inequalities. Write an inequality of the form x > c or x < c to represent a constraint or condition in a real-world or mathematical problem. Recognize that inequalities of the form x > c or x < c have infinitely many solutions; represent solutions of such inequalities on number line diagrams.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.EE.9">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and analyze quantitative relationships between dependent and independent variables. Use variables to represent two quantities in a real-world problem that change in relationship to one another; write an equation to express one quantity, thought of as the dependent variable, in terms of the other quantity, thought of as the independent variable. Analyze the relationship between the dependent and independent variables using graphs and tables, and relate these to the equation. For example, in a problem involving motion at constant speed, list and graph ordered pairs of distances and times, and write the equation d = 65t to represent the relationship between distance and time.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.G.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve real-world and mathematical problems involving area, surface area, and volume. Find area of right triangles, other triangles, special quadrilaterals, and polygons by composing into rectangles or decomposing into triangles and other shapes; apply these techniques in the context of solving real-world and mathematical problems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.G.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve real-world and mathematical problems involving area, surface area, and volume. Find the volume of a right rectangular prism with fractional edge lengths by packing it with unit cubes of the appropriate unit fraction edge lengths, and show that the volume is the same as would be found by multiplying the edge lengths of the prism. Apply the formulas V = l w h and V = b h to find volumes of right rectangular prisms with fractional edge lengths in the context of solving real-world and mathematical problems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.G.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve real-world and mathematical problems involving area, surface area, and volume. Draw polygons in the coordinate plane given coordinates for the vertices; use coordinates to find the length of a side joining points with the same first coordinate or the same second coordinate. Apply these techniques in the context of solving real-world and mathematical problems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.G.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve real-world and mathematical problems involving area, surface area, and volume. Represent three-dimensional figures using nets made up of rectangles and triangles, and use the nets to find the surface area of these figures. Apply these techniques in the context of solving real-world and mathematical problems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.SP.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Develop understanding of statistical variability. Recognize a statistical question as one that anticipates variability in the data related to the question and accounts for it in the answers. For example, “How old am I?” is not a statistical question, but “How old are the students in my school?” is a statistical question because one anticipates variability in students’ ages.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.SP.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Develop understanding of statistical variability. Understand that a set of data collected to answer a statistical question has a distribution which can be described by its center, spread, and overall shape.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.SP.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Develop understanding of statistical variability. Recognize that a measure of center for a numerical data set summarizes all of its values with a single number, while a measure of variation describes how its values vary with a single number.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.SP.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Summarize and describe distributions. Display numerical data in plots on a number line, including dot plots, histograms, and box plots.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.6.SP.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Summarize and describe distributions. Summarize numerical data sets in relation to their context, such as by: -- a. Reporting the number of observations. -- b. Describing the nature of the attribute under investigation, including how it was measured and its units of measurement. -- c. Giving quantitative measures of center (median and/or mean) and variability (interquartile range and/or mean absolute deviation), as well as describing any overall pattern and any striking deviations from the overall pattern with reference to the context in which the data was gathered. -- d. Relating the choice of measures of center and variability to the shape of the data distribution and the context in which the data was gathered.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.RP.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Analyze proportional relationships and use them to solve real-world and mathematical problems. Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. For example, if a person walks 1/2 mile in each 1/4 hour, compute the unit rate as the complex fraction (1/2)/(1/4) miles per hour, equivalently 2 miles per hour.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.RP.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Analyze proportional relationships and use them to solve real-world and mathematical problems. Recognize and represent proportional relationships between quantities.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.RP.2a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Decide whether two quantities are in a proportional relationship, e.g., by testing for equivalent ratios in a table or graphing on a coordinate plane and observing whether the graph is a straight line through the origin.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.RP.2b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Identify the constant of proportionality (unit rate) in tables, graphs, equations, diagrams, and verbal descriptions of proportional relationships.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.RP.2c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent proportional relationships by equations. For example, if total cost t is proportional to the number n of items purchased at a constant price p, the relationship between the total cost and the number of items can be expressed as t = pn.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.RP.2d">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Explain what a point (x, y) on the graph of a proportional relationship means in terms of the situation, with special attention to the points (0, 0) and (1, r) where r is the unit rate.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.RP.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Analyze proportional relationships and use them to solve real-world and mathematical problems. Use proportional relationships to solve multistep ratio and percent problems. Examples: simple interest, tax, markups and markdowns, gratuities and commissions, fees, percent increase and decrease, percent error.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.NS.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of operations with fractions to add, subtract, multiply, and divide rational numbers. Apply and extend previous understandings of addition and subtraction to add and subtract rational numbers; represent addition and subtraction on a horizontal or vertical number line diagram.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.NS.1a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Describe situations in which opposite quantities combine to make 0. For example, a hydrogen atom has 0 charge because its two constituents are oppositely charged.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.NS.1b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand p + q as the number located a distance |q| from p, in the positive or negative direction depending on whether q is positive or negative. Show that a number and its opposite have a sum of 0 (are additive inverses). Interpret sums of rational numbers by describing real-world contexts.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.NS.1c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand subtraction of rational numbers as adding the additive inverse, p – q = p + (–q). Show that the distance between two rational numbers on the number line is the absolute value of their difference, and apply this principle in real-world contexts.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.NS.1d">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply properties of operations as strategies to add and subtract rational numbers.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.NS.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of operations with fractions to add, subtract, multiply, and divide rational numbers. Apply and extend previous understandings of multiplication and division and of fractions to multiply and divide rational numbers.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.NS.2a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand that multiplication is extended from fractions to rational numbers by requiring that operations continue to satisfy the properties of operations, particularly the distributive property, leading to products such as (–1)(–1) = 1 and the rules for multiplying signed numbers. Interpret products of rational numbers by describing real-world contexts.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.NS.2b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand that integers can be divided, provided that the divisor is not zero, and every quotient of integers (with non-zero divisor) is a rational number. If p and q are integers then –(p/q) = (–p)/q = p/(–q). Interpret quotients of rational numbers by describing real-world contexts.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.NS.2c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply properties of operations as strategies to multiply and divide rational numbers.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.NS.2d">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Convert a rational number to a decimal using long division; know that the decimal form of a rational number terminates in 0s or eventually repeats.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.NS.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply and extend previous understandings of operations with fractions to add, subtract, multiply, and divide rational numbers. Solve real-world and mathematical problems involving the four operations with rational numbers. (Computations with rational numbers extend the rules for manipulating fractions to complex fractions.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.EE.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use properties of operations to generate equivalent expressions. Apply properties of operations as strategies to add, subtract, factor, and expand linear expressions with rational coefficients.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.EE.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use properties of operations to generate equivalent expressions. Understand that rewriting an expression in different forms in a problem context can shed light on the problem and how the quantities in it are related. For example, a + 0.05a = 1.05a means that “increase by 5%” is the same as “multiply by 1.05.”</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.EE.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve real-life and mathematical problems using numerical and algebraic expressions and equations. Solve multi-step real-life and mathematical problems posed with positive and negative rational numbers in any form (whole numbers, fractions, and decimals), using tools strategically. Apply properties of operations as strategies to calculate with numbers in any form; convert between forms as appropriate; and assess the reasonableness of answers using mental computation and estimation strategies. For example: If a woman making $25 an hour gets a 10% raise, she will make an additional 1/10 of her salary an hour, or $2.50, for a new salary of $27.50. If you want to place a towel bar 9 3/4 inches long in the center of a door that is 27 1/2 inches wide, you will need to place the bar about 9 inches from each edge; this estimate can be used as a check on the exact computation.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.EE.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve real-life and mathematical problems using numerical and algebraic expressions and equations. Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.EE.4a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve word problems leading to equations of the form px + q = r and p(x + q) = r, where p, q, and r are specific rational numbers. Solve equations of these forms fluently. Compare an algebraic solution to an arithmetic solution, identifying the sequence of the operations used in each approach. For example, The perimeter of a rectangle is 54 cm. Its length is 6 cm. What is its width?</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.EE.4b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve word problems leading to inequalities of the form px + q > r or px + q < r, where p, q, and r are specific rational numbers. Graph the solution set of the inequality and interpret it in the context of the problem. For example, As a salesperson, you are paid $50 per week plus $3 per sale. This week you want your pay to be at least $100. Write an inequality for the number of sales you need to make, and describe the solutions.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.G.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Draw, construct, and describe geometrical figures and describe the relationships between them. Solve problems involving scale drawings of geometric figures, including computing actual lengths and areas from a scale drawing and reproducing a scale drawing at a different scale.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.G.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Draw, construct, and describe geometrical figures and describe the relationships between them. Draw (freehand, with ruler and protractor, and with technology) geometric shapes with given conditions. Focus on constructing triangles from three measures of angles or sides, noticing when the conditions determine a unique triangle, more than one triangle, or no triangle.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.G.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Draw, construct, and describe geometrical figures and describe the relationships between them. Describe the two-dimensional figures that result from slicing three-dimensional figures, as in plane sections of right rectangular prisms and right rectangular pyramids.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.G.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve real-life and mathematical problems involving angle measure, area, surface area, and volume. Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.G.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve real-life and mathematical problems involving angle measure, area, surface area, and volume. Use facts about supplementary, complementary, vertical, and adjacent angles in a multi-step problem to write and solve simple equations for an unknown angle in a figure.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.G.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve real-life and mathematical problems involving angle measure, area, surface area, and volume. Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.SP.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use random sampling to draw inferences about a population. Understand that statistics can be used to gain information about a population by examining a sample of the population; generalizations about a population from a sample are valid only if the sample is representative of that population. Understand that random sampling tends to produce representative samples and support valid inferences.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.SP.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use random sampling to draw inferences about a population. Use data from a random sample to draw inferences about a population with an unknown characteristic of interest. Generate multiple samples (or simulated samples) of the same size to gauge the variation in estimates or predictions. For example, estimate the mean word length in a book by randomly sampling words from the book; predict the winner of a school election based on randomly sampled survey data. Gauge how far off the estimate or prediction might be.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.SP.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Draw informal comparative inferences about two populations. Informally assess the degree of visual overlap of two numerical data distributions with similar variabilities, measuring the difference between the centers by expressing it as a multiple of a measure of variability. For example, the mean height of players on the basketball team is 10 cm greater than the mean height of players on the soccer team, about twice the variability (mean absolute deviation) on either team; on a dot plot, the separation between the two distributions of heights is noticeable.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.SP.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Draw informal comparative inferences about two populations. Use measures of center and measures of variability for numerical data from random samples to draw informal comparative inferences about two populations. For example, decide whether the words in a chapter of a seventh-grade science book are generally longer than the words in a chapter of a fourth-grade science book.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.SP.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Investigate chance processes and develop, use, and evaluate probability models. Understand that the probability of a chance event is a number between 0 and 1 that expresses the likelihood of the event occurring. Larger numbers indicate greater likelihood. A probability near 0 indicates an unlikely event, a probability around 1/2 indicates an event that is neither unlikely nor likely, and a probability near 1 indicates a likely event.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.SP.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Investigate chance processes and develop, use, and evaluate probability models. Approximate the probability of a chance event by collecting data on the chance process that produces it and observing its long-run relative frequency, and predict the approximate relative frequency given the probability. For example, when rolling a number cube 600 times, predict that a 3 or 6 would be rolled roughly 200 times, but probably not exactly 200 times.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.SP.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Investigate chance processes and develop, use, and evaluate probability models. Develop a probability model and use it to find probabilities of events. Compare probabilities from a model to observed frequencies; if the agreement is not good, explain possible sources of the discrepancy.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.SP.7a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Develop a uniform probability model by assigning equal probability to all outcomes, and use the model to determine probabilities of events. For example, if a student is selected at random from a class, find the probability that Jane will be selected and the probability that a girl will be selected.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.SP.7b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Develop a probability model (which may not be uniform) by observing frequencies in data generated from a chance process. For example, find the approximate probability that a spinning penny will land heads up or that a tossed paper cup will land open-end down. Do the outcomes for the spinning penny appear to be equally likely based on the observed frequencies?</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.SP.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Investigate chance processes and develop, use, and evaluate probability models. Find probabilities of compound events using organized lists, tables, tree diagrams, and simulation.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.SP.8a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand that, just as with simple events, the probability of a compound event is the fraction of outcomes in the sample space for which the compound event occurs.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.SP.8b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent sample spaces for compound events using methods such as organized lists, tables and tree diagrams. For an event described in everyday language (e.g., “rolling double sixes”), identify the outcomes in the sample space which compose the event.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.7.SP.8c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Design and use a simulation to generate frequencies for compound events. For example, use random digits as a simulation tool to approximate the answer to the question: If 40% of donors have type A blood, what is the probability that it will take at least 4 donors to find one with type A blood?</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.NS.1.">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Know that there are numbers that are not rational, and approximate them by rational numbers. Know that numbers that are not rational are called irrational. Understand informally that every number has a decimal expansion; for rational numbers show that the decimal expansion repeats eventually, and convert a decimal expansion which repeats eventually into a rational number.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.NS.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Know that there are numbers that are not rational, and approximate them by rational numbers. Use rational approximations of irrational numbers to compare the size of irrational numbers, locate them approximately on a number line diagram, and estimate the value of expressions (e.g., π^2). For example, by truncating the decimal expansion of √2 (square root of 2), show that √2 is between 1 and 2, then between 1.4 and 1.5, and explain how to continue on to get better approximations.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.EE.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Work with radicals and integer exponents. Know and apply the properties of integer exponents to generate equivalent numerical expressions. For example, 3^2 × 3^(–5) = 3^(–3) = 1/(3^3) = 1/27.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.EE.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Work with radicals and integer exponents. Use square root and cube root symbols to represent solutions to equations of the form x^2 = p and x^3 = p, where p is a positive rational number. Evaluate square roots of small perfect squares and cube roots of small perfect cubes. Know that √2 is irrational.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.EE.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Work with radicals and integer exponents. Use numbers expressed in the form of a single digit times an integer power of 10 to estimate very large or very small quantities, and to express how many times as much one is than the other. For example, estimate the population of the United States as 3 × 10^8 and the population of the world as 7 × 10^9, and determine that the world population is more than 20 times larger.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.EE.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Work with radicals and integer exponents. Perform operations with numbers expressed in scientific notation, including problems where both decimal and scientific notation are used. Use scientific notation and choose units of appropriate size for measurements of very large or very small quantities (e.g., use millimeters per year for seafloor spreading). Interpret scientific notation that has been generated by technology.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.EE.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand the connections between proportional relationships, lines, and linear equations. Graph proportional relationships, interpreting the unit rate as the slope of the graph. Compare two different proportional relationships represented in different ways. For example, compare a distance-time graph to a distance-time equation to determine which of two moving objects has greater speed.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.EE.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand the connections between proportional relationships, lines, and linear equations. Use similar triangles to explain why the slope m is the same between any two distinct points on a non-vertical line in the coordinate plane; derive the equation y =mx for a line through the origin and the equation y = mx + b for a line intercepting the vertical axis at b.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.EE.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Analyze and solve linear equations and pairs of simultaneous linear equations. Solve linear equations in one variable.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.EE.7a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Give examples of linear equations in one variable with one solution, infinitely many solutions, or no solutions. Show which of these possibilities is the case by successively transforming the given equation into simpler forms, until an equivalent equation of the form x = a, a = a, or a = b results (where a and b are different numbers).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.EE.7b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve linear equations with rational number coefficients, including equations whose solutions require expanding expressions using the distributive property and collecting like terms.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.EE.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Analyze and solve linear equations and pairs of simultaneous linear equations. Analyze and solve pairs of simultaneous linear equations.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.EE.8a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand that solutions to a system of two linear equations in two variables correspond to points of intersection of their graphs, because points of intersection satisfy both equations simultaneously.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.EE.8b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve systems of two linear equations in two variables algebraically, and estimate solutions by graphing the equations. Solve simple cases by inspection. For example, 3x + 2y = 5 and 3x + 2y = 6 have no solution because 3x + 2y cannot simultaneously be 5 and 6.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.EE.8c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve real-world and mathematical problems leading to two linear equations in two variables. For example, given coordinates for two pairs of points, determine whether the line through the first pair of points intersects the line through the second pair.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.F.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Define, evaluate, and compare functions. Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. (Function notation is not required in Grade 8.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.F.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Define, evaluate, and compare functions. Compare properties of two functions each represented in a different way (algebraically, graphically, numerically in tables, or by verbal descriptions). For example, given a linear function represented by a table of values and a linear function represented by an algebraic expression, determine which function has the greater rate of change.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.F.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Define, evaluate, and compare functions. Interpret the equation y = mx + b as defining a linear function, whose graph is a straight line; give examples of functions that are not linear. For example, the function A = s^2 giving the area of a square as a function of its side length is not linear because its graph contains the points (1,1), (2,4) and (3,9), which are not on a straight line.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.F.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use functions to model relationships between quantities. Construct a function to model a linear relationship between two quantities. Determine the rate of change and initial value of the function from a description of a relationship or from two (x, y) values, including reading these from a table or from a graph. Interpret the rate of change and initial value of a linear function in terms of the situation it models, and in terms of its graph or a table of values.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.F.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use functions to model relationships between quantities. Describe qualitatively the functional relationship between two quantities by analyzing a graph (e.g., where the function is increasing or decreasing, linear or nonlinear). Sketch a graph that exhibits the qualitative features of a function that has been described verbally.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.G.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand congruence and similarity using physical models, transparencies, or geometry software. Verify experimentally the properties of rotations, reflections, and translations: -- a. Lines are taken to lines, and line segments to line segments of the same length. -- b. Angles are taken to angles of the same measure. -- c. Parallel lines are taken to parallel lines.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.G.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand congruence and similarity using physical models, transparencies, or geometry software. Understand that a two-dimensional figure is congruent to another if the second can be obtained from the first by a sequence of rotations, reflections, and translations; given two congruent figures, describe a sequence that exhibits the congruence between them.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.G.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand congruence and similarity using physical models, transparencies, or geometry software. Describe the effect of dilations, translations, rotations and reflections on two-dimensional figures using coordinates.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.G.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand congruence and similarity using physical models, transparencies, or geometry software. Understand that a two-dimensional figure is similar to another if the second can be obtained from the first by a sequence of rotations, reflections, translations, and dilations; given two similar two-dimensional figures, describe a sequence that exhibits the similarity between them.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.G.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand congruence and similarity using physical models, transparencies, or geometry software. Use informal arguments to establish facts about the angle sum and exterior angle of triangles, about the angles created when parallel lines are cut by a transversal, and the angle-angle criterion for similarity of triangles. For example, arrange three copies of the same triangle so that the three angles appear to form a line, and give an argument in terms of transversals why this is so.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.G.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand and apply the Pythagorean Theorem. Explain a proof of the Pythagorean Theorem and its converse.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.G.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand and apply the Pythagorean Theorem. Apply the Pythagorean Theorem to determine unknown side lengths in right triangles in real-world and mathematical problems in two and three dimensions.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.G.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand and apply the Pythagorean Theorem. Apply the Pythagorean Theorem to find the distance between two points in a coordinate system.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.G.9">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve real-world and mathematical problems involving volume of cylinders, cones and spheres. Know the formulas for the volume of cones, cylinders, and spheres and use them to solve real-world and mathematical problems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.SP.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Investigate patterns of association in bivariate data. Construct and interpret scatter plots for bivariate measurement data to investigate patterns of association between two quantities. Describe patterns such as clustering, outliers, positive or negative association, linear association, and nonlinear association.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.SP.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Investigate patterns of association in bivariate data. Know that straight lines are widely used to model relationships between two quantitative variables. For scatter plots that suggest a linear association, informally fit a straight line, and informally assess the model fit by judging the closeness of the data points to the line.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.SP.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Investigate patterns of association in bivariate data. Use the equation of a linear model to solve problems in the context of bivariate measurement data, interpreting the slope and intercept. For example, in a linear model for a biology experiment, interpret a slope of 1.5 cm/hr as meaning that an additional hour of sunlight each day is associated with an additional 1.5 cm in mature plant height.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.8.SP.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Investigate patterns of association in bivariate data. Understand that patterns of association can also be seen in bivariate categorical data by displaying frequencies and relative frequencies in a two-way table. Construct and interpret a two-way table summarizing data on two categorical variables collected from the same subjects. Use relative frequencies calculated for rows or columns to describe possible association between the two variables. For example, collect data from students in your class on whether or not they have a curfew on school nights and whether or not they have assigned chores at home. Is there evidence that those who have a curfew also tend to have chores?</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.RN.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Extend the properties of exponents to rational exponents. Explain how the definition of the meaning of rational exponents follows from extending the properties of integer exponents to those values, allowing for a notation for radicals in terms of rational exponents. For example, we define 5^(1/3) to be the cube root of 5 because we want [5^(1/3)]^3 = 5^[(1/3) x 3] to hold, so [5^(1/3)]^3 must equal 5.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.RN.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Extend the properties of exponents to rational exponents. Rewrite expressions involving radicals and rational exponents using the properties of exponents.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.RN.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use properties of rational and irrational numbers. Explain why the sum or product of rational numbers is rational; that the sum of a rational number and an irrational number is irrational; and that the product of a nonzero rational number and an irrational number is irrational.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.Q.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Reason quantitatively and use units to solve problems. Use units as a way to understand problems and to guide the solution of multi-step problems; choose and interpret units consistently in formulas; choose and interpret the scale and the origin in graphs and data displays.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.Q.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Reason quantitatively and use units to solve problems. Define appropriate quantities for the purpose of descriptive modeling.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.Q.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Reason quantitatively and use units to solve problems. Choose a level of accuracy appropriate to limitations on measurement when reporting quantities.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.CN.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Perform arithmetic operations with complex numbers. Know there is a complex number i such that i^2 = −1, and every complex number has the form a + bi with a and b real.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.CN.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Perform arithmetic operations with complex numbers. Use the relation i^2 = –1 and the commutative, associative, and distributive properties to add, subtract, and multiply complex numbers.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.CN.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Perform arithmetic operations with complex numbers. Find the conjugate of a complex number; use conjugates to find moduli and quotients of complex numbers.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.CN.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Represent complex numbers and their operations on the complex plane. Represent complex numbers on the complex plane in rectangular and polar form (including real and imaginary numbers), and explain why the rectangular and polar forms of a given complex number represent the same number.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.CN.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Represent complex numbers and their operations on the complex plane. Represent addition, subtraction, multiplication, and conjugation of complex numbers geometrically on the complex plane; use properties of this representation for computation. For example, (-1 + √3i)^3 = 8 because (-1 + √3i) has modulus 2 and argument 120°.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.CN.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Represent complex numbers and their operations on the complex plane. Calculate the distance between numbers in the complex plane as the modulus of the difference, and the midpoint of a segment as the average of the numbers at its endpoints.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.CN.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use complex numbers in polynomial identities and equations. Solve quadratic equations with real coefficients that have complex solutions.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.CN.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Use complex numbers in polynomial identities and equations. Extend polynomial identities to the complex numbers. For example, rewrite x^2 + 4 as (x + 2i)(x – 2i).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.CN.9">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Use complex numbers in polynomial identities and equations. Know the Fundamental Theorem of Algebra; show that it is true for quadratic polynomials.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Represent and model with vector quantities. Recognize vector quantities as having both magnitude and direction. Represent vector quantities by directed line segments, and use appropriate symbols for vectors and their magnitudes (e.g., v(bold), |v|, ||v||, v(not bold)).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Represent and model with vector quantities. Find the components of a vector by subtracting the coordinates of an initial point from the coordinates of a terminal point.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Represent and model with vector quantities. Solve problems involving velocity and other quantities that can be represented by vectors.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Perform operations on vectors. Add and subtract vectors.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.4a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Add vectors end-to-end, component-wise, and by the parallelogram rule. Understand that the magnitude of a sum of two vectors is typically not the sum of the magnitudes.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.4b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Given two vectors in magnitude and direction form, determine the magnitude and direction of their sum.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.4c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Understand vector subtraction v – w as v + (–w), where (–w) is the additive inverse of w, with the same magnitude as w and pointing in the opposite direction. Represent vector subtraction graphically by connecting the tips in the appropriate order, and perform vector subtraction component-wise.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Perform operations on vectors. Multiply a vector by a scalar.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.5a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Represent scalar multiplication graphically by scaling vectors and possibly reversing their direction; perform scalar multiplication component-wise, e.g., as c(v(sub x), v(sub y)) = (cv(sub x), cv(sub y)).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.5b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Compute the magnitude of a scalar multiple cv using ||cv|| = |c|v. Compute the direction of cv knowing that when |c|v ≠ 0, the direction of cv is either along v (for c > 0) or against v (for c < 0).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Perform operations on matrices and use matrices in applications. Use matrices to represent and manipulate data, e.g., to represent payoffs or incidence relationships in a network.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Perform operations on matrices and use matrices in applications. Multiply matrices by scalars to produce new matrices, e.g., as when all of the payoffs in a game are doubled.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Perform operations on matrices and use matrices in applications. Add, subtract, and multiply matrices of appropriate dimensions.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.9">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Perform operations on matrices and use matrices in applications. Understand that, unlike multiplication of numbers, matrix multiplication for square matrices is not a commutative operation, but still satisfies the associative and distributive properties.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.10">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Perform operations on matrices and use matrices in applications. Understand that the zero and identity matrices play a role in matrix addition and multiplication similar to the role of 0 and 1 in the real numbers. The determinant of a square matrix is nonzero if and only if the matrix has a multiplicative inverse.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.11">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Perform operations on matrices and use matrices in applications. Multiply a vector (regarded as a matrix with one column) by a matrix of suitable dimensions to produce another vector. Work with matrices as transformations of vectors.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSN.VM.12">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Perform operations on matrices and use matrices in applications. Work with 2 X 2 matrices as transformations of the plane, and interpret the absolute value of the determinant in terms of area.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.SSE.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Interpret the structure of expressions. Interpret expressions that represent a quantity in terms of its context.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.SSE.1a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Interpret parts of an expression, such as terms, factors, and coefficients.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.SSE.1b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Interpret complicated expressions by viewing one or more of their parts as a single entity. For example, interpret P(1+r)^n as the product of P and a factor not depending on P.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.SSE.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Interpret the structure of expressions. Use the structure of an expression to identify ways to rewrite it. For example, see x^4 – y^4 as (x^2)^2 – (y^2)^2, thus recognizing it as a difference of squares that can be factored as (x^2 – y^2)(x^2 + y^2).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.SSE.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Write expressions in equivalent forms to solve problems. Choose and produce an equivalent form of an expression to reveal and explain properties of the quantity represented by the expression.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.SSE.3a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Factor a quadratic expression to reveal the zeros of the function it defines.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.SSE.3b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Complete the square in a quadratic expression to reveal the maximum or minimum value of the function it defines.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.SSE.3c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use the properties of exponents to transform expressions for exponential functions. For example the expression 1.15^t can be rewritten as [1.15^(1/12)]^(12t) ≈ 1.012^(12t) to reveal the approximate equivalent monthly interest rate if the annual rate is 15%.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.SSE.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Write expressions in equivalent forms to solve problems. Derive the formula for the sum of a finite geometric series (when the common ratio is not 1), and use the formula to solve problems. For example, calculate mortgage payments.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.APR.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Perform arithmetic operations on polynomials. Understand that polynomials form a system analogous to the integers, namely, they are closed under the operations of addition, subtraction, and multiplication; add, subtract, and multiply polynomials.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.APR.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand the relationship between zeros and factors of polynomial. Know and apply the Remainder Theorem: For a polynomial p(x) and a number a, the remainder on division by x – a is p(a), so p(a) = 0 if and only if (x – a) is a factor of p(x).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.APR.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand the relationship between zeros and factors of polynomials. Identify zeros of polynomials when suitable factorizations are available, and use the zeros to construct a rough graph of the function defined by the polynomial.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.APR.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use polynomial identities to solve problems. Prove polynomial identities and use them to describe numerical relationships. For example, the polynomial identity (x^2 + y^2)^2 = (x^2 – y^2)^2 + (2xy)^2 can be used to generate Pythagorean triples.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.APR.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Use polynomial identities to solve problems. Know and apply that the Binomial Theorem gives the expansion of (x + y)^n in powers of x and y for a positive integer n, where x and y are any numbers, with coefficients determined for example by Pascal’s Triangle. (The Binomial Theorem can be proved by mathematical induction or by a combinatorial argument.)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.APR.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Rewrite rational expressions. Rewrite simple rational expressions in different forms; write a(x)/b(x) in the form q(x) + r(x)/b(x), where a(x), b(x), q(x), and r(x) are polynomials with the degree of r(x) less than the degree of b(x), using inspection, long division, or, for the more complicated examples, a computer algebra system.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.APR.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Rewrite rational expressions. Understand that rational expressions form a system analogous to the rational numbers, closed under addition, subtraction, multiplication, and division by a nonzero rational expression; add, subtract, multiply, and divide rational expressions.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.CED.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Create equations that describe numbers or relationship. Create equations and inequalities in one variable and use them to solve problems. Include equations arising from linear and quadratic functions, and simple rational and exponential functions.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.CED.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Create equations that describe numbers or relationship. Create equations in two or more variables to represent relationships between quantities; graph equations on coordinate axes with labels and scales.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.CED.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Create equations that describe numbers or relationship. Represent constraints by equations or inequalities, and by systems of equations and/or inequalities, and interpret solutions as viable or non-viable options in a modeling context. For example, represent inequalities describing nutritional and cost constraints on combinations of different foods.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.CED.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Create equations that describe numbers or relationship. Rearrange formulas to highlight a quantity of interest, using the same reasoning as in solving equations. For example, rearrange Ohm’s law V = IR to highlight resistance R.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.REI.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand solving equations as a process of reasoning and explain the reasoning. Explain each step in solving a simple equation as following from the equality of numbers asserted at the previous step, starting from the assumption that the original equation has a solution. Construct a viable argument to justify a solution method.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.REI.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand solving equations as a process of reasoning and explain the reasoning. Solve simple rational and radical equations in one variable, and give examples showing how extraneous solutions may arise.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.REI.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve equations and inequalities in one variable. Solve linear equations and inequalities in one variable, including equations with coefficients represented by letters.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.REI.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve equations and inequalities in one variable. Solve quadratic equations in one variable.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.REI.4a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use the method of completing the square to transform any quadratic equation in x into an equation of the form (x – p)^2 = q that has the same solutions. Derive the quadratic formula from this form.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.REI.4b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve quadratic equations by inspection (e.g., for x^2 = 49), taking square roots, completing the square, the quadratic formula and factoring, as appropriate to the initial form of the equation. Recognize when the quadratic formula gives complex solutions and write them as a ± bi for real numbers a and b.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.REI.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve systems of equations. Prove that, given a system of two equations in two variables, replacing one equation by the sum of that equation and a multiple of the other produces a system with the same solutions.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.REI.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve systems of equations. Solve systems of linear equations exactly and approximately (e.g., with graphs), focusing on pairs of linear equations in two variables.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.REI.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve systems of equations. Solve a simple system consisting of a linear equation and a quadratic equation in two variables algebraically and graphically. For example, find the points of intersection between the line y = –3x and the circle x^2 + y^2 = 3.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.REI.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Solve systems of equations. Represent a system of linear equations as a single matrix equation in a vector variable.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.REI.9">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Solve systems of equations. Find the inverse of a matrix if it exists and use it to solve systems of linear equations (using technology for matrices of dimension 3 × 3 or greater).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.REI.10">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and solve equations and inequalities graphically. Understand that the graph of an equation in two variables is the set of all its solutions plotted in the coordinate plane, often forming a curve (which could be a line).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.REI.11">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and solve equations and inequalities graphically. Explain why the x-coordinates of the points where the graphs of the equations y = f(x) and y = g(x) intersect are the solutions of the equation f(x) = g(x); find the solutions approximately, e.g., using technology to graph the functions, make tables of values, or find successive approximations. Include cases where f(x) and/or g(x) are linear, polynomial, rational, absolute value, exponential, and logarithmic functions.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSA.REI.12">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Represent and solve equations and inequalities graphically. Graph the solutions to a linear inequality in two variables as a half-plane (excluding the boundary in the case of a strict inequality), and graph the solution set to a system of linear inequalities in two variables as the intersection of the corresponding half-planes.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.IF.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand the concept of a function and use function notation. Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.IF.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand the concept of a function and use function notation. Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.IF.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand the concept of a function and use function notation. Recognize that sequences are functions, sometimes defined recursively, whose domain is a subset of the integers. For example, the Fibonacci sequence is defined recursively by f(0) = f(1) = 1, f(n+1) = f(n) + f(n-1) for n ≥ 1 (n is greater than or equal to 1).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.IF.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Interpret functions that arise in applications in terms of the context. For a function that models a relationship between two quantities, interpret key features of graphs and tables in terms of the quantities, and sketch graphs showing key features given a verbal description of the relationship. Key features include: intercepts; intervals where the function is increasing, decreasing, positive, or negative; relative maximums and minimums; symmetries; end behavior; and periodicity.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.IF.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Interpret functions that arise in applications in terms of the context. Relate the domain of a function to its graph and, where applicable, to the quantitative relationship it describes. For example, if the function h(n) gives the number of person-hours it takes to assemble n engines in a factory, then the positive integers would be an appropriate domain for the function.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.IF.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Interpret functions that arise in applications in terms of the context. Calculate and interpret the average rate of change of a function (presented symbolically or as a table) over a specified interval. Estimate the rate of change from a graph.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.IF.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Analyze functions using different representations. Graph functions expressed symbolically and show key features of the graph, by hand in simple cases and using technology for more complicated cases.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.IF.7a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Graph linear and quadratic functions and show intercepts, maxima, and minima.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.IF.7b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Graph square root, cube root, and piecewise-defined functions, including step functions and absolute value functions.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.IF.7c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Graph polynomial functions, identifying zeros when suitable factorizations are available, and showing end behavior.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.IF.7d">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Graph rational functions, identifying zeros and asymptotes when suitable factorizations are available, and showing end behavior.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.IF.7e">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Graph exponential and logarithmic functions, showing intercepts and end behavior, and trigonometric functions, showing period, midline, and amplitude.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.IF.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Analyze functions using different representations. Write a function defined by an expression in different but equivalent forms to reveal and explain different properties of the function.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.IF.8a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use the process of factoring and completing the square in a quadratic function to show zeros, extreme values, and symmetry of the graph, and interpret these in terms of a context.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.IF.8b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use the properties of exponents to interpret expressions for exponential functions. For example, identify percent rate of change in functions such as y = (1.02)^t, y = (0.97)^t, y = (1.01)^(12t), y = (1.2)^(t/10), and classify them as representing exponential growth and decay.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.IF.9">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Analyze functions using different representations. Compare properties of two functions each represented in a different way (algebraically, graphically, numerically in tables, or by verbal descriptions). For example, given a graph of one quadratic function and an algebraic expression for another, say which has the larger maximum.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.BF.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Build a function that models a relationship between two quantities. Write a function that describes a relationship between two quantities.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.BF.1a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Determine an explicit expression, a recursive process, or steps for calculation from a context.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.BF.1b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Combine standard function types using arithmetic operations. For example, build a function that models the temperature of a cooling body by adding a constant function to a decaying exponential, and relate these functions to the model.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.BF.1c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Compose functions. For example, if T(y) is the temperature in the atmosphere as a function of height, and h(t) is the height of a weather balloon as a function of time, then T(h(t)) is the temperature at the location of the weather balloon as a function of time.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.BF.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Build a function that models a relationship between two quantities. Write arithmetic and geometric sequences both recursively and with an explicit formula, use them to model situations, and translate between the two forms.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.BF.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Build new functions from existing functions. Identify the effect on the graph of replacing f(x) by f(x) + k, k f(x), f(kx), and f(x + k) for specific values of k (both positive and negative); find the value of k given the graphs. Experiment with cases and illustrate an explanation of the effects on the graph using technology. Include recognizing even and odd functions from their graphs and algebraic expressions for them.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.BF.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Build new functions from existing functions. Find inverse functions.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.BF.4a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Solve an equation of the form f(x) = c for a simple function f that has an inverse and write an expression for the inverse. For example, f(x) =2(x^3) or f(x) = (x+1)/(x-1) for x ≠ 1 (x not equal to 1).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.BF.4b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Verify by composition that one function is the inverse of another.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.BF.4c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Read values of an inverse function from a graph or a table, given that the function has an inverse.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.BF.4d">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Produce an invertible function from a non-invertible function by restricting the domain.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.BF.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Understand the inverse relationship between exponents and logarithms and use this relationship to solve problems involving logarithms and exponents.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.LE.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Construct and compare linear, quadratic, and exponential models and solve problems. Distinguish between situations that can be modeled with linear functions and with exponential functions.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.LE.1a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Prove that linear functions grow by equal differences over equal intervals and that exponential functions grow by equal factors over equal intervals.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.LE.1b.">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Recognize situations in which one quantity changes at a constant rate per unit interval relative to another.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.LE.1c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Recognize situations in which a quantity grows or decays by a constant percent rate per unit interval relative to another.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.LE.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Construct and compare linear, quadratic, and exponential models and solve problems. Construct linear and exponential functions, including arithmetic and geometric sequences, given a graph, a description of a relationship, or two input-output pairs (include reading these from a table).*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.LE.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Construct and compare linear, quadratic, and exponential models and solve problems. Observe using graphs and tables that a quantity increasing exponentially eventually exceeds a quantity increasing linearly, quadratically, or (more generally) as a polynomial function.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.LE.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Construct and compare linear, quadratic, and exponential models and solve problems. For exponential models, express as a logarithm the solution to ab^(ct) = d where a, c, and d are numbers and the base b is 2, 10, or e; evaluate the logarithm using technology.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.LE.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Construct and compare linear, quadratic, and exponential models and solve problems. Interpret the parameters in a linear or exponential function in terms of a context.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.TF.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Extend the domain of trigonometric functions using the unit circle. Understand radian measure of an angle as the length of the arc on the unit circle subtended by the angle.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.TF.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Extend the domain of trigonometric functions using the unit circle. Explain how the unit circle in the coordinate plane enables the extension of trigonometric functions to all real numbers, interpreted as radian measures of angles traversed counterclockwise around the unit circle.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.TF.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Extend the domain of trigonometric functions using the unit circle. Use special triangles to determine geometrically the values of sine, cosine, tangent for π/3, π/4 and π/6, and use the unit circle to express the values of sine, cosine, and tangent for π - x, π + x, and 2π - x in terms of their values for x, where x is any real number.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.TF.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Extend the domain of trigonometric functions using the unit circle. Use the unit circle to explain symmetry (odd and even) and periodicity of trigonometric functions.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.TF.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Model periodic phenomena with trigonometric functions. Choose trigonometric functions to model periodic phenomena with specified amplitude, frequency, and midline.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.TF.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Model periodic phenomena with trigonometric functions. Understand that restricting a trigonometric function to a domain on which it is always increasing or always decreasing allows its inverse to be constructed.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.TF.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Model periodic phenomena with trigonometric functions. Use inverse functions to solve trigonometric equations that arise in modeling contexts; evaluate the solutions using technology, and interpret them in terms of the context.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.TF.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Prove and apply trigonometric identities. Prove the Pythagorean identity (sin A)^2 + (cos A)^2 = 1 and use it to find sin A, cos A, or tan A, given sin A, cos A, or tan A, and the quadrant of the angle.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSF.TF.9">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Prove and apply trigonometric identities. Prove the addition and subtraction formulas for sine, cosine, and tangent and use them to solve problems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.CO.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Experiment with transformations in the plane. Know precise definitions of angle, circle, perpendicular line, parallel line, and line segment, based on the undefined notions of point, line, distance along a line, and distance around a circular arc.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.CO.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Experiment with transformations in the plane. Represent transformations in the plane using, e.g., transparencies and geometry software; describe transformations as functions that take points in the plane as inputs and give other points as outputs. Compare transformations that preserve distance and angle to those that do not (e.g., translation versus horizontal stretch).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.CO.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Experiment with transformations in the plane. Given a rectangle, parallelogram, trapezoid, or regular polygon, describe the rotations and reflections that carry it onto itself.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.CO.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Experiment with transformations in the plane. Develop definitions of rotations, reflections, and translations in terms of angles, circles, perpendicular lines, parallel lines, and line segments.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.CO.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Experiment with transformations in the plane. Given a geometric figure and a rotation, reflection, or translation, draw the transformed figure using, e.g., graph paper, tracing paper, or geometry software. Specify a sequence of transformations that will carry a given figure onto another.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.CO.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand congruence in terms of rigid motions. Use geometric descriptions of rigid motions to transform figures and to predict the effect of a given rigid motion on a given figure; given two figures, use the definition of congruence in terms of rigid motions to decide if they are congruent.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.CO.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand congruence in terms of rigid motions. Use the definition of congruence in terms of rigid motions to show that two triangles are congruent if and only if corresponding pairs of sides and corresponding pairs of angles are congruent.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.CO.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand congruence in terms of rigid motions. Explain how the criteria for triangle congruence (ASA, SAS, and SSS) follow from the definition of congruence in terms of rigid motions.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.CO.9">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Prove geometric theorems. Prove theorems about lines and angles. Theorems include: vertical angles are congruent; when a transversal crosses parallel lines, alternate interior angles are congruent and corresponding angles are congruent; points on a perpendicular bisector of a line segment are exactly those equidistant from the segment’s endpoints.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.CO.10">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Prove geometric theorems. Prove theorems about triangles. Theorems include: measures of interior angles of a triangle sum to 180 degrees; base angles of isosceles triangles are congruent; the segment joining midpoints of two sides of a triangle is parallel to the third side and half the length; the medians of a triangle meet at a point.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.CO.11">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Prove geometric theorems. Prove theorems about parallelograms. Theorems include: opposite sides are congruent, opposite angles are congruent, the diagonals of a parallelogram bisect each other, and conversely, rectangles are parallelograms with congruent diagonals.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.CO.12">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Make geometric constructions. Make formal geometric constructions with a variety of tools and methods (compass and straightedge, string, reflective devices, paper folding, dynamic geometric software, etc.). Copying a segment; copying an angle; bisecting a segment; bisecting an angle; constructing perpendicular lines, including the perpendicular bisector of a line segment; and constructing a line parallel to a given line through a point not on the line.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.CO.13">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Make geometric constructions. Construct an equilateral triangle, a square, and a regular hexagon inscribed in a circle.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.SRT.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand similarity in terms of similarity transformations. Verify experimentally the properties of dilations given by a center and a scale factor: -- a. A dilation takes a line not passing through the center of the dilation to a parallel line, and leaves a line passing through the center unchanged. -- b. The dilation of a line segment is longer or shorter in the ratio given by the scale factor.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.SRT.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand similarity in terms of similarity transformations. Given two figures, use the definition of similarity in terms of similarity transformations to decide if they are similar; explain using similarity transformations the meaning of similarity for triangles as the equality of all corresponding pairs of angles and the proportionality of all corresponding pairs of sides.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.SRT.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand similarity in terms of similarity transformations. Use the properties of similarity transformations to establish the AA criterion for two triangles to be similar.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.SRT.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Prove theorems involving similarity. Prove theorems about triangles. Theorems include: a line parallel to one side of a triangle divides the other two proportionally, and conversely; the Pythagorean Theorem proved using triangle similarity.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.SRT.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Prove theorems involving similarity. Use congruence and similarity criteria for triangles to solve problems and to prove relationships in geometric figures.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.SRT.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Define trigonometric ratios and solve problems involving right triangles. Understand that by similarity, side ratios in right triangles are properties of the angles in the triangle, leading to definitions of trigonometric ratios for acute angles.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.SRT.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Define trigonometric ratios and solve problems involving right triangles. Explain and use the relationship between the sine and cosine of complementary angles.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.SRT.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Define trigonometric ratios and solve problems involving right triangles. Use trigonometric ratios and the Pythagorean Theorem to solve right triangles in applied problems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.SRT.9">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Apply trigonometry to general triangles. Derive the formula A = (1/2)ab sin(C) for the area of a triangle by drawing an auxiliary line from a vertex perpendicular to the opposite side.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.SRT.10">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Apply trigonometry to general triangles. Prove the Laws of Sines and Cosines and use them to solve problems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.SRT.11">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Apply trigonometry to general triangles. Understand and apply the Law of Sines and the Law of Cosines to find unknown measurements in right and non-right triangles (e.g., surveying problems, resultant forces).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.C.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand and apply theorems about circles. Prove that all circles are similar.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.C.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand and apply theorems about circles. Identify and describe relationships among inscribed angles, radii, and chords. Include the relationship between central, inscribed, and circumscribed angles; inscribed angles on a diameter are right angles; the radius of a circle is perpendicular to the tangent where the radius intersects the circle.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.C.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand and apply theorems about circles. Construct the inscribed and circumscribed circles of a triangle, and prove properties of angles for a quadrilateral inscribed in a circle.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.C.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Understand and apply theorems about circles. Construct a tangent line from a point outside a given circle to the circle.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.C.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Find arc lengths and areas of sectors of circles. Derive using similarity the fact that the length of the arc intercepted by an angle is proportional to the radius, and define the radian measure of the angle as the constant of proportionality; derive the formula for the area of a sector.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.GPE.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Translate between the geometric description and the equation for a conic section. Derive the equation of a circle of given center and radius using the Pythagorean Theorem; complete the square to find the center and radius of a circle given by an equation.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.GPE.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Translate between the geometric description and the equation for a conic section. Derive the equation of a parabola given a focus and directrix.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.GPE.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Translate between the geometric description and the equation for a conic section. Derive the equations of ellipses and hyperbolas given the foci, using the fact that the sum or difference of distances from the foci is constant.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.GPE.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use coordinates to prove simple geometric theorems algebraically. For example, prove or disprove that a figure defined by four given points in the coordinate plane is a rectangle; prove or disprove that the point (1, √3) lies on the circle centered at the origin and containing the point (0, 2).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.GPE.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use coordinates to prove simple geometric theorems algebraically. Prove the slope criteria for parallel and perpendicular lines and use them to solve geometric problems (e.g., find the equation of a line parallel or perpendicular to a given line that passes through a given point).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.GPE.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use coordinates to prove simple geometric theorems algebraically. Find the point on a directed line segment between two given points that partitions the segment in a given ratio.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.GPE.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use coordinates to prove simple geometric theorems algebraically. Use coordinates to compute perimeters of polygons and areas of triangles and rectangles, e.g., using the distance formula.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.GMD.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Explain volume formulas and use them to solve problems. Give an informal argument for the formulas for the circumference of a circle, area of a circle, volume of a cylinder, pyramid, and cone. Use dissection arguments, Cavalieri’s principle, and informal limit arguments.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.GMD.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Explain volume formulas and use them to solve problems. Give an informal argument using Cavalieri’s principle for the formulas for the volume of a sphere and other solid figures.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.GMD.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Explain volume formulas and use them to solve problems. Use volume formulas for cylinders, pyramids, cones, and spheres to solve problems.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.GMD.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Visualize relationships between two-dimensional and three-dimensional objects. Identify the shapes of two-dimensional cross-sections of three-dimensional objects, and identify three-dimensional objects generated by rotations of two-dimensional objects.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.MG.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply geometric concepts in modeling situations. Use geometric shapes, their measures, and their properties to describe objects (e.g., modeling a tree trunk or a human torso as a cylinder).*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.MG.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply geometric concepts in modeling situations. Apply concepts of density based on area and volume in modeling situations (e.g., persons per square mile, BTUs per cubic foot).*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSG.MG.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Apply geometric concepts in modeling situations. Apply geometric methods to solve design problems (e.g., designing an object or structure to satisfy physical constraints or minimize cost; working with typographic grid systems based on ratios).*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.ID.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Summarize, represent, and interpret data on a single count or measurement variable. Represent data with plots on the real number line (dot plots, histograms, and box plots).*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.ID.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Summarize, represent, and interpret data on a single count or measurement variable. Use statistics appropriate to the shape of the data distribution to compare center (median, mean) and spread (interquartile range, standard deviation) of two or more different data sets.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.ID.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Summarize, represent, and interpret data on a single count or measurement variable. Interpret differences in shape, center, and spread in the context of the data sets, accounting for possible effects of extreme data points (outliers).*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.ID.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Summarize, represent, and interpret data on a single count or measurement variable. Use the mean and standard deviation of a data set to fit it to a normal distribution and to estimate population percentages. Recognize that there are data sets for which such a procedure is not appropriate. Use calculators, spreadsheets, and tables to estimate areas under the normal curve.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.ID.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Summarize, represent, and interpret data on two categorical and quantitative variables. Summarize categorical data for two categories in two-way frequency tables. Interpret relative frequencies in the context of the data (including joint, marginal, and conditional relative frequencies). Recognize possible associations and trends in the data.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.ID.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Summarize, represent, and interpret data on two categorical and quantitative variables. Represent data on two quantitative variables on a scatter plot, and describe how the variables are related.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.ID.6a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Fit a function to the data; use functions fitted to data to solve problems in the context of the data. Use given functions or choose a function suggested by the context. Emphasize linear, quadratic, and exponential models.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.ID.6b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Informally assess the fit of a function by plotting and analyzing residuals.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.ID.6c">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Fit a linear function for a scatter plot that suggests a linear association.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.ID.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Interpret linear models. Interpret the slope (rate of change) and the intercept (constant term) of a linear model in the context of the data.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.ID.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Interpret linear models. Compute (using technology) and interpret the correlation coefficient of a linear fit.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.ID.9">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Interpret linear models. Distinguish between correlation and causation.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.IC.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand and evaluate random processes underlying statistical experiments. Understand statistics as a process for making inferences about population parameters based on a random sample from that population.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.IC.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand and evaluate random processes underlying statistical experiments. Decide if a specified model is consistent with results from a given data-generating process, e.g., using simulation. For example, a model says a spinning coin falls heads up with probability 0. 5. Would a result of 5 tails in a row cause you to question the model?*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.IC.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Make inferences and justify conclusions from sample surveys, experiments, and observational studies. Recognize the purposes of and differences among sample surveys, experiments, and observational studies; explain how randomization relates to each.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.IC.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Make inferences and justify conclusions from sample surveys, experiments, and observational studies. Use data from a sample survey to estimate a population mean or proportion; develop a margin of error through the use of simulation models for random sampling.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.IC.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Make inferences and justify conclusions from sample surveys, experiments, and observational studies. Use data from a randomized experiment to compare two treatments; use simulations to decide if differences between parameters are significant.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.IC.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Make inferences and justify conclusions from sample surveys, experiments, and observational studies. Evaluate reports based on data.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.CP.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand independence and conditional probability and use them to interpret data. Describe events as subsets of a sample space (the set of outcomes) using characteristics (or categories) of the outcomes, or as unions, intersections, or complements of other events (“or,” “and,” “not”).*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.CP.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand independence and conditional probability and use them to interpret data. Understand that two events A and B are independent if the probability of A and B occurring together is the product of their probabilities, and use this characterization to determine if they are independent.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.CP.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand independence and conditional probability and use them to interpret data. Understand the conditional probability of A given B as P(A and B)/P(B), and interpret independence of A and B as saying that the conditional probability of A given B is the same as the probability of A, and the conditional probability of B given A is the same as the probability of B.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.CP.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand independence and conditional probability and use them to interpret data. Construct and interpret two-way frequency tables of data when two categories are associated with each object being classified. Use the two-way table as a sample space to decide if events are independent and to approximate conditional probabilities. For example, collect data from a random sample of students in your school on their favorite subject among math, science, and English. Estimate the probability that a randomly selected student from your school will favor science given that the student is in tenth grade. Do the same for other subjects and compare the results.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.CP.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Understand independence and conditional probability and use them to interpret data. Recognize and explain the concepts of conditional probability and independence in everyday language and everyday situations. For example, compare the chance of having lung cancer if you are a smoker with the chance of being a smoker if you have lung cancer.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.CP.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use the rules of probability to compute probabilities of compound events in a uniform probability model. Find the conditional probability of A given B as the fraction of B’s outcomes that also belong to A, and interpret the answer in terms of the model.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.CP.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use the rules of probability to compute probabilities of compound events in a uniform probability model. Apply the Addition Rule, P(A or B) = P(A) + P(B) – P(A and B), and interpret the answer in terms of the model.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.CP.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Use the rules of probability to compute probabilities of compound events in a uniform probability model. Apply the general Multiplication Rule in a uniform probability model, P(A and B) = [P(A)]x[P(B|A)] =[P(B)]x[P(A|B)], and interpret the answer in terms of the model.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.CP.9">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Use the rules of probability to compute probabilities of compound events in a uniform probability model. Use permutations and combinations to compute probabilities of compound events and solve problems.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.MD.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Calculate expected values and use them to solve problems. Define a random variable for a quantity of interest by assigning a numerical value to each event in a sample space; graph the corresponding probability distribution using the same graphical displays as for data distributions.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.MD.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Calculate expected values and use them to solve problems. Calculate the expected value of a random variable; interpret it as the mean of the probability distribution.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.MD.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Calculate expected values and use them to solve problems. Develop a probability distribution for a random variable defined for a sample space in which theoretical probabilities can be calculated; find the expected value. For example, find the theoretical probability distribution for the number of correct answers obtained by guessing on all five questions of a multiple-choice test where each question has four choices, and find the expected grade under various grading schemes.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.MD.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Calculate expected values and use them to solve problems. Develop a probability distribution for a random variable defined for a sample space in which probabilities are assigned empirically; find the expected value. For example, find a current data distribution on the number of TV sets per household in the United States, and calculate the expected number of sets per household. How many TV sets would you expect to find in 100 randomly selected households?*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.MD.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Use probability to evaluate outcomes of decisions. Weigh the possible outcomes of a decision by assigning probabilities to payoff values and finding expected values.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.MD.5a">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Find the expected payoff for a game of chance. For example, find the expected winnings from a state lottery ticket or a game at a fast-food restaurant.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.MD.5b">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Evaluate and compare strategies on the basis of expected values. For example, compare a high-deductible versus a low-deductible automobile insurance policy using various, but reasonable, chances of having a minor or a major accident.*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.MD.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Use probability to evaluate outcomes of decisions. Use probabilities to make fair decisions (e.g., drawing by lots, using a random number generator).*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.HSS.MD.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - (+) Use probability to evaluate outcomes of decisions. Analyze decisions and strategies using probability concepts (e.g., product testing, medical testing, pulling a hockey goalie at the end of a game).*</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K-12.MP.1">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Make sense of problems and persevere in solving them. Mathematically proficient students start by explaining to themselves the meaning of a problem and looking for entry points to its solution. They analyze givens, constraints, relationships, and goals. They make conjectures about the form and meaning of the solution and plan a solution pathway rather than simply jumping into a solution attempt. They consider analogous problems, and try special cases and simpler forms of the original problem in order to gain insight into its solution. They monitor and evaluate their progress and change course if necessary. Older students might, depending on the context of the problem, transform algebraic expressions or change the viewing window on their graphing calculator to get the information they need. Mathematically proficient students can explain correspondences between equations, verbal descriptions, tables, and graphs or draw diagrams of important features and relationships, graph data, and search for regularity or trends. Younger students might rely on using concrete objects or pictures to help conceptualize and solve a problem. Mathematically proficient students check their answers to problems using a different method, and they continually ask themselves, “Does this make sense?” They can understand the approaches of others to solving complex problems and identify correspondences between different approaches.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K-12.MP.2">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Reason abstractly and quantitatively. Mathematically proficient students make sense of the quantities and their relationships in problem situations. Students bring two complementary abilities to bear on problems involving quantitative relationships: the ability to decontextualize—to abstract a given situation and represent it symbolically and manipulate the representing symbols as if they have a life of their own, without necessarily attending to their referents—and the ability to contextualize, to pause as needed during the manipulation process in order to probe into the referents for the symbols involved. Quantitative reasoning entails habits of creating a coherent representation of the problem at hand; considering the units involved; attending to the meaning of quantities, not just how to compute them; and knowing and flexibly using different properties of operations and objects.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K-12.MP.3">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Construct viable arguments and critique the reasoning of others. Mathematically proficient students understand and use stated assumptions, definitions, and previously established results in constructing arguments. They make conjectures and build a logical progression of statements to explore the truth of their conjectures. They are able to analyze situations by breaking them into cases, and can recognize and use counterexamples. They justify their conclusions, communicate them to others, and respond to the arguments of others. They reason inductively about data, making plausible arguments that take into account the context from which the data arose. Mathematically proficient students are also able to compare the effectiveness of two plausible arguments, distinguish correct logic or reasoning from that which is flawed, and—if there is a flaw in an argument—explain what it is. Elementary students can construct arguments using concrete referents such as objects, drawings, diagrams, and actions. Such arguments can make sense and be correct, even though they are not generalized or made formal until later grades. Later, students learn to determine domains to which an argument applies. Students at all grades can listen or read the arguments of others, decide whether they make sense, and ask useful questions to clarify or improve the arguments.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K-12.MP.4">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Model with mathematics. Mathematically proficient students can apply the mathematics they know to solve problems arising in everyday life, society, and the workplace. In early grades, this might be as simple as writing an addition equation to describe a situation. In middle grades, a student might apply proportional reasoning to plan a school event or analyze a problem in the community. By high school, a student might use geometry to solve a design problem or use a function to describe how one quantity of interest depends on another. Mathematically proficient students who can apply what they know are comfortable making assumptions and approximations to simplify a complicated situation, realizing that these may need revision later. They are able to identify important quantities in a practical situation and map their relationships using such tools as diagrams, two-way tables, graphs, flowcharts and formulas. They can analyze those relationships mathematically to draw conclusions. They routinely interpret their mathematical results in the context of the situation and reflect on whether the results make sense, possibly improving the model if it has not served its purpose.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K-12.MP.5">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Use appropriate tools strategically. Mathematically proficient students consider the available tools when solving a mathematical problem. These tools might include pencil and paper, concrete models, a ruler, a protractor, a calculator, a spreadsheet, a computer algebra system, a statistical package, or dynamic geometry software. Proficient students are sufficiently familiar with tools appropriate for their grade or course to make sound decisions about when each of these tools might be helpful, recognizing both the insight to be gained and their limitations. For example, mathematically proficient high school students analyze graphs of functions and solutions generated using a graphing calculator. They detect possible errors by strategically using estimation and other mathematical knowledge. When making mathematical models, they know that technology can enable them to visualize the results of varying assumptions, explore consequences, and compare predictions with data. Mathematically proficient students at various grade levels are able to identify relevant external mathematical resources, such as digital content located on a website, and use them to pose or solve problems. They are able to use technological tools to explore and deepen their understanding of concepts.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K-12.MP.6">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Attend to precision. Mathematically proficient students try to communicate precisely to others. They try to use clear definitions in discussion with others and in their own reasoning. They state the meaning of the symbols they choose, including using the equal sign consistently and appropriately. They are careful about specifying units of measure, and labeling axes to clarify the correspondence with quantities in a problem. They calculate accurately and efficiently, express numerical answers with a degree of precision appropriate for the problem context. In the elementary grades, students give carefully formulated explanations to each other. By the time they reach high school they have learned to examine claims and make explicit use of definitions.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K-12.MP.7">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Look for and make use of structure. Mathematically proficient students look closely to discern a pattern or structure. Young students, for example, might notice that three and seven more is the same amount as seven and three more, or they may sort a collection of shapes according to how many sides the shapes have. Later, students will see 7 × 8 equals the well remembered 7 × 5 + 7 × 3, in preparation for learning about the distributive property. In the expression x^2 + 9x + 14, older students can see the 14 as 2 × 7 and the 9 as 2 + 7. They recognize the significance of an existing line in a geometric figure and can use the strategy of drawing an auxiliary line for solving problems. They also can step back for an overview and shift perspective. They can see complicated things, such as some algebraic expressions, as single objects or as being composed of several objects. For example, they can see 5 – 3(x – y)^2 as 5 minus a positive number times a square and use that to realize that its value cannot be more than 5 for any real numbers x and y.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CC.K-12.MP.8">
      <xs:annotation>
        <xs:documentation>Common Core State Standards Math - Look for and express regularity in repeated reasoning. Mathematically proficient students notice if calculations are repeated, and look both for general methods and for shortcuts. Upper elementary students might notice when dividing 25 by 11 that they are repeating the same calculations over and over again, and conclude they have a repeating decimal. By paying attention to the calculation of slope as they repeatedly check whether points are on the line through (1, 2) with slope 3, middle school students might abstract the equation (y – 2)/(x –1) = 3. Noticing the regularity in the way terms cancel when expanding (x – 1)(x + 1), (x – 1)(x^2 + x + 1), and (x – 1)(x^3 + x^2 + x + 1) might lead them to the general formula for the sum of a geometric series. As they work to solve a problem, mathematically proficient students maintain oversight of the process, while attending to the details. They continually evaluate the reasonableness of their intermediate results.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type err:ResourceFormat
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that identify the formats of educational resources
possible in the registry
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration Video
A video resource that can be watched (streaming or download)
enumeration Interactive
A resource designed to be interacted with using a computer
(typically on the web)
enumeration Worksheet
An document to be filled out interactively by a student in
pursuit of a learning goal
enumeration Image
An image for viewing
enumeration Audio
An audio recording for listening
enumeration Text
A textual document (physical or online) for reading
Used by
Source
<xs:simpleType name="ResourceFormat">
  <xs:annotation>
    <xs:documentation>Controlled labels that identify the formats of educational resources possible in the registry</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="Video">
      <xs:annotation>
        <xs:documentation>A video resource that can be watched (streaming or download)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Interactive">
      <xs:annotation>
        <xs:documentation>A resource designed to be interacted with using a computer (typically on the web)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Worksheet">
      <xs:annotation>
        <xs:documentation>An document to be filled out interactively by a student in pursuit of a learning goal</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Image">
      <xs:annotation>
        <xs:documentation>An image for viewing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Audio">
      <xs:annotation>
        <xs:documentation>An audio recording for listening</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Text">
      <xs:annotation>
        <xs:documentation>A textual document (physical or online) for reading</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type err:Language
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that identify the human languages used in
educational resources
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration English
English
enumeration Spanish
Spanish
enumeration Chinese
Chinese
enumeration Korean
Korean
enumeration Vietnamese
Vietnamese
enumeration Braille
Braille
enumeration ASL
American Sign Language
Used by
Source
<xs:simpleType name="Language">
  <xs:annotation>
    <xs:documentation>Controlled labels that identify the human languages used in educational resources</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="English">
      <xs:annotation>
        <xs:documentation>English</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Spanish">
      <xs:annotation>
        <xs:documentation>Spanish</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Chinese">
      <xs:annotation>
        <xs:documentation>Chinese</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Korean">
      <xs:annotation>
        <xs:documentation>Korean</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Vietnamese">
      <xs:annotation>
        <xs:documentation>Vietnamese</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Braille">
      <xs:annotation>
        <xs:documentation>Braille</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ASL">
      <xs:annotation>
        <xs:documentation>American Sign Language</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type err:Event
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that identify events associated with educational
resources
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration Earth Day
An annual event celebrated on April 22 to demonstrate support
for environmental protection
enumeration May the Fourth
A date celebrating the Star Wars media franchise on May 4,
chosen for the pun on the catchphrase "May the Force be with you"
Used by
Source
<xs:simpleType name="Event">
  <xs:annotation>
    <xs:documentation>Controlled labels that identify events associated with educational resources</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="Earth Day">
      <xs:annotation>
        <xs:documentation>An annual event celebrated on April 22 to demonstrate support for environmental protection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="May the Fourth">
      <xs:annotation>
        <xs:documentation>A date celebrating the Star Wars media franchise on May 4, chosen for the pun on the catchphrase "May the Force be with you"</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type err:DciteDate
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
A date for an event in the lifecycle of a resource corresponding to
one of the Datacite (v3.1) date types.
This type can be used an xsi:type-specified date element.
Diagram
Diagramindex.tmp#NoTimeDateindex.tmp#Dateindex.tmp#DciteDate_role
Type extension of err:Date
Type hierarchy
Used by
Attributes
QName Type Use Annotation
role err:DateType optional
A label indicating the role this date plays in the
lifecycle of a resource.
This is restricted to be one of the Datacite defined
values.
Source
<xs:complexType name="DciteDate">
  <xs:annotation>
    <xs:documentation>A date for an event in the lifecycle of a resource corresponding to one of the Datacite (v3.1) date types.</xs:documentation>
    <xs:documentation>This type can be used an xsi:type-specified date element.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="err:Date">
      <xs:attribute name="role" type="err:DateType">
        <xs:annotation>
          <xs:appinfo>
            <label>Role</label>
          </xs:appinfo>
          <xs:documentation>A label indicating the role this date plays in the lifecycle of a resource.</xs:documentation>
          <xs:documentation>This is restricted to be one of the Datacite defined values.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Complex Type err:Date
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
An abstract type for date elements that can accept qualifying
attributes
Single values are restricted to the following forms: YYYY, YYYY-MM,
or YYYY-MM-DD.
Diagram
Diagramindex.tmp#NoTimeDate
Type extension of err:NoTimeDate
Type hierarchy
Properties
abstract true
Used by
Complex Type err:DciteDate
Source
<xs:complexType name="Date" abstract="true">
  <xs:annotation>
    <xs:documentation>An abstract type for date elements that can accept qualifying attributes</xs:documentation>
    <xs:documentation>Single values are restricted to the following forms: YYYY, YYYY-MM, or YYYY-MM-DD.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="err:NoTimeDate">
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Simple Type err:NoTimeDate
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
A restricted format for expressing dates compliant with the Datacite
date formatting recommendations. The value is either a single year, month, or day
value (compliant with the W3C Note on data formats,
http://www.w3.org/TR/NOTE-datetime), or two such values delimited by a slash,
indicating a range of values.
Single values are restricted to the following forms: YYYY, YYYY-MM,
or YYYY-MM-DD.
Diagram
Diagram
Type restriction of xs:token
Facets
pattern \d{4}(-\d{2}(-\d{2}(/\d{4}(-\d{2}(-\d{2})?)?)?)?)?
Used by
Complex Type err:Date
Source
<xs:simpleType name="NoTimeDate">
  <xs:annotation>
    <xs:documentation>A restricted format for expressing dates compliant with the Datacite date formatting recommendations. The value is either a single year, month, or day value (compliant with the W3C Note on data formats, http://www.w3.org/TR/NOTE-datetime), or two such values delimited by a slash, indicating a range of values.</xs:documentation>
    <xs:documentation>Single values are restricted to the following forms: YYYY, YYYY-MM, or YYYY-MM-DD.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:pattern value="\d{4}(-\d{2}(-\d{2}(/\d{4}(-\d{2}(-\d{2})?)?)?)?)?"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type err:DateType
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
A type of date (i.e. a role) important to the publishing of a
resource which corresponds to those defined by the Datacite Metadata schema (v3.1)
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Accepted
indicating the date that the publisher accepted the resource
into their system
enumeration Available
indicating the date (or date range) that the resource is made
publicly available
enumeration Collected
indicating the date (or date range) in which the resource
content was collected
enumeration Copyrighted
indicating the specific, documented date at which the
resource receives a copyrighted status, if applicable.
enumeration Created
indicating the date (or date range) that the resource itself
was pub together. A single date indicates when the creation was completed.
enumeration Issued
indicating the date (or date range) that the resource is
published or distributed
enumeration Submitted
indicating the date that the creator submits the resource to
the publisher.
enumeration Updated
indicating the date (or date range) of the last update to the
resource.
enumeration Valid
indicating the date (or date range) during which the resource
is accurate.
Used by
Source
<xs:simpleType name="DateType">
  <xs:annotation>
    <xs:appinfo>
      <am:dataciteproperty>dateType</am:dataciteproperty>
    </xs:appinfo>
    <xs:documentation>A type of date (i.e. a role) important to the publishing of a resource which corresponds to those defined by the Datacite Metadata schema (v3.1)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Accepted">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>Accepted</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>indicating the date that the publisher accepted the resource into their system</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Available">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>Available</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>indicating the date (or date range) that the resource is made publicly available</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Collected">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>Collected</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>indicating the date (or date range) in which the resource content was collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Copyrighted">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>Copyrighted</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>indicating the specific, documented date at which the resource receives a copyrighted status, if applicable.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Created">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>Created</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>indicating the date (or date range) that the resource itself was pub together. A single date indicates when the creation was completed.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Issued">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>Issued</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>indicating the date (or date range) that the resource is published or distributed</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Submitted">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>Submitted</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>indicating the date that the creator submits the resource to the publisher.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Updated">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>Updated</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>indicating the date (or date range) of the last update to the resource.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Valid">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>Valid</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>indicating the date (or date range) during which the resource is accurate.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type err:TargetAudience
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that identify target audiences for educational
resources
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration Students
Students of any age enrolled in a curriculum program
enumeration Parents
Parents of students
enumeration Educators
Educators responsible for educating students
enumeration Professionals
Professionals in search of professional development or
workforce education
enumeration Outreach Ambassadors
Outreach ambassadors for an organization
enumeration Guidance Counselors
Guidance counselors that serve students
Used by
Source
<xs:simpleType name="TargetAudience">
  <xs:annotation>
    <xs:documentation>Controlled labels that identify target audiences for educational resources</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="Students">
      <xs:annotation>
        <xs:documentation>Students of any age enrolled in a curriculum program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Parents">
      <xs:annotation>
        <xs:documentation>Parents of students</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Educators">
      <xs:annotation>
        <xs:documentation>Educators responsible for educating students</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Professionals">
      <xs:annotation>
        <xs:documentation>Professionals in search of professional development or workforce education</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Outreach Ambassadors">
      <xs:annotation>
        <xs:documentation>Outreach ambassadors for an organization</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Guidance Counselors">
      <xs:annotation>
        <xs:documentation>Guidance counselors that serve students</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type err:ResourceRole
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
metadata describing the resource's role as a resource of a particular
type.
This base XML type only provides a type label (and possibly an
identifier); however, this XML Role type can be extended to support
additional metadata applicable only to particular types.
Diagram
Diagram
Used by
Model
Source
<xs:complexType name="ResourceRole">
  <xs:annotation>
    <xs:documentation>metadata describing the resource's role as a resource of a particular type.</xs:documentation>
    <xs:documentation>This base XML type only provides a type label (and possibly an identifier); however, this XML Role type can be extended to support additional metadata applicable only to particular types.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type err:ComputerResource
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
a searchable collection of educational resources that are accessed
and consumed interactively directly by students using a computer (online or local)
Diagram
Diagramindex.tmp#ResourceRoleindex.tmp#ComputerResource_type
Type extension of err:ResourceRole
Type hierarchy
Model
Children err:type
Source
<xs:complexType name="ComputerResource">
  <xs:annotation>
    <xs:documentation>a searchable collection of educational resources that are accessed and consumed interactively directly by students using a computer (online or local)</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="err:ResourceRole">
      <xs:sequence>
        <xs:element name="type" type="err:ComputerRoleType" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:appinfo>
              <label>Type</label>
            </xs:appinfo>
            <xs:documentation>The type of educational resource this is</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Simple Type err:ComputerRoleType
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that indicate a type of role this resource can play
as an computer resource.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration Computer Resource: Simulation
An interactive simulation of physical or mathematical
behaviors
enumeration Computer Resource: Game
An interactive educational game
enumeration Computer Resource: Self-paced Course
A self-study course for independent learning
enumeration Computer Resource: Massive Open Online Course (MOOC)
An online course for self-paced instruction in a MOOC format
enumeration Computer Resource: Tutorial
An online interactive tutorial about a particular subject
enumeration Computer Resource: Article
An article/blog post published online explaining a particular
subject
enumeration Computer Resource
An otherwise unspecified educational computer resource
Used by
Source
<xs:simpleType name="ComputerRoleType">
  <xs:annotation>
    <xs:documentation>Controlled labels that indicate a type of role this resource can play as an computer resource.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="Computer Resource: Simulation">
      <xs:annotation>
        <xs:documentation>An interactive simulation of physical or mathematical behaviors</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Computer Resource: Game">
      <xs:annotation>
        <xs:documentation>An interactive educational game</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Computer Resource: Self-paced Course">
      <xs:annotation>
        <xs:documentation>A self-study course for independent learning</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Computer Resource: Massive Open Online Course (MOOC)">
      <xs:annotation>
        <xs:documentation>An online course for self-paced instruction in a MOOC format</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Computer Resource: Tutorial">
      <xs:annotation>
        <xs:documentation>An online interactive tutorial about a particular subject</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Computer Resource: Article">
      <xs:annotation>
        <xs:documentation>An article/blog post published online explaining a particular subject</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Computer Resource">
      <xs:annotation>
        <xs:documentation>An otherwise unspecified educational computer resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type err:EducationResource
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
a searchable collection of educational resouces used in-person or
online by educators, such as lesson and activity plans
Diagram
Diagramindex.tmp#ResourceRoleindex.tmp#EducationResource_type
Type extension of err:ResourceRole
Type hierarchy
Model
Children err:type
Source
<xs:complexType name="EducationResource">
  <xs:annotation>
    <xs:documentation>a searchable collection of educational resouces used in-person or online by educators, such as lesson and activity plans</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="err:ResourceRole">
      <xs:sequence>
        <xs:element name="type" type="err:EducationResRoleType" minOccurs="1" maxOccurs="3">
          <xs:annotation>
            <xs:appinfo>
              <label>Type</label>
            </xs:appinfo>
            <xs:documentation>The type of educational resource this is</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Simple Type err:EducationResRoleType
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that indicate a type of role this resource can play
as an asessment.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration Education Resource: Assessment
A tool to assess a student's knowledge related to a
particular subject
enumeration Education Resource: Worksheet
An interactive worksheet to be filled out by students
enumeration Education Resource: Lesson Plan
A lesson plan for educators to teach a particular topic
enumeration Education Resource: Laboratory Activity
A lab activity plan for educators to demonstrate a particular
physical phenomenon
enumeration Education Resource: Classroom Activity
A classroom activity plan for educators to demonstrate a
particular physical phenomenon
enumeration Education Resource: Kit
An interactive kit for hands-on learning
enumeration Education Resource
Ageneric or unspecified resource for educators
Used by
Source
<xs:simpleType name="EducationResRoleType">
  <xs:annotation>
    <xs:documentation>Controlled labels that indicate a type of role this resource can play as an asessment.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="Education Resource: Assessment">
      <xs:annotation>
        <xs:documentation>A tool to assess a student's knowledge related to a particular subject</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Education Resource: Worksheet">
      <xs:annotation>
        <xs:documentation>An interactive worksheet to be filled out by students</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Education Resource: Lesson Plan">
      <xs:annotation>
        <xs:documentation>A lesson plan for educators to teach a particular topic</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Education Resource: Laboratory Activity">
      <xs:annotation>
        <xs:documentation>A lab activity plan for educators to demonstrate a particular physical phenomenon</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Education Resource: Classroom Activity">
      <xs:annotation>
        <xs:documentation>A classroom activity plan for educators to demonstrate a particular physical phenomenon</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Education Resource: Kit">
      <xs:annotation>
        <xs:documentation>An interactive kit for hands-on learning</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Education Resource">
      <xs:annotation>
        <xs:documentation>Ageneric or unspecified resource for educators</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type err:Multimedia
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
a searchable collection of educational multimedia
Diagram
Diagramindex.tmp#ResourceRoleindex.tmp#Multimedia_type
Type extension of err:ResourceRole
Type hierarchy
Model
Children err:type
Source
<xs:complexType name="Multimedia">
  <xs:annotation>
    <xs:documentation>a searchable collection of educational multimedia</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="err:ResourceRole">
      <xs:sequence>
        <xs:element name="type" type="err:MultimediaRoleType" minOccurs="1" maxOccurs="2">
          <xs:annotation>
            <xs:appinfo>
              <label>Type</label>
            </xs:appinfo>
            <xs:documentation>The type of educational resource this is</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Simple Type err:MultimediaRoleType
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that indicate a type of role this resource can play
as multimedia.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration Multimedia: Presentation
A presentation (in person, online, live, and/or prerecorded)
about a particular subject
enumeration Multimedia: Demonstration
A demonstration (in person, online, live, and/or prerecorded)
about a particular subject
enumeration Multimedia: Interview
An interview with a person about a particular subject
enumeration Multimedia: Movie
A visual presentation about a particular subject that does
not fit in one of the other resource types
enumeration Multimedia
An otherwise unspecified type of multimedia resource
Used by
Source
<xs:simpleType name="MultimediaRoleType">
  <xs:annotation>
    <xs:documentation>Controlled labels that indicate a type of role this resource can play as multimedia.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="Multimedia: Presentation">
      <xs:annotation>
        <xs:documentation>A presentation (in person, online, live, and/or prerecorded) about a particular subject</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Multimedia: Demonstration">
      <xs:annotation>
        <xs:documentation>A demonstration (in person, online, live, and/or prerecorded) about a particular subject</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Multimedia: Interview">
      <xs:annotation>
        <xs:documentation>An interview with a person about a particular subject</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Multimedia: Movie">
      <xs:annotation>
        <xs:documentation>A visual presentation about a particular subject that does not fit in one of the other resource types</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Multimedia">
      <xs:annotation>
        <xs:documentation>An otherwise unspecified type of multimedia resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type err:Events
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
a searchable collection of events that are educational
in nature (can be online or in-person)
Diagram
Diagramindex.tmp#ResourceRoleindex.tmp#Events_type
Type extension of err:ResourceRole
Type hierarchy
Model
Children err:type
Source
<xs:complexType name="Events">
  <xs:annotation>
    <xs:documentation>a searchable collection of events that are educational in nature (can be online or in-person)</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="err:ResourceRole">
      <xs:sequence>
        <xs:element name="type" type="err:EventType" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:appinfo>
              <label>Type</label>
            </xs:appinfo>
            <xs:documentation>The type of event this is</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Simple Type err:EventType
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that indicate a type of role this resource can play
as an event.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration Event: Conference
A scientific conference
enumeration Event: Presentation
An presentation
enumeration Event: Career fair
A career fair
enumeration Event
An otherwise unspecified event
Used by
Source
<xs:simpleType name="EventType">
  <xs:annotation>
    <xs:documentation>Controlled labels that indicate a type of role this resource can play as an event.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="Event: Conference">
      <xs:annotation>
        <xs:documentation>A scientific conference</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Event: Presentation">
      <xs:annotation>
        <xs:documentation>An presentation</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Event: Career fair">
      <xs:annotation>
        <xs:documentation>A career fair</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Event">
      <xs:annotation>
        <xs:documentation>An otherwise unspecified event</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type err:CareerResource
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
a searchable collection of career resources
Diagram
Diagramindex.tmp#ResourceRoleindex.tmp#CareerResource_type
Type extension of err:ResourceRole
Type hierarchy
Model
Children err:type
Source
<xs:complexType name="CareerResource">
  <xs:annotation>
    <xs:documentation>a searchable collection of career resources</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="err:ResourceRole">
      <xs:sequence>
        <xs:element name="type" type="err:CareerResRoleType" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:appinfo>
              <label>Type</label>
            </xs:appinfo>
            <xs:documentation>The type of career resource this is</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Simple Type err:CareerResRoleType
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that indicate a type of role this resource can play
as a career resource.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration Career Resource: Internship
An internship opportunity
enumeration Career Resource: Training
An training program
enumeration Career Resource: Grant Opportunity
Grant Opportunity
enumeration Career Resource: Resume Resources
Resume Resources
enumeration Career Resource
An otherwise unspecified educational career resource
Used by
Source
<xs:simpleType name="CareerResRoleType">
  <xs:annotation>
    <xs:documentation>Controlled labels that indicate a type of role this resource can play as a career resource.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="Career Resource: Internship">
      <xs:annotation>
        <xs:documentation>An internship opportunity</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Career Resource: Training">
      <xs:annotation>
        <xs:documentation>An training program</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Career Resource: Grant Opportunity">
      <xs:annotation>
        <xs:documentation>Grant Opportunity</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Career Resource: Resume Resources">
      <xs:annotation>
        <xs:documentation>Resume Resources</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Career Resource">
      <xs:annotation>
        <xs:documentation>An otherwise unspecified educational career resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type err:GettingConnected
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
a searchable collection of resources related to accessing the internet
Diagram
Diagramindex.tmp#ResourceRoleindex.tmp#GettingConnected_type
Type extension of err:ResourceRole
Type hierarchy
Model
Children err:type
Source
<xs:complexType name="GettingConnected">
  <xs:annotation>
    <xs:documentation>a searchable collection of resources related to accessing the internet</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="err:ResourceRole">
      <xs:sequence>
        <xs:element name="type" type="err:GettingConnectedRoleType" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:appinfo>
              <label>Type</label>
            </xs:appinfo>
            <xs:documentation>The type of career resource this is</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Simple Type err:GettingConnectedRoleType
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that indicate a type of role this resource can play
as a "getting connected" resource.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration Getting Connected
An otherwise unspecified connection resource
Used by
Source
<xs:simpleType name="GettingConnectedRoleType">
  <xs:annotation>
    <xs:documentation>Controlled labels that indicate a type of role this resource can play as a "getting connected" resource.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="Getting Connected">
      <xs:annotation>
        <xs:documentation>An otherwise unspecified connection resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type err:NamePID
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
a name or title that can potentially have an associated identifier.
The string-valued name is intended for display purposes. The
identifier provides unambiguous identification; thus, providing it is recommended
when available.
NMRR Notes: use only NMRR-internal identifiers here.
Diagram
Diagram
Type extension of xs:token
Used by
Source
<xs:complexType name="NamePID">
  <xs:annotation>
    <xs:documentation>a name or title that can potentially have an associated identifier.</xs:documentation>
    <xs:documentation>The string-valued name is intended for display purposes. The identifier provides unambiguous identification; thus, providing it is recommended when available.</xs:documentation>
    <xs:documentation>NMRR Notes: use only NMRR-internal identifiers here.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:token"/>
  </xs:simpleContent>
</xs:complexType>
[ top ]
Simple Type err:Year
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
An A.D. year date with format YYYY.
Diagram
Diagram
Type restriction of xs:token
Facets
pattern [\d]{4}
Source
<xs:simpleType name="Year">
  <xs:annotation>
    <xs:documentation>An A.D. year date with format YYYY.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:pattern value="[\d]{4}"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Complex Type err:Related
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Diagram
Model
Children err:relationship, err:resource
Source
[ top ]
Complex Type err:Policy
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
metadata describing the policies accessing the resource
Diagram
Diagramindex.tmp#Policy_rightsindex.tmp#Policy_termsURLindex.tmp#Policy_copyright
Model
Children err:copyright, err:rights, err:termsURL
Source
<xs:complexType name="Policy">
  <xs:annotation>
    <xs:documentation>metadata describing the policies accessing the resource</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="rights" type="xs:token" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:appinfo>
          <label>Rights and Restrictions Info</label>
          <placeholder>Briefly explain any specific restrictions on use</placeholder>
        </xs:appinfo>
        <xs:appinfo>
          <am:dcterm>Rights</am:dcterm>
        </xs:appinfo>
        <xs:documentation>A brief, user-friendly statement clarifying who may access this resource and under what conditions.</xs:documentation>
        <xs:documentation>Official legal statements giving the terms of use should be provided via the termsURI element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="termsURL" type="xs:anyURI" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:appinfo>
          <label>License or Terms-of-use URL</label>
        </xs:appinfo>
        <xs:appinfo>
          <am:dcterm>Rights</am:dcterm>
        </xs:appinfo>
        <xs:documentation>A public URL to a document describing the terms of access for the resource.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="copyright" type="err:Copyright" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:appinfo>
          <label>Copyright</label>
        </xs:appinfo>
        <xs:documentation>A structured copyright statement</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type err:Copyright
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Diagram
Used by
Model
Children err:crholder, err:crref, err:cryear
Source
[ top ]
Complex Type err:DciteRelation
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
a relationship type that corresponds directly to one of the types
defined by the datacite metadata schema.
Diagram
Diagramindex.tmp#NamePIDindex.tmp#DciteRelation_label
Type extension of err:NamePID
Type hierarchy
Attributes
QName Type Use Annotation
label err:RelationType required
a label indicating the Datacite defined relationship
type.
Source
<xs:complexType name="DciteRelation">
  <xs:annotation>
    <xs:documentation>a relationship type that corresponds directly to one of the types defined by the datacite metadata schema.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="err:NamePID">
      <xs:attribute name="label" type="err:RelationType" use="required">
        <xs:annotation>
          <xs:appinfo>
            <label>Label</label>
          </xs:appinfo>
          <xs:documentation>a label indicating the Datacite defined relationship type.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
[ top ]
Simple Type err:RelationType
Namespace https://data.nist.gov/od/dm/err/edu_resource/v1.0
Annotations
Controlled labels that indicate a type of relationship between the
resource the record describes (the subject resource) and another resource (the
target resource). These types correspond to those defined by the Datacite Metadata
schema (v3.1).
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration IsCitedBy
a relationship indicating that the target resource includes
the subject resource in a citation
enumeration Cites
a relationship indicating that the subject resource includes
the target resource in a citation
enumeration IsSupplementTo
a relationship indicating that the subject resource is a
supplement to the target resource
enumeration IsSupplementedBy
a relationship indicating that the target resource is a
supplement to the subject resource
enumeration IsContinuedBy
a relationship indicating that the subject resource is
continued by the target resource
enumeration Continues
a relationship indicating that the subject resource is a
continuation for the target resource in a citation
enumeration HasMetadata
a relationship indicating that the target resource provides
additional metadata about the subject resource
enumeration IsMetadataFor
a relationship indicating that the subject resource provides
additional metadata about the target resource
enumeration IsNewVersionOf
a relationship indicating that the subject resource is a new
edition of the target resource, where the new edition is a modification or
update
enumeration IsPreviousVersionOf
a relationship indicating that the subject resource is a
previous edition of the target resource
enumeration IsPartOf
a relationship indicating that the subject resource is a
portion of the target resource
enumeration HasPart
a relationship indicating that the subject resource includes
the target resource
enumeration IsReferencedBy
a relationship indicating that the subject resource is used
as a source of information or data by the target resource
enumeration References
a relationship indicating that the target resource is used as
a source of information or data by the subject resource
enumeration IsDocumentedBy
a relationship indicating that the target resource is
documentation about or explaining the subject resource
enumeration Documents
a relationship indicating that the subject resource is
documentation about or explaining the target resource
enumeration IsCompiledBy
a relationship indicating that the target resource is used to
compile or create the subject resource
enumeration Compiles
a relationship indicating that the target resource is the
result of a compile or creation event using the subject resource
enumeration IsVariantFormOf
a relationship indicating that the subject resource is a
variant or different form of the the target resource, e.g. calculated or
calibrated form or uses different packaging
enumeration IsOriginalFormOf
a relationship indicating that the subject resource is the
original form of the the target resource (e.g. before some transformation).
enumeration IsIdenticalTo
a relationship indicating that the subject and target
resources are separate instances of the identical resource
enumeration IsReviewedBy
a relationship indicating that the subject resource is
reviewed by the target resource
enumeration Reviews
a relationship indicating that the subject resource is a
review of the target resource
enumeration IsDerivedFrom
a relationship indicating that the target resource is a
source upon which the subject resource is based
enumeration IsSourceOf
a relationship indicating that the subject resource is a
source upon which the target resource is based
Used by
Source
<xs:simpleType name="RelationType">
  <xs:annotation>
    <xs:appinfo>
      <am:dataciteproperty>RelationType</am:dataciteproperty>
    </xs:appinfo>
    <xs:documentation>Controlled labels that indicate a type of relationship between the resource the record describes (the subject resource) and another resource (the target resource). These types correspond to those defined by the Datacite Metadata schema (v3.1).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="IsCitedBy">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsCitedBy</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the target resource includes the subject resource in a citation</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Cites">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>Cites</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject resource includes the target resource in a citation</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IsSupplementTo">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsSupplementTo</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject resource is a supplement to the target resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IsSupplementedBy">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsSupplementedBy</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the target resource is a supplement to the subject resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IsContinuedBy">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsContinuedBy</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject resource is continued by the target resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Continues">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>Continues</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject resource is a continuation for the target resource in a citation</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="HasMetadata">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>HasMetadata</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the target resource provides additional metadata about the subject resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IsMetadataFor">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsMetadataFor</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject resource provides additional metadata about the target resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IsNewVersionOf">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsNewVersionOf</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject resource is a new edition of the target resource, where the new edition is a modification or update</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IsPreviousVersionOf">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsPreviousVersionOf</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject resource is a previous edition of the target resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IsPartOf">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsPartOf</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject resource is a portion of the target resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="HasPart">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>HasPart</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject resource includes the target resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IsReferencedBy">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsReferencedBy</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject resource is used as a source of information or data by the target resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="References">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>References</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the target resource is used as a source of information or data by the subject resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IsDocumentedBy">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsDocumentedBy</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the target resource is documentation about or explaining the subject resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Documents">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>Documents</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject resource is documentation about or explaining the target resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IsCompiledBy">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsCompiledBy</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the target resource is used to compile or create the subject resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Compiles">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>Compiles</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the target resource is the result of a compile or creation event using the subject resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IsVariantFormOf">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsVariantFormOf</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject resource is a variant or different form of the the target resource, e.g. calculated or calibrated form or uses different packaging</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IsOriginalFormOf">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsOriginalFormOf</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject resource is the original form of the the target resource (e.g. before some transformation).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IsIdenticalTo">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsIdenticalTo</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject and target resources are separate instances of the identical resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IsReviewedBy">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsReviewedBy</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject resource is reviewed by the target resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Reviews">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>Reviews</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject resource is a review of the target resource</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IsDerivedFrom">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsDerivedFrom</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the target resource is a source upon which the subject resource is based</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="IsSourceOf">
      <xs:annotation>
        <xs:appinfo>
          <am:dataciteproperty>IsSourceOf</am:dataciteproperty>
        </xs:appinfo>
        <xs:documentation>a relationship indicating that the subject resource is a source upon which the target resource is based</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
[ top ]
Attribute err:DciteDate / @role
Namespace No namespace
Annotations
A label indicating the role this date plays in the
lifecycle of a resource.
This is restricted to be one of the Datacite defined
values.
Type err:DateType
Properties
content simple
Facets
enumeration Accepted
indicating the date that the publisher accepted the resource
into their system
enumeration Available
indicating the date (or date range) that the resource is made
publicly available
enumeration Collected
indicating the date (or date range) in which the resource
content was collected
enumeration Copyrighted
indicating the specific, documented date at which the
resource receives a copyrighted status, if applicable.
enumeration Created
indicating the date (or date range) that the resource itself
was pub together. A single date indicates when the creation was completed.
enumeration Issued
indicating the date (or date range) that the resource is
published or distributed
enumeration Submitted
indicating the date that the creator submits the resource to
the publisher.
enumeration Updated
indicating the date (or date range) of the last update to the
resource.
enumeration Valid
indicating the date (or date range) during which the resource
is accurate.
Used by
Complex Type err:DciteDate
Source
<xs:attribute name="role" type="err:DateType">
  <xs:annotation>
    <xs:appinfo>
      <label>Role</label>
    </xs:appinfo>
    <xs:documentation>A label indicating the role this date plays in the lifecycle of a resource.</xs:documentation>
    <xs:documentation>This is restricted to be one of the Datacite defined values.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute err:Resource / @localid
Namespace No namespace
Annotations
An unambiguous identifier for this resource description as
assigned by its author or its curating registry.
This attribute is required on export.
Authors may use this identifier for a proxy ID for the underlying
resource if one does not exist; if so desired, this ID should be replicated as
an identifier under the identity section.
Type xs:string
Properties
content simple
Used by
Complex Type err:Resource
Source
<xs:attribute name="localid">
  <xs:annotation>
    <xs:appinfo>
      <label>Local ID</label>
    </xs:appinfo>
    <xs:documentation>An unambiguous identifier for this resource description as assigned by its author or its curating registry.</xs:documentation>
    <xs:documentation>This attribute is required on export.</xs:documentation>
    <xs:documentation>Authors may use this identifier for a proxy ID for the underlying resource if one does not exist; if so desired, this ID should be replicated as an identifier under the identity section.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:annotation>
      <xs:appinfo>
        <module>module-local-id-registry</module>
      </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string"/>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute err:Resource / @status
Namespace No namespace
Annotations
a tag indicating whether this resource is believed to be still
actively maintained.
Type restriction of xs:string
Properties
use required
Facets
enumeration active
resource is believed to be currently maintained, and
its description is up to date (default).
enumeration inactive
resource is apparently not being maintained at the
present.
enumeration deleted
resource publisher has explicitly deleted the
resource.
Used by
Complex Type err:Resource
Source
<xs:attribute name="status" use="required">
  <xs:annotation>
    <xs:appinfo>
      <label>Status</label>
    </xs:appinfo>
    <xs:documentation>a tag indicating whether this resource is believed to be still actively maintained.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:annotation>
      <xs:appinfo>
        <module>module-status-registry</module>
      </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
      <xs:enumeration value="active">
        <xs:annotation>
          <xs:documentation>resource is believed to be currently maintained, and its description is up to date (default).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="inactive">
        <xs:annotation>
          <xs:documentation>resource is apparently not being maintained at the present.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="deleted">
        <xs:annotation>
          <xs:documentation>resource publisher has explicitly deleted the resource.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute err:DciteRelation / @label
Namespace No namespace
Annotations
a label indicating the Datacite defined relationship
type.
Type err:RelationType
Properties
use required
Facets
enumeration IsCitedBy
a relationship indicating that the target resource includes
the subject resource in a citation
enumeration Cites
a relationship indicating that the subject resource includes
the target resource in a citation
enumeration IsSupplementTo
a relationship indicating that the subject resource is a
supplement to the target resource
enumeration IsSupplementedBy
a relationship indicating that the target resource is a
supplement to the subject resource
enumeration IsContinuedBy
a relationship indicating that the subject resource is
continued by the target resource
enumeration Continues
a relationship indicating that the subject resource is a
continuation for the target resource in a citation
enumeration HasMetadata
a relationship indicating that the target resource provides
additional metadata about the subject resource
enumeration IsMetadataFor
a relationship indicating that the subject resource provides
additional metadata about the target resource
enumeration IsNewVersionOf
a relationship indicating that the subject resource is a new
edition of the target resource, where the new edition is a modification or
update
enumeration IsPreviousVersionOf
a relationship indicating that the subject resource is a
previous edition of the target resource
enumeration IsPartOf
a relationship indicating that the subject resource is a
portion of the target resource
enumeration HasPart
a relationship indicating that the subject resource includes
the target resource
enumeration IsReferencedBy
a relationship indicating that the subject resource is used
as a source of information or data by the target resource
enumeration References
a relationship indicating that the target resource is used as
a source of information or data by the subject resource
enumeration IsDocumentedBy
a relationship indicating that the target resource is
documentation about or explaining the subject resource
enumeration Documents
a relationship indicating that the subject resource is
documentation about or explaining the target resource
enumeration IsCompiledBy
a relationship indicating that the target resource is used to
compile or create the subject resource
enumeration Compiles
a relationship indicating that the target resource is the
result of a compile or creation event using the subject resource
enumeration IsVariantFormOf
a relationship indicating that the subject resource is a
variant or different form of the the target resource, e.g. calculated or
calibrated form or uses different packaging
enumeration IsOriginalFormOf
a relationship indicating that the subject resource is the
original form of the the target resource (e.g. before some transformation).
enumeration IsIdenticalTo
a relationship indicating that the subject and target
resources are separate instances of the identical resource
enumeration IsReviewedBy
a relationship indicating that the subject resource is
reviewed by the target resource
enumeration Reviews
a relationship indicating that the subject resource is a
review of the target resource
enumeration IsDerivedFrom
a relationship indicating that the target resource is a
source upon which the subject resource is based
enumeration IsSourceOf
a relationship indicating that the subject resource is a
source upon which the target resource is based
Used by
Complex Type err:DciteRelation
Source
<xs:attribute name="label" type="err:RelationType" use="required">
  <xs:annotation>
    <xs:appinfo>
      <label>Label</label>
    </xs:appinfo>
    <xs:documentation>a label indicating the Datacite defined relationship type.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]