> For the complete documentation index, see [llms.txt](https://docs.2hourlearning.com/edupaid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.2hourlearning.com/edupaid/important-concepts/curriculum.md).

# Curriculum

A curriculum is an unordered set of CASE items that the App must teach a student to be eligible for payment.

A curriculum in the system is usually represented as a JSON

```
{
  "case_items": [
    {
      "id": "5ec20e37-d7cc-11e8-824f-0242ac160002",
      "description": "California Grade 4 Math Standard"
    },
    {
      "id": "5eb83890-d7cc-11e8-824f-0242ac160002", 
      "description": "California Grade 4 Language Arts Standard"
    }
  ]
}
```
