Embedded Education

The idea behind embedded education is simple: your LMS is great for many things, but designing content isn't one of them.

There are lots of tools out there that are easier to use, provide collaborative experiences, and offer interactivity that most learning management systems cannot.

We're here to help you provide a richer experience for your students.

There are lots of tools that play nicely with your LMS, so let's figure out how to make your classroom experience brighter!

Your LMS is great for many things, but designing content isn't one of them.

Embedding artifacts (like YouTube videos, H5P objects, Soundcloud content) can usually be done with the use of the EMBED feature. Many times, the EMBED feature is found in the SHARE menu. Look for these symbols:

Embedding content (such as Google Docs) without an embed code is a little more complicated - you may have to create your own HTML code. Use the following template (or a tool like Embed-ify or Book-ify):

<iframe src="https://www.example.com" width="1090" height="409"></iframe>

Roughly speaking, a width of 800 and height of 1000 is a good size for embedding in an LMS.