开发者

Is it necessary to have lessons when creating scorm?

开发者 https://www.devze.com 2023-02-08 18:35 出处:网络
I have authoring开发者_StackOverflow社区 tool which creates Assement in HTML and/or Flash format.

I have authoring开发者_StackOverflow社区 tool which creates Assement in HTML and/or Flash format. I do not have any tool for creating lessons. Now i want to make the assessments created to SCORM compliant Can it be compliant without any lessons ? Any SCORM libraries for PHP where i can create and test it for compliance?


No, you do not have to have a lesson to be SCORM conformant. The "content" that is delivered by SCORM is a black box, it can contain anything. It is perfectly valid to make a SCORM package that is just an assessment.

As far as using PHP is concerned, you might need to a bit careful. Are you looking to create the lesson/assessment in PHP? Or, are you looking to create a simple tracking LMS in PHP?

If you are trying to create the content in PHP, you will probably want to re-evaluate. While not technically illegal, you can almost never deploy content that contains server-side code to an LMS. If you are trying to host the content yourself, you will run into difficulties with the cross domain scripting problem that aren't trivial to overcome.

If you need a place to test out your content, try SCORM Cloud.

0

精彩评论

暂无评论...
验证码 换一张
取 消