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