Interactivity and Creativity in Canvas Pages

Jump to solution
GideonWilliams
Community Champion

A focus for me next academic year is to develop our use of Canvas Pages. The best way (I think) to encourage staff to develop their confidence, is to show them just how interactive a Canvas page can be by bringing in a range of different tools from the outside. As such, I've started to make a list of great (free) interactive resources that we can embed.

As interactivity and engagement is the theme, I've designed them as flip cards using the Flip Card idea - How To Create a Flip Card with CSS (w3schools.com) The link takes you to a separate page where there are some help guides on how to make them as well as some examples.

tools.png

Would anyone like to share the free interactives they use that can embed on Canvas Pages?

24/5: Just added DotStorming: Create and use Voting Boards for collaborative brainstorming and planning then vote for ideas - great for Design Thinking!

24/5: Considering Flippity.net but you would have to use an iframe generator plus requires personal Google account (we are Microsoft) :O(

Here is a brief video of how our page views and looks:

Labels (1)
1 Solution

Just like to share stuff and so much I have learned, has come from people sharing too!

You have to add the CSS centrally to your site and to do this you need to be Admin, have admin permissions or to be very good friends with the Admin :O) This can be challenging as CSS is applied across all areas linked to the Admin! (maybe there is a way to have sub-level styles and themes but don't think our own set up allows this).

Fortunately, in my role, I am also the Admin to our Canvas instance so I have access to the Themes are and can upload a CSS file. I don't have any particular programming skills just some interest, curiosity and a willingness to try things out.

I experiment a bit on our beta instance to see what I can alter. Most of the css changes are cosmetic but have helped personalise our instance and some of the stuff I have outlined here - A bit of Modding of the Module - Playing about wi... - Instructure Community - 588090 (canvaslms.com...

The flip feature I just added from the W3C site I mentioned in the post but made a few minor modifications.

On the actual Canvas page, to get the boxes to line up, I found some <div> coding on the Community for creating tables:

<div class="content-box">
<div class="grid-row">
<div class="col-xs-12 col-md-4" style="padding: 0;">

See - Use Divs Instead of Tables on Home Page - Instructure Community - 209087 (canvaslms.com) for more details

I also adapted some great ideas for page borders from Lauren's (Canvas Queen) YouTube site - Create a Canvas Home Page Quickly with Canva (youtube.com)

I've added a brief video of how the page views and works above...

View solution in original post