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

napisao/la Howard Miller -
Broj odgovora: 0
Slika Core developers Slika Documentation writers Slika Particularly helpful Moodlers Slika Peer reviewers Slika 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.