This function retrieves and returns data about the elements of a specified course from the LMS Opal system. The data includes information such as the node ID, short title, short name, and long title of each element.
Usage
# 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.