by Pete Edwards.
In Moodle 3.9 (will test later versions) I am calling gradereport_user_get_grade_items on a course with 2 activities: a lesson and an assignment. The lesson grade is returned including the itemname but the assignment has itemname=null and itemtype=course. If I have multiple assignments, their grades are summed and returned as a single course item. Is there a way for me to get a list of the grades for each assignment along with it's weighting as I need to report this in an external system to build a student transcript.