FileSub is a web-based system which allows students to submit assigned
programs to instructors using a web form. Version 2 adds a web
interface for instructors, allowing them to create assignments and
download submitted work through a web page.
Instructors in programming courses often receive assigned programs as
email attachments. FileSub is an alternative which saves time and
trouble. It presents the student with a form that lists exactly what
must be sent, then checks that is, that files have the correct extension,
etc. In version 1, instructors use a command-line tool to define the
assignments. Version 2 adds a web-based interface for instructors. An
assignment editor allows the creation and modification of assignments,
and a download manager allows instructors to retrieve submitted work.
Files may be downloaded individually, or in groups as either a zip or
gzipped tar archive. The command line tools are still available as
well.
Version 2 also adds a listing page for each instructor which links
his or her available assignment submit pages. The installation
procedure has been improved as well.
Given the amount of new code, this release should be considered beta,
but I would not expect any serious bugs.
Web page: http://filesub.sourceforge.net/index.html
Download: http://sourceforge.net/project/showfiles.php?group_id=81585&package_id=83537&release_id=259649