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.
I'm pretty sure this isn't currently possible, so I am asking for a feature request for future. My colleagues would like to request for the ability to hide the SpeedGrader average for markers. There is concern that seeing the average might skew how markers mark assignements, e.g. they might be overly generous or stricter…
I have recently setup the Canva for Education Integration with our Canvas instance. We are noticing that if teachers create Assignments using the External tool from their Blueprint course that students who submit their assignments are running into issues. Teachers are unable to see their submissions via the Speedgrader and…
Our college would like to disable the Core Canvas tool "Syllabus" by default, so that it automatically doesn't show on Course Navigation menus. Is that possible? A fellow admin asked our CSM about disabling Syllabus by default, but the CSMs may be understandably busy at the moment. Below I rounded up some past comments…
Does anyone have suggestions for bulk aligning questions at the quiz level, not the item bank level? I don't know much about API keys, but would one of these work for a bulk alignment? We have a school that is preparing for accreditation next year and they must get their quiz questions aligned to outcomes. We know they…
The most recent quizzes and question banks (including renames) are not showing up as options in the Course Import Tool. As I was creating a new quiz in one course (Classic), I went to add the questions from the Question Bank, but what I needed wasn't there. I went back to the other course to make sure everything was…