~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to subjects/sample/subject.xml

  • Committer: mattgiuca
  • Date: 2008-03-28 06:58:51 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:715
Tutorial: Added "Reset" button to exercises, so you can get back to the
original "partial solution".
    tutorial/init.py: Stores the backed up text hidden in the HTML so it can
    be retrieved by the client at will.
        Added reset button which calls JavaScript.
    tutorial.js: Added resetexercise function (event handler for reset button)
        which replaces the user code with the stored backed up partial soln.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<worksheets>
2
 
    <worksheet id="ws1" name="Worksheet 1" assessable="true" />
 
2
    <worksheet id="ws1" name="Worksheet 1" />
3
3
    <worksheet id="ws2" name="Worksheet 2" />
4
4
</worksheets>