Embedding SCORM in React app

Jul 12, 2023

We're looking to embed our Rise content into a React web app we are building. As a test, I'm writing a simple JS script to provide an LMS-like API that the content can communicate with when embedded. I'm following the specs at https://scorm.com/scorm-explained/technical-scorm/scorm-12-overview-for-developers/ 

However, the content I export from Rise in SCORM 1.2 format doesn't seem to conform to the above API specs. In other words, none of those API functions are called from the content. What am I missing here? Can someone point me in the right direction on how to embed Rise content into our own platform (instead of an LMS) and be able to capture the interactions?

Be the first to reply