Hello All and @James
We have a lot of ADA students that need to have extended due date for their assignment/discussion/quizzes.
Any practical solutions how to do it effectively - via the API?
Thank you.
@Nva2023
Canvas does allow for differentiated assignments through the API. In the API, it's called Assignment Overrides. In particular, you would need to look at the Create an assignment override endpoint.
I haven't done anything with this because it's not worth my time. I usually only have a couple of accommodations that need given and they are never for extended dates (my assignments are usually open a few days after they are due anyway). I do have some that need extra time on quizzes, but that is a different API call and that only affects a couple of assignments since most are untimed.
Someone has likely automated this, but I don't know who. Maybe they'll chime in?
I looked through the LTI Variable Substitutions documentation and while there are variable substitutions available for Canvas.term.name and Canvas.term.id (which is the Canvas incremented ID like "104"), I was surprised to see there was no option for Canvas.term.sisSourceId I tried testing other possible variants that may…
Rendering bug here: Canvas - Instructure Community Seems to only appear in Edge; fine in Chrome and Firefox https://us.v-cdn.net/6038536/uploads/W3BKB9LY5FCV/recording-2026-04-08-144351.mp4
I have a developer key in our Test instance: How would I use this in a local program to make a REST API call? Looking at https://developerdocs.instructure.com/services/canvas/oauth2/file.developer_keys: Developer keys are OAuth2 client ID and secret pairs stored in Canvas that allow third-party applications to request…
I'm building a tool for my institution that imports grades from another LTI tool into Canvas so instructors can automate late assignment policies not otherwise supported by Canvas. I'm trying to use the LTIv1.3 ID which is readily available on the LTI-side as a link to the student record on Canvas, but I can't find the ID…
How can one track Canvas Media use without having the reports available from Canvas Studio? Checking API endpoints and the Data 2 schema, there do not seem to be dedicated Canvas Media endpoints. Am I missing some? A method I've considered is using the body field of the wiki_pages table, as this contains the html code of…