When I embed an image into a Canvas page, I would like to add a caption (not just alt text), sometimes with an attribution and/or link to the image's source. Is that possible?
It is, but you will need to open and edit the HTML of the Rich Content Editor: How do I use the HTML view in the Rich Content Edi... - Instructure Community - 618225
If you already added an image using one of the standard RCE processes for adding images, then after opening the HTML view, you would surround the tag with
For example:
<figure> <img src="files/21370380/preview" alt="Alt text here" data-api-endpoint="files/21370380" data-api-returntype="File" /> <figcaption>Fig 1 - Caption here</figcaption> </figure>
--EDIT--
Interestingly, figure and figcaption are not in the HTML allowlist, but they still seem to work on my end. If someone has an idea why, please let me know. "Caption" is an allowed tag, so that could be an alternative if figcaption stops working.
We are transitioning to Canvas from Moodle, and I'm struggling trying to adapt how I was previously using my rubrics. I'm pretty sure after reading this old archived post that it is still impossible to have assignments "scale" a rubric score to match different point totals for different assignments, but I'm curious whether…
Hello, I have initiated the MFA authorization on my account. When I try to login into my iPhone or iPad on a browser, I am not able to login I either get a complicated code or I am brought back to generating another new code (a QR code shows up) Can anyone help me sort this please? Thank you
I am currently grading video presentations posted through Studio in a Discussion Board post. Students are required to reply to two presentations as part of the assignment. I use Speed Grader to grade the presentations and comments. Most students turn off the ability to comment on their videos directly, but not all. While…
I am looking into agentic teaching assistants to alleviate some of the workload of my teachers as well as from myself. I discovered the Canvas MCP Server on Github through a colleague of mine. Integrated using Claude Code, it can deploy a number of features into your Canvas courses. This could be such a timesaver. I am…
I have seen documentation that says you must recopy your iCal link and resubscribe when you are enrolled in new classes, does this mean my iCal feed link changes each time, or do i just need to re-fetch the .ics file?