Skip to content

Instantly share code, notes, and snippets.

@jaseflow
Created May 14, 2015 00:58
Show Gist options
  • Select an option

  • Save jaseflow/ca5268181f62524e7662 to your computer and use it in GitHub Desktop.

Select an option

Save jaseflow/ca5268181f62524e7662 to your computer and use it in GitHub Desktop.
growth
"student": {
"firstName": "Jason",
"lastName": "Corbett",
"courses": [
courses[1]
],
"activeCourse": courses[1],
"activeModule": module[2],
"completedModules": [module[0], module[1]]
"uploads": {
{
"relatesTo": module[1],
"attachments": ["FileUpload1.jpg"]
}
}
}
"courses": {
{
"title": "Sports Turf Management",
"creator": "Horticultural Training",
"level": "3",
"code": "AHC30130"
}
},
"module": {
"title": "Contribute to OHS",
"code":
"author": "Horticultural Training",
"sections": {
{
"title": "",
"quiz": quizzes[4]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment