vaidehi Posted October 4, 2012 Report Share Posted October 4, 2012 Hello, We have developed an application in Labview.We need to incorporate that application in LMS(Learning Management System),for which the Labview application(the exe of it) should be SCORM complaint.Sharable Content Object Reference Model (SCORM) is a collection of standards and specifications for web-based e-learning. It defines communications between client side content and a host system called the run-time environment, which is commonly supported by a learning management system. SCORM also defines how content may be packaged into a transferable ZIP file called "Package Interchange Format". So can Labview be made SCORM complaint. Quote Link to comment
Ton Plomp Posted October 5, 2012 Report Share Posted October 5, 2012 Well, SCORM defines that the application should run in the browser. So you need to take care of some issues: LabVIEW Runtime engine on the client (which may be suitable for a closed environment or home users) Or remote interfacing, where the executable is hosted on a server, that returns a webpage with websockets It is doable, but may be hard. Ton Quote Link to comment
todd Posted October 5, 2012 Report Share Posted October 5, 2012 Cross-post, here, with input from a company whi consults on SCORM: http://forums.ni.com/t5/LabVIEW/how-to-make-labview-scorm-complaint/m-p/2174830/highlight/true#M699336 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.