About
quantumblink
Matthew Marlow
Rank:
Community Explorer
Title:
Joined:
Aug 24, 2024 11:04:24 AM
Posts:
12
Solutions:
1
Likes Received:
1
Bio:
I am a senior studying Computer Science at the University of Missouri-Columbia.
I am a TA for our introductory Computer Science courses, so I've done some python scripting to retrieve score info for students.
I'm also developing a Canvas client for iOS.
Most Liked Posts
I did some further review of the data returned by the ModuleItem and it looks like I should be able to retrieve page info directly from the endpoint given the "page_url" param. I'll just n...
Can you share the exact URL you're using to request this data? Does it behave correctly if you use a service like Postman/etc to retrieve the data?
Have you verified that the account ID is correct?
I ended up just representing it as [String : [QuizSubmission]] and flattening to just [QuizSubmission] in my data client. But this still doesn't explain the perceived inconsistency in getting this...
I am developing an application to view user course data.
I am currently working on implementing Quizzes, which I've decided to implement as a subset of Assignments. Think a superclass "Assigna...
Most Recent Posts
Can you share the exact URL you're using to request this data? Does it behave correctly if you use a service like Postman/etc to retrieve the data?
Have you verified that the account ID is correct?
I ended up just representing it as [String : [QuizSubmission]] and flattening to just [QuizSubmission] in my data client. But this still doesn't explain the perceived inconsistency in getting this...
I am developing an application to view user course data.
I am currently working on implementing Quizzes, which I've decided to implement as a subset of Assignments. Think a superclass "Assigna...
What does the process look like for retrieving Quiz Questions as a Student?
There is the endpoint `/take` when I access a Quiz as a Student, but the endpoint for Quiz Questions is only respons...
Latest Badges
5 Replies Posted
2025-01-19
15 Logins Completed
2025-01-17
First Like Received
2025-01-03
First Solution Provided
2024-12-21