Skip to content

Commit

Permalink
Document that active users are also listed in submission metadata
Browse files Browse the repository at this point in the history
Also remove id, we don't actually include submission IDs in submission
metadata.
  • Loading branch information
ibrahima committed Jul 2, 2018
1 parent 4d705d5 commit 5516467
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion submission_metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ information:

```
{
"id": 1, // Gradescope submission ID
"created_at": "2017-06-01T14:22:32.365935-07:00", // Submission time
"assignment_id": 1, // Gradescope assignment ID
"users": [
{
"email": "student@example.com",
"id": 1234,
"name": "Student User"
}, ... // Multiple users will be listed in the case of group submissions
],
"previous_submissions": [
{
"submission_time": "2017-04-06T14:24:48.087023-07:00",// previous submission time
Expand Down

0 comments on commit 5516467

Please sign in to comment.