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 testing a third party integration from our college's ERP provider. We have connected it to our test environment. It seems to have very few features and options. So, just wondering if there is a way to monitor API calls. I was able to use the DAPClient in Python to download canvas_logs in our production environment.…
To the Canvas Product Team, I am writing to request a new global or course-level setting for the Rich Content Editor (RCE). Currently, when images are uploaded or embedded, Canvas defaults to displaying the full image. For many lab-based and data-heavy courses—such as my current molecular biology lab course—we often need…
Our Spanish department uses New Quizzes/Essay question type for students to record themselves talking using the record media function in the RCE. They did this all last year. However, now when the students log in to take the quize, the upload/record media icon isn't available to them. Is this a new issues? Anyone have any…
I am trying to use Learning Outcomes for my course which has many sections each term. We currently have no institutional, school or program outcomes. I created a set of outcomes for Section 1 of my course. I then labelled every question in the item banks I was using in my first quiz (New Quiz) of the semester. I got a nice…
I have been experimenting with NotebookLM for some professional and hobby interests and have discovered incredible insights from querying sources with the Gemini chatbox interface. For our ID work in Canvas, we need an AI-powered dashboard similar to NotebookLM where IDs and Directors can query about their assigned courses…