How to Add a Simulation to Your Sleedu.com Course
About 2 minutes per simulation. You copy one piece of code and paste it into a Page.
Turn on Edit mode
Open your course and switch on the Edit mode toggle in the top-right corner.
Add a Page
In the topic where you want the simulation, click the blue +, choose Activity or resource, then pick Page.
Give it a name
In the Name box, type the simulation’s name, such as Race to the Intersection.
Open the code view
In the Page content editor, click Tools โ Source code. A plain text box will open.
Paste the code and click Save
Paste the simulation’s embed code into the Source code box, then click the blue Save button at the bottom-right. The simulation will appear inside the editor โ that’s how you know it worked.
Save the page
Scroll to the bottom and click Save and display. The simulation loads full width and scrolls with the page.
Repeat for the next simulation
Each simulation gets its own Page and its own embed code.
Something not working?
- Code shows up as text instead of a simulation: You pasted into the normal editor. Go back, open Tools โ Source code first, then paste.
- Simulation is cut off at the bottom: Open Tools โ Source code and make the number in
height:10000pxbigger.

