Lesson report for inactive students

Lesson report for inactive students

by Mike Nodding -
Number of replies: 1

It seems that the report options don't show student stats for inactive students - in our case it's a completed/past course, students are db enrolled and are made inactive/suspended once complete, but we still want to be able to see lesson report stats. Anyone know of a way to get these to display? Cheers

Average of ratings: -
In reply to Mike Nodding

Re: Lesson report for inactive students

by Mike Nodding -
in case anyone interested, https://github.com/moodle/moodle/blob/7e16c70b52e0ba2074728007c80088f43d649d47/mod/lesson/locallib.php#L703
list($esql, $params) = get_enrolled_sql($context, '', $currentgroup, false);
shows all users, not just active but i assume normally you would only really want active users in the list.
Would be useful to have a filter here.