Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Need help - Continue button to open next content (SCO)

New Here ,
May 16, 2016 May 16, 2016

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

3.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 16, 2016 May 16, 2016

Why not using the SCORM packager?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 16, 2016 May 16, 2016

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
May 16, 2016 May 16, 2016
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources