Last active
September 14, 2016 08:15
-
-
Save mandrasch/63b46d7ff826c7a2794bd1d639e65a3e to your computer and use it in GitHub Desktop.
course.json example
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
{ | |
"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 | |
}] | |
} |
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
{ | |
"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