skip to Main Content

I am developing an e-learning websit in php and i want to add courses.
Every website i ever came through for course generation only offers scorm format for embedding.
I have downloaded the zip file of scorm packages but i dont know how to use it in my project.
The website i used is learning studio ai
this is the type of files i have

is there any other way to easily generate courses and integrate them in my website as this is my fyp.

2

Answers


  1. There are numerous options for developing course materials, some include export formats, some will allow you to embed. In most cases if you want to embed you are going to need some sort of "player" application that knows how to render the course material and will enable it to do data capture, etc. This is the reason why standards like SCORM and LTI are popular.

    Having said that, if you are happy with the authoring tool and courses you’ve created you can likely integrate a SCORM player into the application to facilitate that functionality. You may want to consider integrating with something like SCORM Cloud rather than attempting to build a fully compliant SCORM player on your own. (Full disclosure: I work for the company that runs SCORM Cloud, Rustici Software.) See https://rusticisoftware.com/solutions/lmss/

    Login or Signup to reply.
  2. i am facing the same i want to host the courses on my website and also track it

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search