Skip to content

Instantly share code, notes, and snippets.

@mandrasch
Last active September 14, 2016 08:15
Show Gist options
  • Save mandrasch/63b46d7ff826c7a2794bd1d639e65a3e to your computer and use it in GitHub Desktop.
Save mandrasch/63b46d7ff826c7a2794bd1d639e65a3e to your computer and use it in GitHub Desktop.
course.json example
{
"title": "Mein flexibler Online-Kurs",
"id":1,
"authors":[{
"name":"Doerte",
"surname":"Digital",
"contact":
{
"telephone-office":"+4927192723829289",
"student-hotline-mobile":"+4929380121293812983012",
"skype":"doertedigital",
"snapchat":"doertedigitalsnaps"
}
}],
"description": "Das ist der erste flexible noLMS Kurs",
"sessions":[{
"title":"Erste Session",
"description":"Hier gibt es einführende Infos",
"session_id":12
},{
"title":"Zweite Session",
"description":"Jetzt geht es ans Eingemachte",
"sessions_id":13
}]
}
{
"title": "Mein flexibler Online-Kurs",
"id":1,
"authors":[{
"name":"Doerte",
"surname":"Digital"
}],
"description": "Das ist der erste flexible noLMS Kurs",
"sessions":[{
"title":"Erste Session",
"description":"Hier gibt es einführende Infos",
"session_id":12
},{
"title":"Zweite Session",
"description":"Jetzt geht es ans Eingemachte",
"sessions_id":13
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment