We provide stand-alone example apps in Python and JavaScript that demonstrate how Knowledge Graph data can be applied to different use cases.
- A Learning Commons Platform account
- An API key generated in the Learning Commons Platform
See the README in each tutorial folder for language-specific setup instructions.
Note: These tutorials use the Knowledge Graph REST API, which is currently available as Early Access and is actively evolving. Breaking changes may occur as we expand capabilities and improve reliability.
| Tutorial | Description | Python | JavaScript |
|---|---|---|---|
| compare_standards | Compare standards between Common Core (CCSSM) and state frameworks using crosswalk data, Jaccard scores, and learning components | python/ | js/ |
| generate_prereq_practice | Generate prerequisite-based practice questions by querying standards, learning progressions, and learning components | python/ | js/ |
| working_with_standards | Query state educational standards by jurisdiction, grade level, and type | python/ | js/ |