Moodle Plugins directory: LAE Grader Report | Moodle.org
LAE Grader Report
Grade reports ::: gradereport_laegrader
Maintained by
Bob Puffer
Part of set LAE Grade Reports.
Alternative to Grader report that scrolls vertically and horizontally without losing student columns or grade item header rows. Lot of additional enhancements.
Latest release:
98 sites
21 downloads
34 fans
Current versions available: 1
NOTE: LAE stands for Liberal Arts Edition, a repackaged version of Moodle provided by CLAMP (Collaborative Liberal Arts Moodle Project). The LAE User and LAE Grader are packaged with the LAE version of Moodle but can be installed separately with the dependencies as noted below.
Layout Differences From Grader Report
- Grade item and category headers are all on one line, not nested. LAEgrader does not collapse or expand categories.
- LAEgrader allows wrapping of grade item and grade category names (at approximately 30 characters) to avoid excessively wide reports
- All items (including the category column) included in a category are color-coded the same to group them together, alternately orange/blue
- Items not contained in a category have a background of white as does the Course Total.
- Hidden items and categories are gray.
- Grades scroll both horizontally and vertically without losing view of the students column or the grade item header rows. This is the biggest difference between the LAE and core gradebooks. It negates the need for mouseover descriptions of which student and which item on which you're currently working.
- Rows added such as 'range' or 'average' are placed at the top (instead of the bottom) and are frozen along with the grade item titles row so the user never loses sight of them.
- Has a 'Clear overrides' button at each column header
- Doesn't allow for editing the values for category or course items.
- Has an 'Export to csv' button right on the report for a quick export of all items along with a weights row, a maximum points row, and extra column after every category and course total for making calculations.
Contributors
Bob Puffer (Lead maintainer)
Please login to view contributors details and/or to contact them
I cloned the git repo for the install and was surprised it was 257MB. Do you know why the GitHub repo is so large for this plugin?
I have installed the LAE GRADE REPORT version 2.6 in Moodle 2.6.2 but I do not set header items, or the row of names of students, only a horizontal scroll appears across the qualifier me. Do I need to configure or install something for it to work properly the option of horizontal and vertical scroll?
"The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log."
Many thanks
Chris
For that reason alone, we use LAEGrader, but there are others.
I would request that you think about the following feature. I wrote it into the 1.9 version, but am not completely done in 3.1, and am in fact having an issue.
We would like items which are hidden in Setup to not show, or be calculated, into grades. Teachers make categories for each quarter and then simply hide that quarter when we roll over to the next. When those items are hidden, the gradebook is much cleaner. Also, if they hide an item, it really should not be included in the grade.
I tried simply setting $this->canviewhidden = false; on line 116 of the current file...and it almost works. It somehow locks the first user in the class from moving or being edited...which is of course an issue. I also added $nooutcomes = true; to line 131 of the lib file to force Outcomes to be hidden, further cleaning up the gradebook.
If you have some time to include this in the newest release, that would be wonderful!
Brian