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"
}
]
}
Last updated