Description Usage Arguments Details Value See Also
Gets responses to standard questions asked during Moodle account creation.
1 | fetch_user_details(user_ids, ..., con = get_session_con())
|
user_ids |
A vector of integers corresponding to userids. |
... |
Potential future args. |
con |
A database connection object, using the session connection by default. |
The timezone column has a mix of formats from new and legacy Moodle versions. Newer Moodle versions specify the name of a city as a string. Older versions used a number. A timezone of 99 signifies the Moodle server's timezone. Other numbers signify the difference from UTC.
A tibble containing user profile information. Each row corresponds to a value in user_ids.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.