Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Export HTML web site to Scorm compliant

Tags:

html

scorm

I have developed web site using html,js,jquery,css. How do i export this website to SCORM Compliant. Is there any easy way to get. Thanks, Thirupathi

like image 578
user1005208 Avatar asked Feb 21 '23 23:02

user1005208


1 Answers

I'm making the assumption you do not have your file in a SCORM compliant package...

Ensure your website is SCORM compliant by using the correct schema definition files based on the version you are using (1.2 or 2004). You can download a schema manifest template here.

Once you have created a package including definition files along with your own files, upload it to SCORM Cloud. This will allow you to see how your SCORM package is running through the useful error logs.

like image 172
sbhomra Avatar answered Mar 03 '23 03:03

sbhomra