Interactives

Bespoke interactives differ from H5P Activities by being an artefact created wholly in-house by the Learning Resource Development team using technologies such as HTML, CSS and JS and hosting then on a server or on our GitHub account.

Examples

ProbTrax: Coin probability

Learning Enhancement: Journal.bot



GFABx: Apple value chains

How to use interactives

All LRD-created interactives are designed to live on an external server and then embedded into EdX, MyUni, any other page using iframe elements.

To embed an interactive into a web page, use the following code, replacing the src attribute with the URL of the resource:

<iframe title="TITLE" src="INSERT_URL_HERE" style="width: 100%; height: HEIGHT_OF_ACTIVITY;"></iframe>

Interactive brief

The Media Production Team has a brief template to aid in the creation of bespoke interactive content.

Interactive brief template v0.5