articulate-storyline

Is implementing LMS Scorm Tracking without an authoring package feasible for a beginner?

左心房为你撑大大i 提交于 2019-12-22 06:36:03
问题 Prior to building an eLearning solution, I am determining whether to use an authoring package such as Captivate or Storyline or to create HTML pages which utilize JS calls for tracking. If I avoid using an authoring tool, I get flexibility in terms of the content and reuse of existing assets. For example, Storyline is outputting SWF files which I cannot pass around my team like a simple HTML page for review. However, I am new to SCORM.. and I am wondering is it feasible to get up to speed

I have a third party service that I believe is sending me malformed JSON

浪尽此生 提交于 2019-12-12 06:38:21
问题 And as a result, Rails is dying short before my controllers and returning : 781: unexpected token at 'stateId=resume&registration=bar&actor=null&Authorization=foo&activityId=JumrnmV_course_id&Content-Type=application/json' This is a bit cryptic for me because I have no access to the 3rd party service. I can only append parameters to a query url and those get appended on the return payload.. which I think is corrupting my JSON.. The launch query is this : '/system/' + @myobj.id.to_s + '/story

How can I call the function of iframe from parent?

怎甘沉沦 提交于 2019-12-11 16:05:25
问题 If the parent and iframe were both on the same domain, we can call a function of the parent window from iframe: iframe code: // here we call 'myFunction' which is a parent function window.postMe = "postMe value here"; window.parent.myFunction(postMe); In the parent window, we can define a function like this: function myFunction(postMe) { ((console&&console.log)||alert)("postMe= " + postMe); } And the code above logs the "postMe" value correctly. But my question is how can I call the function

Is implementing LMS Scorm Tracking without an authoring package feasible for a beginner?

萝らか妹 提交于 2019-12-05 11:38:40
Prior to building an eLearning solution, I am determining whether to use an authoring package such as Captivate or Storyline or to create HTML pages which utilize JS calls for tracking. If I avoid using an authoring tool, I get flexibility in terms of the content and reuse of existing assets. For example, Storyline is outputting SWF files which I cannot pass around my team like a simple HTML page for review. However, I am new to SCORM.. and I am wondering is it feasible to get up to speed with implementing SCORM LMS tracking JS calls along with my custom HTML pages, or would the preferable