Retreive list of students registered for a particular course
- by Pankaj Khurana
Hi,
I have moodle1.9 installed on my system and writing some custom reports.
I want to retrieve list of students registered for a particular course.
I have user profile field usercategoryid through which i figure out for which category he has enrolled. Course belongs to a particular category.
Through mdl_user_info_data table i retrieve the category for a particular user.
I have written a query to retrieve the users who have registered for a particular category for e.g. Financial Planning 2010. But the issue is that i now want users who have registered for a particular course for e.g. Insurance Planning.
There is a relation between course and course category but i am unable to find out the table where course and user information is linked.
Please help me on this
Thanks