Retreive list of students registered for a particular course
Posted
by Pankaj Khurana
on Stack Overflow
See other posts from Stack Overflow
or by Pankaj Khurana
Published on 2010-06-08T07:57:47Z
Indexed on
2010/06/08
8:02 UTC
Read the original article
Hit count: 277
moodle
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
© Stack Overflow or respective owner