The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Grades

This is a collection of methods useful for the micromanagement of grading students.

A configuration file, league.yaml, as in t/emile/league.yaml in the distribution, holds names and ids of members, etc.

Homework scores is a mapping of ids and scores for each round in individual files, named 3.yaml, etc in a homework subdirectory.

Classwork scores are in individual files for each week, eg 1.yaml, 3.yaml, etc, in different sub-subdirectories, eg, 1, 2 , etc, of a classwork subdirectory, for each session of the semester with a different student grouping. All the members of an individual group, called a beancan, get the same classwork score over that session.

Exam scores are in files called g.yaml, in sub-subdirs, 1, 2, etc of an exams subdirectory.

INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc Grades

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Grades

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Grades

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Grades

    CPAN Ratings:
        http://cpanratings.perl.org/d/Grades

COPYRIGHT AND LICENCE

Copyright (C) 2006 Dr Bean

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.