Consider the data extracted from a course with a category
itemtype: course, categoryid: 71, grade: 61.07
itemtype: category, category: 80, grade: 50.87
itemtype: mod, itemname: test 1, grade: 71.6
itemtype: mod, itemname: test 2, grade: 81.00
itemtype: mod, itemname: test 3, grade: 0.00
- What is the name (displayed in the gradebook) for category 80, how do we get it?
- What is the formula for category 80, how do we get it?
The above two questions are not in the data returned by gradereport_user_get_grade_items.
Thanks!