-
Committer:
mattgiuca
-
Date:
2008-03-15 05:55:20 UTC
-
Revision ID:
svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:698
Added Save feature to tutorial system.
tutorialservice: Added "save" action, which works the same as submit, but
saves to the DB instead of making an attempt, and doesn't run the code.
Factored out code to open an exercise file.
tutorial: Added Save button to exercise boxen.
tutorial.js: Added saveexercise function, which makes an Ajax request to the
"save" action of tutorialservice.