Skip to content

Instantly share code, notes, and snippets.

@meekg33k
Created September 28, 2020 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meekg33k/1c1c39bb6812639f80f8cc968165c68f to your computer and use it in GitHub Desktop.
Save meekg33k/1c1c39bb6812639f80f8cc968165c68f to your computer and use it in GitHub Desktop.
Tree abstraction of learning-content schema
[
{
id: 'class-1',
subjects: [
{
id: 'subject-1-class-1',
modules: [
{
id: 'module-1-subject-1-class-1',
...
},
...//other modules go here
]
},
...//other subjects go here
]
},
...//other classes go here
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment