Homework editor suggestion

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.

asked 17 Mar '12, 23:50

david%20karapetyan's gravatar image

david karape...
2491320
accept rate: 75%


One Answer:

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.

link

answered 18 Mar '12, 01:36

EdG's gravatar image

EdG
6.5k3837

Your answer
Question text:

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×5,188
×136

Asked: 17 Mar '12, 23:50

Seen: 180 times

Last updated: 18 Mar '12, 01:36