Update to laegrader report

Update to laegrader report

by Bob Puffer -
Number of replies: 3
I've upgraded the laegrader and laeuser reports to reflect the seamless integration of "accuratepoints" which calculates up the correct number of points for categories and course totals under any aggregation method. We've used accuratepoints for a couple of terms but this implementation does not write changes to the db... all calculations are done on the fly. (NOTE: categories and course totals are always calculated on the fly in the Moodle core gradebook so this is not a change). "accuratepoints" is a gradebook setting specific to the course. The download links are:
(laegrader is also available in CVS in contrib/plugins/grades)

"edit/tree" are patched versions of grade/edit/tree/index.php and grade/edit/tree/lib.php that also allow accurate calculations on the Categories and Items tab/dropdown. laeuser and "edit/tree" rely on laegrader for its locallib.php so that's the only dependency between them. "accuratepoints" will not activate unless notifications is run from Site administration.
In reply to Bob Puffer

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Bob Puffer

Re: Update to laegrader report

by Bob Puffer -
I've posted updates to the laegrader report (still found here) which include:
  • Name column is auto-width formatted to accommodate extremely long names
  • Column widths are correctly adjusted in the event "quick-feedback" in enabled
  • More scrollable height options for the report in case instructors wish to see a lot of students without scrolling
One issue still working through is that the tabindex doesn't operate properly when it gets to the end of the column and needs to start again at the beginning of the next column. A screen refresh will set the screen back in order.