Menu

Tree [ec8433] default tip /
 History

Read Only access


File Date Author Commit
 collector 2012-03-25 Anthony Rossi Anthony Rossi [546c47] Adding checking so as to not send emails over 9MB.
 grader 2012-03-25 Anthony Rossi Anthony Rossi [546c47] Adding checking so as to not send emails over 9MB.
 testdata 2012-02-27 Anthony Rossi Anthony Rossi [bcfb7e] Fixed several tests that were not failing when ...
 .hgignore 2012-02-26 Anthony Rossi Anthony Rossi [de0dad] A purely test data commit.
 .hgtags 2012-03-25 Anthony Rossi Anthony Rossi [ec8433] Added tag v2.0 for changeset 546c475891d9
 CHANGELOG.txt 2012-03-25 Anthony Rossi Anthony Rossi [546c47] Adding checking so as to not send emails over 9MB.
 COPYING 2011-12-11 aro aro [46ba0b] Re-licensing under the AGPL given the purpose o...
 INSTALL.txt 2012-03-25 Anthony Rossi Anthony Rossi [546c47] Adding checking so as to not send emails over 9MB.
 LICENSE 2011-12-11 aro aro [46ba0b] Re-licensing under the AGPL given the purpose o...
 README.txt 2012-03-25 Anthony Rossi Anthony Rossi [546c47] Adding checking so as to not send emails over 9MB.
 __init__.py 2010-08-09 Anthony Rossi Anthony Rossi [676362] Initial Project Commit.
 manage.py 2010-08-09 Anthony Rossi Anthony Rossi [676362] Initial Project Commit.
 settings.py 2012-03-22 Anthony Rossi Anthony Rossi [3b1c11] Updated settings.py with Django 1.3 settings
 urls.py 2012-03-09 Anthony Rossi Anthony Rossi [635ffe] Implemented emailing the grade log to students.

Read Me

Thank you for downloading Assignment Collector/Grader!

Installation instructions for both developers and server administrators are in INSTALL.txt.

The changelog can be found in CHANGELOG.txt.

The latest version release notes:
-------------------------------------------------------------------------------
Version 2.0 Release - 3/24/2012
===============================================================================
Phew! 2.0 has been a long time coming. The biggest feature of this release is
an improved admin experience. Now admins can only view and edit courses and 
assignments that they created. Superusers are exempt from this constraint.
This compartmentalization has been 2 years in the making and should improve the
multi-user capabilities of ACG.
The grader has also been completely overhauled and moved into its own app. This
allows us to support more languages in the future. Grading should be faster now
too. The grader has been re-written to be cleaner and easier to understand and
extend.
The tie-ins for a plagiarism detection system have been placed, but currently
are unimplemented. Selecting plagiarism detection in the admin interface does 
nothing for now.
ACG now has the option of sending the grader results to students via email in
addition to viewing the results on the site. This hopefully reduces load on the
server in addition to providing students with another useful tool. This feature
can be enabled and configured in the settings, and by default does not send any
emails.
In Summary:
*   Admins can only edit their own Courses and Assignments.
*	The grader is more stable and faster than before.
*	Students can have their results emailed to them.
*	Generated gradesheets are a little prettier.
*	Hooks for future implementation of plagiarism detection are in place.
*	General bug fixes and minor improvements.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.