> ## Documentation Index
> Fetch the complete documentation index at: https://docs.learningcommons.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Overview of standards evaluators that measure whether educational content is aligned to a standard's sub-skills, or learning components.

export const EarlyAccessBadge = ({size = "md", children}) => {
  return <Badge color="green" size={size} icon="flask">
      {children == null || children === "" ? "Early access" : children}
    </Badge>;
};

<EarlyAccess isBreaking={false} />

## The problem

Academic standards define what students are expected to know at each grade level, and they shape curriculum, instruction, and assessment.

Edtech developers align their products to these standards, but a standards tag is often a claim, not a guarantee:

* **A standard is rarely a single skill**
  * Most bundle several sub-skills (i.e., [learning components](/knowledge-graph/schema-reference/learning-components))
  * A question could address one learning component and ignore the rest for a given standard
* **Standards vary by jurisdiction**
  * A skill emphasized in one framework may be scoped differently, or absent entirely, in another
  * Alignment has to be judged against the framework in question, not a generic notion of a standard

Asking human experts to manually check educational content against every learning component, across a bank of hundreds of questions, does not scale.

## What we're building

Our Standards evaluators assess whether educational content aligns with a given standard's learning components.

| Output                                        | Description                                                                            |
| :-------------------------------------------- | :------------------------------------------------------------------------------------- |
| **Fine-grained, component-level data**        | Validates tagging and trust that an item measures the skill it claims to               |
| **Coverage maps**                             | Surface exactly which standards, and which learning components, a question bank covers |
| **Reasoning and feedback for every judgment** | Gives actionable feedback on turning *looks aligned* into *is aligned*                 |

Our evaluators judge whether a question aligns to standards at the [learning components](/knowledge-graph/schema-reference/learning-components) level:

| Evaluator                                                                                       | Description                                                                                                |
| :---------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------- |
| [**Math**](/evaluators/standards-evaluators/math-alignment)<br /><EarlyAccessBadge size="xs" /> | Judges whether a Math question aligns to Math standards in a supported jurisdiction                        |
| **Literacy** <Badge size="xs">Coming soon</Badge>                                               | Judges whether an English Language Arts (ELA) question aligns to ELA standards in a supported jurisdiction |

## Related topics

<CardGroup cols={2}>
  <Card title="Math Alignment evaluator" icon="square-root-variable" href="/evaluators/standards-evaluators/math-alignment">
    Assess whether a math question aligns to a standard's learning components.
  </Card>

  <Card title="Standards schema reference" icon="certificate" href="/knowledge-graph/schema-reference/standards">
    Explore the standards frameworks available in Knowledge Graph.
  </Card>

  <Card title="Feedback evaluators" icon="message" href="/evaluators/feedback-evaluators/introduction">
    Explore evaluators that assess the quality of coaching feedback.
  </Card>

  <Card title="Literacy evaluators" icon="book-open" href="/evaluators/literacy-evaluators/introduction">
    Explore evaluators that assess qualitative text complexity.
  </Card>
</CardGroup>
