Get Student ID from submission metadata #118
Unanswered
emilioapontea
asked this question in
Q&A
Replies: 2 comments
-
|
From the documentation, the There is no |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Do you use an LMS? I've seen it in the past where Canvas does not send that value over. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on an autograder inherited from a previous semester of a course. This autograder script worked in the past, but we are running into some issues with obtaining the submission metadata through the
autograder/submission_metadata.jsonfile. I have confirmed that most of the metadata information is correct, except for themetadata['users'][0]['sid']value. This is an individual assignment so themetadata['users']list contains a single student dictionary, although I imagine the error is not related to the number of students in the list. Even though I cannot find a reference to this dictionary key in the documentation, I have confirmed that the student dictionary does contain the['sid']key, but is always paired with the valueNone. The autograder is supposed to obtain the student's campus ID from the metadata, and the Gradescope course roster is configured with student IDs. Is there a way to obtain the student's student ID from the submission metadata file?Beta Was this translation helpful? Give feedback.
All reactions