Talk:Flash module
Hi, I'm new to Moodle but a fairly experienced ActionScript developer, both 20. and 3.0.
Looking at your code:
score = yourScoreVariable;
answers = yourAnswersVariable;
startTime = getTimer();
_root.finishButton.onRelease = function() {
endTime = getTimer() - startTime;
moodleService.send_response(answers, endTime, score);
moodleService.cleanUp();
}
moodleService.init();
Could you tell us a bit more about this code?
Tutorial Zip File
The first of the three doubly-indented items in the last section (as of this writing) on this page is highly misleading. The first post in each of the two forum threads that constitute the two parts of the tutorial has an attachment, a zip file. These are appropriately named tutorial1.zip and tutorial2.zip. They contain sample files to be used in going through the tutorial. The zip file link on this page is just a link to tutorial1.zip, not the tutorial itself in a zip file as the text says it is. --Richard Enison 05:03, 6 June 2008 (CDT)