Last active
May 15, 2020 22:25
-
-
Save MaxMonteil/5bacff1a926b7079035f48e698c7ea8c to your computer and use it in GitHub Desktop.
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
Show hidden characters
"syllabus": [ | |
{ | |
"id": courseId + moduleName, | |
"name": "Front End", | |
"description": "An introduction to the web", | |
"lessons": [ // classes in the db | |
{ | |
"id": "lesgh893", // id of the class | |
"courseId": "fpiu314", // string | |
"sectionId": courseId + moduleName, | |
"name": "How the web works", // string | |
}, | |
{ | |
// ... other lessons | |
} | |
], | |
}, | |
{ | |
// ... other modules | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment