Skip to content

CourseExportFiles

Harald Schilly edited this page Mar 13, 2018 · 5 revisions

Course Export

CSV

JSON

{
  "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"
}
Clone this wiki locally