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.