Get elements of the course by courseId from LMS
Source:R/LMS.R
, R/Opal.R
getCourseElements-methods.Rd
This method gets elements of the user's course by its courseId on Learning Management System (LMS). If no LMS connection object is provided, it attempts to guess the connection using default settings (e.g., environment variables). If the connection cannot be established, an error is thrown.
Usage
getCourseElements(object, course_id)
# S4 method for class 'missing'
getCourseElements(object, course_id)
# S4 method for class 'Opal'
getCourseElements(object, course_id)
Arguments
- object
An S4 object of class Opal that represents a connection to the LMS.
- course_id
A length one character vector with course id.