Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:Gradebook improvements

From MoodleDocs
Revision as of 11:30, 22 January 2009 by Helen Foster (talk | contribs) (comments moved from Gradebook improvements)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Aggregation of hidden grades

Overlook problem partially solve after the database freeze - workaround was to recalculate the grades on the fly so that users that can the hidden grades are ignored. This approach is expensive and can not be used in conditional activities, grade exports, etc.

Solution is to add new flag into grade categories - aggregate hidden grades. Having two values for each grade would be too complex, selective agrragation should solve most of the problems and should be reasonably backwards compatible.

--Petr Škoda (škoďák) 11:56, 8 December 2008

Exports: more flexibility

Two aspects of the 1.9 export plugin have been criticised by some of Catalyst's clients:

  • the fact that grade exports are tied to a course
  • the default user profile columns are not all needed and some custom ones would be necessary

Therefore I propose the following changes:

  • removing the export plugin dependency on a single course by converting to an array of courses (see MDL-17420)
  • making the user-related columns customisable (see MDL-17346)

--Francois Marier 06:42, 9 December 2008

Gradebook does not consider groupings functionality

Student in gradebook view all grade items, but must view only grade items thats belong to his groiping (see MDL-13868).

--Artem Andreev 11:07, 9 December 2008

See also