Great video Jeff! How do you find the right Javascript code for your LMS? For example, I want to do this same thing for TalentLMS.
@LearningDojo2 ай бұрын
I usually have to inspect in the console and figure it out that way. I may do a video showing people how you would at least look for it.
@arvinderdhaliwal16898 ай бұрын
Great tutorial Jeff as always!! Can you suggest how to best make course name display in LMS statements so data can be easily distinguished between/for multiple courses?
@LearningDojo8 ай бұрын
Probably through the Activity ID. It is a unique ID that you can use in the LRS reporting to identify a specific course. It is found in the publish settings for the LRS.
@petemichaels11 Жыл бұрын
Great video, Jeff! Can the LRS be used in order to allow users to bookmark their course progress like an LMS?
@LearningDojo Жыл бұрын
So Storyline will keep track of progress on the device but if you are talking about bookmarking across devices outside of an LMS then it takes extra code to do. I have not done it myself but I know it is doable. May have to dive into the documentation for something like that.
@grassblade7966 Жыл бұрын
xAPI packages exported from tools like Storyline or Captivate, saves resume data in the LRS and fetch it back to resume content automatically.
@Am33k3r11 ай бұрын
Hi Jeff, we use SumTotal LMS which is now owned by Cornerstone, and none of the usual JS to obtain Student Name worked. However, I have just tried the code above and it has worked so massive thanks for the code. Are you able to simplify it though as I am not looking to use an external LRS, I just want the learner's name so I can created personalised content?
@LearningDojo11 ай бұрын
This video I did awhile ago may help kzbin.info/www/bejne/h6TCeap7mcmWe8k.
@hienanh22 Жыл бұрын
Thank you for the video, I learnt your course on Udemy and was able to create some interactive lessons using Articulate storyline 360. However, I want to publish them on Canvas, but I still don't understand how to do so =((( I don't know how to code, and still I don't understand how it works ToT
@LearningDojo Жыл бұрын
Ok so Canvas is its own beast. It can handle SCORM but has to have a plugin to do. I have not explored what it takes to install that plugin but this comes up a lot in my University class so I want to eventually explore it.
@borg_cube9 ай бұрын
@@LearningDojo Any tips with reagrds to Moodle, Jeff?
@LearningDojo9 ай бұрын
@@borg_cube Sorry, it has been years since I have done anything with Moodle.
@LearningDojo9 ай бұрын
But you should be able to publish to SCORM and then do the external LRS.