|
Is it possible to see a list of all the submissions for each assignment so that we can verify what we have submitted and also so that we can restore what's in the code editor to previous versions of the submitted code. Currently I do a lot of manual copying and pasting for managing different submitted versions of the code. |
|
I do this myself by committing all necessary revisions of my quiz and homework code into my local mercurial (hg) repository. Then I periodically push it to my bitbucket (private) repository so I can access it from multiple machines. I highly recommend setting up some kind of revision control software yourself to do this (git, mercurial, subversion, etc)... because they are not doing it for you at present. |