CourseExportFiles - DrXyzzy/cocalc GitHub Wiki
{
"students": {
"c0c95acf-c8b6-4079-b88e-f467adfe8ceb": {
"name": "Student Name",
"email": "[email protected]"
},
...
},
"assignments": {
"<assignment path>": [
{
"student": "c0c95acf-c8b6-4079-b88e-f467adfe8ceb",
"grade": "",
"comment": "",
"points": {
"<filepath>" : "..."
}
},
...
],
"<second assignment path>": [
<list of students>
]
},
"title": "<name of course>",
"timestamp": "2018-03-13T15:05:20.151Z"
}