EduPaid
CtrlK
  • Introduction
  • Important Concepts
    • Mastery Learning
    • MAP Testing
    • RIT Scores
    • CASE Items
    • Curriculum
    • Learning Block
    • 2X Learning
  • EduPaid Payment Gateway
    • Process Flow
    • Build With Edupaid
      • Registering the app with StudyReel
      • Collecting student and curriculum context
        • Fetch Learning Blocks
        • Fetch Payment Prerequisites
        • EduPaid (AI)PI
      • Teach the student
        • Building an app for mastery learning
        • Teaching with PowerPath
    • Onboard with Edupaid
      • Register App with Edupaid
      • App Subscription Portal
        • Redirecting to the Subscription Portal
    • FAQ
  • Edupaid for VCS
    • Process Flow
    • Add School to Portal
    • Upload Student Data
    • Configure Learning Programs
    • Track Funding Requirements
      • School Prerequisites
      • Student Prerequisites
Powered by GitBook
On this page
  1. Important Concepts

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"
    }
  ]
}
PreviousCASE ItemsNextLearning Block

Last updated 7 months ago