Created
September 28, 2020 22:08
-
-
Save meekg33k/1c1c39bb6812639f80f8cc968165c68f to your computer and use it in GitHub Desktop.
Tree abstraction of learning-content schema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
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