You have your Canvas course site and now you want to make it navigable for your students as they wade through mountains of online material. Here are a couple basic design elements CDIL has put together for your use. These elements employ some design tools--including a table of contents and progress bar--using CSS (Cascading Style Sheets) and a few lines of HTML. They are not code that we can tailor (e.g., colors, etc.) to your specific courses so much as make available as they are. Feel free to use use or decide again it.
(The below content was created by Digital Scholarship Librarian Dr. Bee Lehman.)
This page has a lot on it. You can use the following anchors (links down the page) to jump straight to a relevant box.
To add a module TOC to your Canvas page:
Note: Sometimes to Module list shows up on the wrong part of the page. You can go into the html coding and move the relevant coding yourself - or - contact your subject librarian to do so. It'll take Bee five minutes to move (or less).
Once you have your module list on your front page, you can update it by:
And that's it!
Want to add or edit the progress bars--provided by CDIL--in Canvas? Setting the progress bars up in your Canvas pages is straightforward.
Follow these steps:
Let me know if you'd like assistance or have questions.
To copy another Canvas page or elements thereof:
Let me (Bee) know if there are any hitches.
On a page (I use "Home Page"),
<div style="position: relative; text-align: center; width: 100%;"><img class="kl_image_full_width" style="height: 300px; width: 100%;" role="presentation" src="https://bpldcassets.blob.core.windows.net/derivatives/images/commonwealth:bc389312g/image_access_800.jpg" alt="banner image" />
<div style="position: absolute; top: 50%; padding: 10px 50px 10px 20px; background-color: white; color: black;">
<h1>Title of your Class</h1>
</div>
<div style="position: absolute; left: 0px; padding: 10px 10px 10px 10px; background-color: black; color: white; width: 100%; text-align: left;">Class Number | Prof. Name</div>
</div>
If you're interested in setting up an instructor information box (figured right), here's what you can do:
<p><span style="font-family: 'Lato Extended', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 22px;">Instructor Information</span></p>
<div id="kl_user_details_6214280" class="kl_user_details"><img class="kl_image_align_left kl_image_round_white_border" src="https://www.bc.edu/content/bc-web/schools/mcas/departments/history/people/faculty-directory/name/_jcr_content/profileImage.img.png" width="150" height="225" />
<p class="kl_user_detail" style="margin-top: 10px;"><i class="fas fa-user" aria-hidden="true"><span class="dp-icon-content" style="display: none;"> </span></i> Name</p>
<p class="kl_user_detail"><i class="fas fa-tag" aria-hidden="true"><span class="dp-icon-content" style="display: none;"> </span></i> Title or Info</p>
<p class="kl_user_detail"><i class="fas fa-envelope" aria-hidden="true"><span class="dp-icon-content" style="display: none;"> </span></i> <a href="mailto:email@bc.edu" target="_blank" rel="noopener">email@bc.edu</a></p>
<p class="kl_user_detail"><i class="fas fa-university" aria-hidden="true"><span class="dp-icon-content" style="display: none;"> </span></i> Contact Information</p>
<p class="kl_user_detail"><i class="fas fa-clock" aria-hidden="true"><span class="dp-icon-content" style="display: none;"> </span></i> Office Hours, etc. </p>
</div>
Let me know if there are hiccups.
For additional recommendations, contact your History Liaison, Erin, at erinkate.scheopner@bc.edu or schedule an appointment.