Jump to content

can labview vi be made SCORM complaint


vaidehi

Recommended Posts

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.

Link to comment

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

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.