problem about scorm2004-Collection of common programming errors


  • sergzach
    scorm scorm2004
    Should I set up cmi.objectives.0.id before I set up, for example, cmi.objectives.0.competition_stat

  • deepa
    android android-webview scorm scorm2004 scorm1.2
    I need to display and track the scorm content in a android application. I have search some post related to scorm player for mobile devices and it was closed too. I have already display the content using imsmanifest.xml I am strucking with the tracking of LMS in the scorm file. After a long search, i found that i need to execute

  • charlie_cat
    javascript scorm scorm2004
    I have the get and set code in new.js:APIClass.prototype.LMSGetValue = function (element) {var value = GetValueJson(element, ‘1.2’, ‘LMSGetValue’); return value; }APIClass.prototype.LMSSetValue = function (element, value) {SetValueJson(element, value, ‘1.2’, ‘LMSSetValue’);return “true”; }API_1484_11_Class.prototype.GetValue = function (element) { var value = GetValueJson(element, ‘2004 3rd Edition’, ‘GetValue’);return valu

Originally posted 2013-11-10 00:14:59.