Returns the module_id that the module item was launched from.
Availability: when content tag is present
What is and where do we set/find the content tag?
Hi @theaht123,
This is a god question, and I've tried to check a few different areas and haven't found much either. From what I've pieced together from a few different areas, "content tag" may refer to html content, meaning then the tool is successfully returning content to Canvas. The only issue with that definition is that the parameter needs to be included in a launch, so there isn't really a way to know if content is going to be returned while doing the launch. Practically, I've checked a few external tools with module placements in our instance and they seem to populate that parameter if I include it. Are you having some issues where it's not working for you, or were you just asking out of curiosity as you perhaps build or install a tool?
-Chris
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…