At the moment we have an LRS and the Tincan .net library. We want to create an LMS based in .Net, Window forms to be specific, utilizing TinCan API. Course content are in the form of Scorm packages. This is a very silly question I know, and the answer must be plain obvious, but I just don't get it. How you 'play' or 'show' or 'launch' the Scorm zip packages, when implementing in TinCan API in Desktop environment? And under what conditions do we require to convert scorm packages to TinCan ones?
If someone could give relevant links(although i have visited every damn one of them) it would be helpful. Thanks
PS- Don't flag this question down please.
Technically speaking SCORM is not TinCan or vice versa. SCORM communicates to a JavaScript Runtime API your LMS would need to provide. This content typically runs in a IFRAME/Frame, new window, tab or popup. Without that runtime API the SCOs won't locate what to communicate with.
TinCan communicates with a endpoint. Statements are generated by the content or application and posted. Similar to ActivityStreams which were created around 2006 by social media, but retrofitted to work with e-learning.
All that said though you can convert old SCORM communication into a TinCan statement but unless the TinCan Library you are using supports that, you'd have to build that out or locate a project that claims to do that.