> ## 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.

# Eedi Misconceptions Graph

> Explore the Eedi Misconceptions Graph dataset, which maps common math misconceptions to the constructs they hinder.

export const OpenBadge = ({size = "md", children}) => {
  return <Badge color="green" size={size}>
      {children == null || children === "" ? "Open" : typeof children === "string" ? children.trim() : children}
    </Badge>;
};

[Dataset last updated September 22, 2026.](#dataset-release-history)

## Overview

<Note>
  The Eedi Misconceptions Graph dataset uses learning components
  [entities](/knowledge-graph/schema-reference/learning-components#entities) and
  [relationships](/knowledge-graph/schema-reference/learning-components#relationships).
</Note>

The Eedi Misconceptions Graph dataset represents common math misconceptions and the constructs they get in the way of:

* **Misconception** - Flawed conceptual structure, or a gap in conceptual understanding, that shows up as a systematic, predictable error pattern across problems involving the same mathematical concept
* **Construct** - Granular learning goals that target a specific element of mathematics (e.g. *Order fractions with the same denominators*)

It is sourced from the [Eedi](https://eedi.com) ↗ Misconceptions Graph and derived from more than 120 million recorded student answers to Diagnostic Questions. Students answer multiple-choice Diagnostic Questions with 1 correct answer and 3 distractors. Each distractor is tagged with the misconception it reveals. Those responses are then aggregated into a graph that demonstrates which misconceptions attach to which parts of mathematics.

|                          |                                                                                                                                                                   |
| :----------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Source**               | [Eedi](https://eedi.com) ↗ Misconceptions Graph<br /><br />Licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) ↗. Copyright © 2026 Eedi Ltd. |
| **Supported grades**     | K-12                                                                                                                                                              |
| **Includes**             | **Eedi Misconceptions Graph** <OpenBadge />                                                                                                                       |
| **Dataset dependencies** | None                                                                                                                                                              |
| **REST API endpoints**   | None                                                                                                                                                              |

## Use cases

| Use case                                      | Examples                                                                                                                                                                                 |
| :-------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Author assessments with known distractors** | <ul><li>Write or generate multiple-choice items whose distractors each map to a known misconception</li><li>Make a wrong answer point to the likely misunderstanding behind it</li></ul> |
| **Deliver real-time feedback and tutoring**   | <ul><li>Identify the misconception most likely behind a student's error</li><li>Respond with targeted, actionable feedback rather than only marking the answer wrong</li></ul>           |
| **Diagnose errors from student work**         | <ul><li>Infer which misconception a student holds from their responses or written work</li><li>Use that inference to guide next instructional steps</li></ul>                            |
| **Customize instruction and curriculum**      | <ul><li>Anticipate common misconceptions for a learning goal</li><li>Address them proactively when building or adapting lessons</li></ul>                                                |

<Note>
  Misconceptions are currently reachable only through Eedi constructs – not
  through academic standards, learning components, or curriculum.
</Note>

## Schema

The data connects misconceptions to the learning goals they impede with the following entities and relationships:

|                                                                                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| :--------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Data model**                                                                           | <img src="https://mintcdn.com/czi-60a2a443/0O8toJEXZMNYIDls/images/knowledge-graph/eedi-misconceptions-graph.jpg?fit=max&auto=format&n=0O8toJEXZMNYIDls&q=85&s=d1f0a3cc12ce57e64d016899f4bed7a5" alt="Data model diagram" width="2748" height="2754" data-path="images/knowledge-graph/eedi-misconceptions-graph.jpg" /> |
| [**Entities**](/knowledge-graph/schema-reference/learning-components#entities)           | <ul><li>[`Misconception`](/knowledge-graph/schema-reference/learning-components#misconception)<ul><li>A wrong conceptual or procedural understanding stated as a short declarative sentence (e.g. <em>Believes all possible outcomes must have equal probability</em>)</li></ul></li><li>[`Construct`](/knowledge-graph/schema-reference/learning-components#construct)<ul><li>A granular Eedi math learning goal (e.g. <em>Calculate expected frequency</em>)</li></ul></li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| [**Relationships**](/knowledge-graph/schema-reference/learning-components#relationships) | <ul><li>[`Misconception`](/knowledge-graph/schema-reference/learning-components#misconception) → [`hinders`](/knowledge-graph/schema-reference/learning-components#hinders) → [`Construct`](/knowledge-graph/schema-reference/learning-components#construct) (e.g. <em>Believes all possible outcomes must have equal probability</em> → <em>Calculate expected frequency</em>)</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |

## Usage details

|                                          |      |
| :--------------------------------------- | :--- |
| **Requires files from other datasets**   | None |
| **References files from other datasets** | None |

## Dataset release history

| Date               | Changed       |
| ------------------ | ------------- |
| September 22, 2026 | First release |

## Related topics

<CardGroup cols={2}>
  <Card title="Learning components schema reference" icon="share-nodes" href="/knowledge-graph/schema-reference/learning-components">
    Review entities, relationships, and property definitions for Misconceptions
    and Constructs.
  </Card>
</CardGroup>
