What does the "id" in the attendance pages url stand for?

What does the "id" in the attendance pages url stand for?

by Ben Laor -
Number of replies: 1

Hi, i'm using Moodle 3.2
I have for example the following link "my.moodle-site.com/mod/attendance/manage.php?id=682" and i wish to know what the "id" parameter stand for in the database.
I already tried looking for it and i know its not:
* mdl_attendance_sessions - id
* mdl_attendance - id
* mdl_course - id

Does anyone know what it is?

Average of ratings: -
In reply to Ben Laor

Re: What does the "id" in the attendance pages url stand for?

by Ben Laor -

Found what it means by searching the attendance plugin code, it represents the "id" in the "mdl_course_modules" table