Putting MapleTA into Wikispaces

Having looked through the posts on Maple Primes, I found a suggestion to insert MapleTA assignments into webpages. So, I flipped over to Wikispaces and tried it out. A little bit of detective work on the page locations, I got it to work.

Since you can set MapleTA assignments to be anonymous, MapleTA will merely produced the questions and not record anything in the gradebook. Using the EMBED tool and the code below students can practice at whim:

[IFRAME SRC="http://server/mapleta/modules/test.Test?className=classname&testName=testname" TITLE="MapleTA" WIDTH='100%' HEIGHT=600][/IFRAME]

This follows closely on the heels of embedding GeoGebra into Wikispaces:

[applet name="ggbApplet" code="geogebra.GeoGebraApplet" codebase="./" archive="http://wikiname.wikispaces.com/file/view/geogebra.jar" width="width" height="height"]
[param name="filename" value="http://wikiname.wikispaces.com/file/view/yourfile.ggb"]
[/applet]

You first have to upload the Geogebra.jar and yourfile.ggb to your Wikispaces, then embed the code.

This opens up a lot of interesting possibilities and I'm hoping it will encourage a lot more sharing.
I'm switching everything in my courses to Wikispaces this weekend and we'll see how much I can stuff in!

1 comments:

Carl said...

Wow, thanks for this tip on getting Geogebra into wikispaces! I hope to try it out soon.