Copy link to clipboard
Copied
Hi all,
We are using SuccessFactors LMS and I have set up a training item with several single SCO (content objects). To make it easier at the end of each chapter I want the user to click on a "Continue" button to open immediately the next chapter instead of closing the player, going back to the content structure and clicking on the next SCO.
I am not really firm with javascript or anything like that. Does anybody how to embed this javascript into a proper working continue button?
javascript:launchBrowserContent('contentWindow','/learning','3113021','855002',varModuleName3113021M855002,varLaunchFile3113021M855002,'null','width=1024,height=800,top=0,left=0,toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1',true,60,80);
This is the URL I get from the browser and I guess it can be opened somehow with a javascript (or actionscript).
Any hint is appreciated.
Thank you and regards,
Mike
Copy link to clipboard
Copied
Why not using the SCORM packager?
Copy link to clipboard
Copied
I have tried it with the SCORM package but it doesn't make difference. At the end of each chapter I have to close the inline layer and launch the next SCO from the content structure page. For me it is not bothering but we assume that for the end user it would be much easier to have a Continue button at the end of each SCO to launch the next SCO.
Thanks and regards,
Mike
Copy link to clipboard
Copied
You are going to run into problems trying to launch a SCO with static URL info. Every LMS I've used has user and session information in the URL.
If you wanted to do something like that it would need to be fairly dynamic and parse the current URL. You would need to create a JavaScript function to do this.