Description Usage Arguments Value See Also
These functions get information about course modules from a Moodle database.
1 2 3 | fetch_cm_sections(cm_ids, ..., con = get_session_con())
fetch_cm_instances(cm_ids, ..., con = get_session_con())
|
cm_ids |
An integer vector containing course module ids in the database. |
... |
Potential future args. |
con |
A database connection object, using the session connection by default. |
fetch_cm_sections
returns a tibble with section information,
one row for each element of cm_ids
.
fetch_cm_instances
returns a tibble with module instance
information, one row for each element of cm_ids
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.