SCORM Cloud API

This section provides guidance on how to integrate SCORM Cloud with your front end application.

  • SCORM Cloud: How to Launch Courses in an iFrame (Embedded Launch)

    How to Launch Courses in an iFrame (Embedded Launch)By default, SCORM Cloud launches courses in a new browser window (popup). However, many integrations prefer to keep the learner within the main application...

  • SCORM Cloud API: Registration Postback APIs

    It is crucial for Learning Management Systems to stay current with the state of learner progress, as this can affect everything from reporting to learner menus. The recommended approach is SCORM Cloud’s post...

  • SCORM Cloud API Documentation

    Core Concepts SCORM Cloud has a few core concepts that are helpful to understand when building an integration against it. Realms are the billing accounts of SCORM Cloud. Each realm either has a billing plan ...

  • SCORM Cloud API JavaScript Library

    The SCORM Cloud API JavaScript library was created to provide an easier way to integrate SCORM Cloud functionality into a JavaScript application. The Javascript library can be downloaded here.  Please feel f...

  • SCORM Cloud v2 API Ruby Library

    The SCORM Cloud Ruby library was created to provide an easier way to integrate SCORM Cloud functionality into a Ruby application. The Ruby library can be downloaded here.  Please feel free to contact us at s...

  • SCORM Cloud v2 API Python Library

    The SCORM Cloud Python library was created to provide an easier way to integrate SCORM Cloud functionality into a python application. Samples are included for basic functions of the SCORM Cloud API. The Pyth...

  • SCORM Cloud v2 API PHP Library

    This PHP library is an easy to use wrapper for the SCORM Cloud API. Sample files are included for basic functions of the SCORM Cloud v2 API. The PHP library can be downloaded here.  Please feel free to conta...

  • SCORM Cloud v2 API Java Library

    This Java library is an easy to use wrapper for the SCORM Cloud v2 API. The Java version of the library is intended to closely mimic the .NET version.  The Java library has been moved to a public repository ...

  • SCORM Cloud v2 API .NET Library

    The most recent copy of the SCORM Cloud v2 API .Net library can be downloaded here. Please feel free to contact us at support@rusticisoftware.com if you have any questions or enhancement ideas for this library.

  • Registration Results using SCORM Cloud v2 API

    Question After a user completes a course and is redirected back to us, we display the registration results but they aren’t always accurate.  If we go back and pull the registration results again, they are c...

  • Importing Courses into Apps using the v2 API

    If you’re using the API you have a couple of choices when it comes to how to import your courses.You can either upload your course through SCORM Cloud using these instructions. Use this when you only have a ...

  • Getting Scoring/Interaction Information from SCORM Cloud v2 API

    Question How can i get Questions and Answers, Choices, Score, Total Questions etc., all thes information form SCORM using API? or any other way to get all these infromation from the cloud? Because i need to...

  • Getting Courseid via the SCORM Cloud API

    Question I uploaded a course to my SCORM Cloud account using the form upload methods on your website. After the course is uploaded, how do I acquire the ID so that I can use the courseid in my service calls?...

  • get registrations list for account through api

    Question Is it possible to get all the account's registrations data in a SCORM cloud application. Answer Getting registration list for your account through the SCORM Cloud API is pretty easy. Check out our d...

  • Calling ListCourse doesn't pull back courses you imported

    Question I imported a course into the SCORM Cloud Console, but when we call your List Course method from our LMS, the course list is not returned, even though we just imported the course. What could we be do...

  • App Management With The SCORM Cloud v2 API

    We just rolled out a new way to create App IDs via a brand new API call.  The first step is to create the App Management App ID via the App tab in your SCORM Cloud account: Once this has been created, you’...

  • Can I reset the secret key for my App Id?

    Yes- resetting the secret key for your App Id is easy. Just follow the steps below: 1.  Log in to your SCORM Cloud account2.  Go to your Apps page from the left hand menu3.  Select the Application that you w...