Users can now access Free-for-Teacher accounts in a secure, limited capacity until 11:59 pm ET on July 29. Sign in and export your content now.
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
We use course pacing to manage due dates, because we run ~20 something courses each quarter and manually setting due dates would be a nightmare. Several courses have two core topics. We want to allow students to choose which of these they will pursue first. Is there any way to configure multiple course paces with different…
Hoping someone can explain for me. We're using pacing to avoid manually dating regular assignments each quarter, but the dates I see are based on when the course was instantiated, while students see dates based on when they were added to the course by [backend software I don't know anything about, presumably]. If I set…
Has anyone else had issues with an influx of duplicate users in Canvas? Ours is currently in the form of an email that already exists, becoming a new user - and not automatically merging with the user ID with the same email that also is linked to our SIS ID correctly as well. For example, user 1 is xyz@gmail.com without a…
Canvas Portfolios provide a powerful platform for students to document their learning journey, reflect on their progress, and showcase competencies. However, in programs where multiple educators are involved in assessment—such as team teaching, moderation, or competency-based evaluation—there are important questions about…
I wonder if others have had this response, but I think it is troubling messaging for students that, no matter how well they may do on an assignment, they are given a signal that anything below a perfect score should be marked/denoted with a red color, as if those grades are poor, or even lesser. I think it is harmful for…