-
Notifications
You must be signed in to change notification settings - Fork 216
CourseExportFiles
Harald Schilly edited this page Mar 13, 2018
·
5 revisions
{
"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"
}
This Wiki is for CoCalc.com.
A more structured documentation is the CoCalc User Manual.
For further questions, please contact us.