how do I add tabs to pages in canvas??
Hi there, @RuthHeath ...
You'll probably want to take a look at this topic...which addresses some of the same things you want to know about adding tabbed content to a page in your coures:
Solved: Formatting tabs in Canvas page - Instructure Community (canvaslms.com)
I'll provided the code so it's better formatted:
<div class="enhanceable_content tabs"> <ul style="background-color: #dcfa70;"> <li><a href="#fragment-1">Tab One</a></li> <li><a href="#fragment-2">Tab Two</a></li> <li><a href="#fragment-3">Tab Three</a></li> </ul> <div id="fragment-1">Tab 1 content</div> <div id="fragment-2">Tab 2 content</div> <div id="fragment-3">Tab 3 content</div> </div>
But keep in mind the comments from me and James in the post that I linked to above...as this code may not work in the future.
Hope this helps!
@RuthHeath Welcome to the Canvas Community! There is not a way in the Rich Content Editor to add tabs, it all has to be done through the HTML view using the < /> button in the bottom right. I don't believe enhanceable elements are officially supported by Canvas anymore but the tabs one still works. Here is the code:
Once you paste the above code in, you can switch back to the regular editor and add content, just be careful.
-Nick
With the new SpeedGrader UI, we are seeing student names appear in the page title even when the “Hide student names” setting is enabled. When using Classic Quizzes, there is no option within the quiz settings to enable anonymous grading, so we rely on instructors using the hide student names setting in SpeedGrader to…
Has anyone had a chance to try this with a Canvas quiz? Seems it may have a similar effect as ChatGPT Atlas able to provide all the answers to an open Quiz. https://www.theregister.com/2026/03/05/microsoft_adds_a_sidepane_for/
When you are creating a quiz and/or also reviewing a quiz in Canvas after the class has taken it, the questions aren't numbered so after you get past the first few questions, there is no way to even tell what number you are on. Can someone change that?
Speedgrader chaning file name when being downloaded. Speedgrader: When downloading a submitted assignment, the file name is being changed to an unrecognizable name — (Student's actual name was part of the file name — changed for privacy.) Ideas???
We are all familiar with the standard Course Calendar, where assignment due dates are automatically added. However, at my institution, we structure our assignments as Challenges that develop over a period of time, rather than just a single deadline. Currently, the calendar only highlights the "end point." It would be a…