publish_course {rqti}R Documentation

Publish a course on LMS Opal

Description

Publish a course on LMS Opal

Usage

publish_course(
  course_id,
  api_user = NULL,
  api_password = NULL,
  endpoint = NULL
)

Arguments

course_id
  • A string value of the number of course (Ressourcen-ID).

api_user

A character value of the username in the OPAL.

api_password

A character value of the password in the OPAL.

endpoint

A string of endpoint of LMS Opal; by default it is got from environment variable RQTI_API_ENDPOINT. To set a global environment variable, you need to call Sys.setenv(RQTI_API_ENDPOINT='xxxxxxxxxxxxxxx') or you can put these command into .Renviron.

Value

Status code.

Examples


   publish_course("89068111333293")


[Package rqti version 0.3.0 Index]