The Opal class represents a specific implementation of a Learning Management
System (LMS) that extends the abstract LMS class. This class is designed to
facilitate interactions with the Opal LMS API.
Slots
nameA character string representing the name/identifier of the LMS. Defaults to
"Opal".api_userA character string specifying the API username for authentication.
endpointA character string containing the API endpoint of the Opal LMS. This can be set using the environment variable
RQTI_API_ENDPOINTwithSys.setenv(RQTI_API_ENDPOINT='xxxxxxxxxxxxxxx')or placed in the.Renvironfile.
See also
LMS-class for the parent class.