About
matt_price
Matt Price
Rank:
Community Explorer
Title:
Joined:
Nov 6, 2018 8:07:35 AM
Posts:
18
Solutions:
0
Likes Received:
15
Bio:
An amazing Instructure Community member
Most Liked Posts
ah yes thank you again Peter! I grabbed the whole W3C list from https://raw.githubusercontent.com/w3c/html/master/entities.json and pasted them into a request. It looks like only a small number of t...
wow, that's some amazing detective work. I think you've solved it. The key steps I was missing were:
- request the Quiz object first, to acquire its "assignment_id" value
- request su...
Hi @gnoack ,
I would like to give each student a set amount of time (48 hours in this example) within a broader time window; otherwise, there can be substantial unfairness related to the individua...
oh man, you saved my life here. And now I can access al ltheother course[...] attrributes too. Thank you!
This is actually a duplicate of this post, but as it appears to have been closed I'll ask again here.
I would like to give my students 48 hours to complete a take-home essay assignment. RIght now,...
Most Recent Posts
I write all my content locally and post Announcements, Pages, Assignments, etc. through an API client. This works great for text, but becomes impractical when I have local image links, and want to up...
I'm looking to reduce the number of API calls I make by switching from the
PUT /api/v1/courses/:course_id/assignments/:assignment_id/submissions/:user_id
endpoint to this one:
POST /api/v1/courses...
wow, that's some amazing detective work. I think you've solved it. The key steps I was missing were:
- request the Quiz object first, to acquire its "assignment_id" value
- request su...
Thanks @James .
I'm comparing results from these two endpoints:
/api/v1/courses/:course/assignments/:assignmentid/submissions
and
/api/v1/courses/:course/quizzes/:quizid/submissions/
The forme...
My experience is very similar to that describe by @jwillin . All the workarounds I can think of add significant complexity to the process & are inferior to the simple assignment-grading proces...
Latest Badges
Instructure Community: 6 Year
6 Years with Instructure Community
2024-11-18
First Login Completed
2024-01-25
10 Replies Posted
2024-01-05
5 Replies Posted
2024-01-05