The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
I am exploring the APIs to fetch Total score for every Module in a Course for all the Students. Please refer the attached screen print. I was able to get the scores for each assignment/quizzes using /submissions API and the final score for the whole course through /enrollments but finding difficulty to get the module total/average score highlighted in the pic.
Could anyone please advise on this?
GET /api/v1/courses/:course_id/assignments/:assignment_id/submissions
@JeffCampbell @Chris_Hofer any suggestions here please
I have not worked with the API so would be practically useless for this question 🙃. I cannot speak for Chris. However, you might consider posting in the Developer Group. You might find individuals there that would be helpful.
Hi @NitinN,
I'm not aware of an API that would return module scores. Essentially those are a filter on the gradebook, and are probably calculated on the fly, but like what happens in a spreadsheet. I think you'd need to get all grades then do some manual scoring, but also be aware of all the complexities that may be involved depending on your goal and course setup (dropped scores from assignment groups, for example).
-Chris
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in