Skip to content

Instantly share code, notes, and snippets.

@shapeshed
Created December 4, 2014 09:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save shapeshed/843065a93320bb74b0bc to your computer and use it in GitHub Desktop.
course structure
{
"course": {
"name": "iOSH Health and Safety",
"arborId": "123",
"modules": [
{
"title": "Introducing Managing Safely",
"sections": [
{
"title": "Introduction",
"startTime": "",
"stopTime": ""
},
{
"title": "Understanding Safety",
"startTime": "",
"stopTime": ""
},
{
"title": "Risk assessment",
"startTime": "",
"stopTime": ""
}
]
},
{
"title": "Assessing Risk",
"sections": [
{
"title": "Introduction",
"startTime": "",
"stopTime": ""
},
{
"title": "Understanding Safety",
"startTime": "",
"stopTime": ""
},
{
"title": "Risk Assessment",
"startTime": "",
"stopTime": "",
"minigames": [
{
"type": "fruitNinja",
"startTime": "",
"stopTime": "",
"score": ""
}
]
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment