|
GradebookPlus::Parser - Parses Gradebook Plus text reports. |
GradebookPlus::Parser - Parses Gradebook Plus text reports.
use GradebookPlus::Parser;
# create a new gradbook my $gradebook = new GradebookPlus::Parser;
# parse $gradebook->parse($data);
# do stuff with the methods
Gradebook is a module useful for parsing Gradebook Plus text reports, a program used by many K-12 school districts. Simply go to
Reports-> Gradebook of entire Class->(check fancy report, catagory totals, and all grades)-> Save to disk.
The parser can then parse the contents of this file. Use it how you like; I use it so teachers can put their grades online with minimal effort on their part.
parse($report)first last pw
pw is a generated password which you can use, rather than create your own. Remember, this module was developed for use with an online grade report system.
List of methods: assignment_names assignment_possible assignment_scores assignment_average
List of methods: catagory_names catagory_possible catagory_scores catagory_average
List of methods: student_assignments student_catagories student_total_points student_percent student_letter
Joseph F. Ryan, ryan.311@osu.edu
|
GradebookPlus::Parser - Parses Gradebook Plus text reports. |