Activity Feed
- Posted Grading quiz questions via the API on Canvas Developers Group. 01-17-2023 08:28 PM
My Posts
Post Details | Date Published | Views | Likes |
---|---|---|---|
Grading quiz questions via the API Hello, I am trying to grade via spreadsheet and then run a script to enter the scores for particular questions via the API. I have seen there is specific documentation for this but I am not entirely... |
01-17-2023 |
177 |
0 |
01-17-2023
08:28 PM
Hello, I am trying to grade via spreadsheet and then run a script to enter the scores for particular questions via the API. I have seen there is specific documentation for this but I am not entirely clear on how to format my requests. For instance to update student question scores and comments I can use the API but how do I structure the "quiz_submissions[questions]" parameter? It is an array of hashes but what exactly is the syntax? Does anyone have a clear example of a URL with this information incorporated in the request? I have tried doing this in the live API but keep getting "{ "status": "bad_request", "message": "missing required key :quiz_submissions" }" because I do not know how to properly format the request. Thanks for the help!
... View more
Labels
- Labels:
-
API
-
Canvas Grading
-
live API
-
Quiz
-
REST API