Grading quiz questions via the API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2023
09: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!