Help with querying the Moodle database: getting user role in each course

Re: Help with querying the Moodle database: getting user role in each course

by Howard Miller -
Number of replies: 0
Core developers की तस्वीर Documentation writers की तस्वीर Particularly helpful Moodlers की तस्वीर Peer reviewers की तस्वीर Plugin developers की तस्वीर
enrolments and role assignments are completely separate (you can have a role in a course without being enrolled in it). In normal use, this distiction is transparent. But it's the role_assignment table you want. You also need to understand Moodle's contexts. This is where the fun starts.