scorm

Inject a JavaScript API on everypage loaded on WebView

时光怂恿深爱的人放手 提交于 2019-12-13 07:32:16
问题 I am coding a offline Scorm player, so need to inject an JavaScript API on every html page loaded by the WebView instance. I tried to use a frame-set approach, but WebView doesnt behave the way it should (besides that, its deprecated in HTML5). How can I achieve this? I need the script to be injected before the page loads, because those html pages will consume the API on the body onLoad event.. When trying to to override the 'onPageStarted' WebViewClient method, although the event was fired,

Importing SCORM compliant Lesson (imsmanifest.xml)

主宰稳场 提交于 2019-12-13 06:15:56
问题 I am developing a basic LCMS (Learning Content Management System) and I have to import a SCORM compliant lesson in my system for which I have to parse the imsmanifest.xml file and then import all the content basing upon the XML file. Is there anybody who have done this task? Can you please guide me with sample code or a helpful link? I am using VB.Net but even C# code will work for me. Waiting for a quick and positive response Thanks in Advance, 回答1: I think XPath and Linq are the best

parsing nested same name elements using jaxb

折月煮酒 提交于 2019-12-12 02:54:59
问题 i've searched alot for a solution but unfortunately i didn't find any that could solve my problem. I am having a huge xml for an e-learning platform. in this xml i have nested element with the same name. such as: <organizations> <organization identifier="" structure=""> <title>TITLE</title> <item identifier="ITEM_0" identifierref="55555555" image="" isvisible="1" pagetype="" parameters=""> <title>Welcome</title> </item> <item identifier="ITEM_456" identifierref="6666666" image="" isvisible="1

Creating SCORM content on the fly

我与影子孤独终老i 提交于 2019-12-11 18:09:27
问题 I wish to create SCORM packages on the fly i.e. programmatically in ASP.NET so as to run em in some SCORM compliant player on my web, dynamically. I am new to SCORM and have googled about it. What EXACTLY should be inside the SCORM package? I know i'll have to zip the files Im thinking about using System.IO.Packaging namespace classes or maybe someother external library for zipping files. What exactly should inside be in the SCORM package so as to make it SCORM 2.0 complaint and run it in

Can I notify two LMS' that a course has been completed from an LTI tool provider?

那年仲夏 提交于 2019-12-11 17:44:51
问题 Imagine I have two LMS that I want to notify when a course has been completed. One is the "central repository" of training courses, and the other is a site based learning tool. They have different LMS systems but they support LTI Providers and can act as LTI consumers. Would it be possible to have a page on my third party solution that can act as an LTI provider (using a library like this: https://github.com/andyfmiller/LtiLibrary)? In this solution the LTI tool provider would host a course,

How to enable mp3 content type in SAP Authoring Tool

狂风中的少年 提交于 2019-12-11 14:53:09
问题 I am trying to play some SCORM course using SAP Authoring Tool. When I try to play a course none of audio elements are played. I have checked chrome console and there is 404 error for those mp3 files. They exists but player can not find them. I have try to play mp3 files directly opening some of the url directly in the browser and download dialog appears. Seems that server which is used for SAP content player does not support mp3? This is example of mp3 url: http://127.0.0.1:59128/lms/media/

Want my LMS to be SCORM compatible

▼魔方 西西 提交于 2019-12-11 07:37:40
问题 I have an LMS written in ASP.net (VB) which is AICC compatible. I would like the system to be compatible with SCORM. I am using Articulate to create the Course contents but struggling to find a way to communicate between the contents and the LMS. I know that imsmanifest.xml holding the course details and the javascript files in lms folder are the communication port. Now if I want to track the user activity in course, what should I do? 回答1: You need to implement the SCORM run-time environment

Are IFRAMES still a necessity in a tracking SCORM SCO

断了今生、忘了曾经 提交于 2019-12-10 18:48:12
问题 When building a SCORM solution from html and javascript where tracking with the LMS is required, is it still necessary to contain all pages in an IFRAME or are other approaches being adopted? What difficulties does working within an IFRAME present when trying to create responsive pages? 回答1: There's no need to use IFRAMES or OBJECTS to contain your SCORM content. The API is simply Javascript, and as long as it's all included in the page everything will work (the SCORM conformance reqs

open source scorm player pure javascript and html?

℡╲_俬逩灬. 提交于 2019-12-10 12:55:35
问题 Is there any scorm player which is purely based on the javascript and html . i do,t wanna use any server side languages for it . I found an open source Scormpool but it is just playing the scorm its not tracking . and no documentation is available . If you guys know any please help . 回答1: I was searching for similar solution myself and was unable to find anything. So after struggling with docs and bits found online I have created this: https://bitbucket.org/jugger0/tsp It is far away from a

How to Calculate Progress of SCORM content?

回眸只為那壹抹淺笑 提交于 2019-12-10 11:36:07
问题 I'm trying to get a score, and progress from SCORM content (2004 Edition).So far I was able to save CMI values to my database using custom written LMS API. cmi.score.raw--->>0 cmi.score.max--->>15 cmi.score.min--->>0 cmi.score.scaled--->>0 I need to know how to calculate the progress of the student, score and grade from above values. Is there a any specific way or function for calaluclate progress? Or am I missing some value from SCORM? 回答1: Generally you would not calculate the score, that