• Embed Doc
  • Readcast
  • Collections
  • CommentGo Back
Download
 
Embedding Scratch on Moodle
How to embed a Scratch game on Moodle. One way of approaching it anyway.
1.Go into your Moodle course and create a folder called
GAMES
:2.Now go to the Scratch website linkhttp://scratch.mit.edu/forums/viewtopic.php?pid=763#p763and downloadthese two files:3.Put both files in the GAMES folder4.Now upload your scratch game to the same folder – mine is called
test.sb
1
|
Page
 
5.Now to write the webpage that the game sits in. This is the coding youneed:
<html><body><applet id="ProjectApplet" style="display:block"code="ScratchApplet" codebase="./" archive="ScratchApplet.jar"height="387" width="482"><param name="project" value="test.sb"></applet></body></html>
6.The coding is the same for all embedded games except you need to alterthe value = “ “ feature to include the name of your game7.This needs to be saved as an
.htm
file. Upload it into your GAMES folder:8.Now for the embedding bit9.First note down where this
htm
file is by right clicking on a file and lookingin the
Properties
section:10.This is ESSENTIAL when making the embedded HTML code later on
2
|
Page
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...
You must be to leave a comment.
Submit
Characters: ...