PHP: Load Lectora SCORM Module

623 Views Asked by At

How would I go about loading a module created with Lectora, with PHP? I can't seem to find any good tutorials. Using an LMS like Moodle is out the question unfortunately. The module is in the form of a .zip file.

1

There are 1 best solutions below

0
On BEST ANSWER

Based on your response in the comments and assuming the instructional designer creating the course publishes the course using the HTML option than the zip file will just contain standard html, JavaScript and image files. You can just use standard tools to unzip the package and FTP or copy the files to the web server and do not need any special tools or scripts on the server side to unpackage the course. A published Lectora HTML course will have an index.html at the root of the package that you will want to link to when launching the course. Hope this helps.