From 861a89f5c02bff0162b0842bdd13fc9b47b762d1 Mon Sep 17 00:00:00 2001 From: Esther Weon Date: Tue, 26 May 2026 17:46:31 -0700 Subject: [PATCH] Add tutorials/README file --- tutorials/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tutorials/README.md diff --git a/tutorials/README.md b/tutorials/README.md new file mode 100644 index 0000000..0ab082b --- /dev/null +++ b/tutorials/README.md @@ -0,0 +1,20 @@ +# Tutorials + +We provide stand-alone example apps in **Python** and **JavaScript** that demonstrate how Knowledge Graph data can be applied to different use cases. + +## Prerequisites + +- A [Learning Commons Platform](https://platform.learningcommons.org/) account +- An API key generated in the Learning Commons Platform + +## Tutorials + +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/) | Compare standards between Common Core (CCSSM) and state frameworks using crosswalk data, Jaccard scores, and learning components | [python/](./compare_standards/python/) | [js/](./compare_standards/js/) | +| [generate_prereq_practice](./generate_prereq_practice/) | Generate prerequisite-based practice questions by querying standards, learning progressions, and learning components | [python/](./generate_prereq_practice/python/) | [js/](./generate_prereq_practice/js/) | +| [working_with_standards](./working_with_standards/) | Query state educational standards by jurisdiction, grade level, and type | [python/](./working_with_standards/python/) | [js/](./working_with_standards/js/) |