# Course Asset Connector

The Course Asset Connector provides a means to upload course assets to Cornerstone’s Learning Management System (LMS). In this Connector, the requests are always initiated by Cornerstone. You will need to setup an endpoint adhering to the contract defined by Cornerstone. Cornerstone will hit this endpoint daily to fetch new and updated courses from your system.

There is no callback action (inbound) required or supported. Courses that you sent to Cornerstone using this Connector must support reporting on users' progress according to the relevant course standard.

Course Assets are course files that are hosted within Cornerstone. Some e-learning standards, such as SCORM, require course assets to be uploaded to an LMS to operate correctly. The specific files and file structure are defined by the e-learning standard.

# Supported Content Types

You can use the Course Asset Connector for the following content types supported by Cornerstone:

  • SCORM Packages: SCORM 1.2, SCORM 2004 (3rd edition), and SCORM Dispatch where the content is hosted on the provider’s website.
  • AICC version 3.5
  • xAPI version 1.0.3

# Course List

The Course List is a JSON object containing the list of newly created and updated courses. You must setup an endpoint that allows Cornerstone to GET the list of new/updated courses from your system.

Reference

View the Course Asset Connector API