Description Usage Arguments Functions
Peek at values in database tables for the purpose of quickly scanning what's present and getting id numbers needed for other functions.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | list_certs(course_id, con = get_session_con())
list_cms(course_id, con = get_session_con())
list_courses(con = get_session_con())
list_events(con = get_session_con())
list_groups(course_id, con = get_session_con())
list_mods(con = get_session_con())
list_roles(con = get_session_con())
list_sections(course_id, con = get_session_con())
view_enroll_survey(course_id, con = get_session_con())
view_questionnaire(qnr_cm_id, con = get_session_con())
|
course_id |
A single integer corresponding to a courseid in the database
(see |
con |
A database connection object, using the session connection by default. |
qnr_cm_id |
A single integer corresponding to a questionnaire course
module id (see |
list_certs
: Certificate instances
list_cms
: Course modules currently in a course
list_courses
: Courses
list_events
: Events currently in the logstore
list_groups
: Groups currently existing in a course
list_mods
: Modules in this Moodle installation
list_roles
: Roles that can be given to users
list_sections
: Sections (aka units) currently in a course
view_enroll_survey
: Surveys filled out during enrollment
view_questionnaire
: Questionnaire questions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.