Get a list of all user logins in a given class
class_logins(class, url = getOption("learnitr.lrs_url"), as.json = FALSE)
class_aa(
aa,
url = getOption("learnitr.lrs_url"),
as.json = FALSE,
module = NULL
)
user_login(email, url = getOption("learnitr.lrs_url"))
Arguments
- class
The short identifier of the class
- url
The URL of the MongoDB database (LRS)
- as.json
If TRUE
, return the result as a JSON string
- aa
The short identifier of the activity
- module
The module to restrict too, or NULL
for all modules
- email
The email of the student
Value
A character vector with the results