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
| { | |
| "_id" : ObjectId("52de6f60e02208603ea67dea"), | |
| "collection" : "components", | |
| "fields" : [ | |
| { | |
| "label" : "Title", | |
| "field" : "title", | |
| "type" : "text", | |
| "required" : true | |
| }, |
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
| { | |
| "_id" : ObjectId("52a6ecd371f290782c2c7116"), | |
| "slug" : "article_1", | |
| "template" : "toc", | |
| "type" : "tableOfContent", | |
| "title" : "This is first table of content", | |
| "description" : null, | |
| "otherMetadata" : null, | |
| "articles" : [ | |
| { |
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
| { | |
| "_id" : ObjectId("52a6ecec71f290782c2c7118"), | |
| "slug" : "booklet_1", | |
| "template" : "booklet", | |
| "type" : "booklet", | |
| "title" : "The Creation of the U.S. Constitution", | |
| "description" : null, | |
| "footer" : "some booklet footer", | |
| "otherMetadata" : "some metadata here", | |
| "pages" : [ |
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
| { | |
| "_id" : ObjectId("52de6f60e02208603ea67dea"), | |
| "collection" : "components", | |
| "fields" : [ | |
| { | |
| "label" : "Title", | |
| "field" : "title", | |
| "type" : "text", | |
| "required" : true | |
| }, |
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
| { | |
| "_id" : ObjectId("52e25351e02208603ea681a0"), | |
| "collection" : "mediadata", | |
| "templateHtml" : "template/media.html", | |
| "templateName" : "media", | |
| "fields" : [ | |
| { | |
| "label" : "Title", | |
| "field" : "title", | |
| "type" : "text", |
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
| { | |
| "_id" : ObjectId("52f0f2eb3e04284b957cd93c"), | |
| "lessons" : [ | |
| "52a21078fa67c9dd6c1e1a4d", | |
| "52a21089fa67c9dd6c1e1a4e" | |
| ], | |
| "feedback" : "52a6f80d71f290782c2c714d", | |
| "prefessorsPictureUrl" : "http://54.201.122.206/admin/static/media/63690dfb-0e98-485b-9eb5-b4f8b2ce5bcd.skypelogo.png", | |
| "collegeLogoUrl" : "http://localhost:6543/admin/static/media/e90a0e1d-8343-4ddf-bb88-27b9bac0ca84.test.jpg", | |
| "template" : "course", |
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
| { | |
| "_id" : ObjectId("52a21078fa67c9dd6c1e1a4d"), | |
| "description" : "<ol><li>Identify the basic structure of the U.S. government through the Constitution and Bill of Rights.</li><li>Identify democratic and undemocratic aspects of the Constitution.</li><li>Analyze the basic rights as described in the Bill of Rights.</li></ol>", | |
| "feedback" : "52a6f80d71f290782c2c714d", | |
| "mediaData" : "52a6f89271f290782c2c7152", | |
| "otherMetadata" : null, | |
| "pages" : [ | |
| "52a6f0ef71f290782c2c712d", | |
| "52a6f0f671f290782c2c712e", | |
| "52a6f0fd71f290782c2c712f", |
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
| http://app.junctioned.com/server/unread/course/67890/student/12345 | |
| {unread: [{“userid”:“34567”, ”count”:3}, | |
| {“userid”:”98765”, “count”:2}, | |
| {“userid”:”45735”, “count”:5}] | |
| } | |
| userids with count 0 should not be included |
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
| http://app.junctioned.com/server/classmates/course/67890/student/12345 | |
| {classMates: [{userid: “34567”, firstname: “Tao”, lastname: “Yu”}, | |
| {userid: “98765”, firstname: “Jan”, lastname: “Paradowski”} | |
| ] | |
| } |
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
| http://app.junctioned.com/server/messages/course/67890/student/12345/student/98765 | |
| {messages: [{id: 121212, by: “34567”, at: “2014-02-08:18:47:00”, | |
| message: “hey, you there?”}, | |
| {id: 4, by: ”67890”, at: ”2014-02-08:18:37:42”, | |
| message:”what’s hanging?”} | |
| ] | |
| } |
OlderNewer