SCORM integration with local database

I have a PHP web application, I need to integrate SCORM with my application. I know there is a cloud option for SCORM integration. But our requirement is to store the course data in our local database.

Please help me.

+3


source to share


1 answer


You have several options for integrating SCORM content into standalone (web or other) applications.

One of them is SCORMCloud (www.scorm.com) which gives you an integration interface. They have PHP plugins for WordPress and Drupal that you can use as a guide.

SCORMCloud has several methods based on which you can return your student's data to your database.



When the course launch is complete, SCORMCloud will redirect back to your site. At this point, you can hit the SCORMCloud API and get the results of your run and write them back to your database.

Our company (www.aura-software.com) creates an application integration infrastructure for cloud-based sources (Vimeo, SCORMCloud, TinCan LRS) called Bright CloudConnect. Depending on your integration requirements, it can perform the same functions and several others. The inclusion of tracked eLearning in existing apps is a striking core feature.

0


source







All Articles