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

Can't get CP7 to refresh SumTotal LMS on exit or update status

Participant ,
Apr 08, 2014 Apr 08, 2014

Copy link to clipboard

Copied

Does anyone have the same experience in CP7 not being able to refresh SumTotal LMS on exit or update the course status? Any help would be greatly appreciated.

Thanks in advance

Views

402

Translate

Translate

Report

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
Adobe Employee ,
Apr 08, 2014 Apr 08, 2014

Copy link to clipboard

Copied

Hello ,

Are you Publishing as a Scorm 2004 or Scorm 1.2 ? Try switching that .

Please go to Quiz > Quiz Prefrences > Reporting > Advanced

Then check the option which says Send Data on every slide .

Capture1.jpg

Thanks

Votes

Translate

Translate

Report

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
Participant ,
Apr 09, 2014 Apr 09, 2014

Copy link to clipboard

Copied

Thank you Himashu,

I am publishing SCORM 1.2, which is what is required at this time. I will try checking the option “Send Data on every slide” and let you know what happens.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

"Don't bother about being modern. Unfortunately it is the one thing that, whatever you do, you cannot avoid."

- Salvador Dali

Votes

Translate

Translate

Report

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 ,
Apr 17, 2014 Apr 17, 2014

Copy link to clipboard

Copied

Did this work for you? I am having the same issue with exiting Captivate 7 courses in my LMS (Intellum). I have tried every close option imaginable, and it still does not direct me back to the correct page in the LMS.

Votes

Translate

Translate

Report

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 ,
Apr 17, 2014 Apr 17, 2014

Copy link to clipboard

Copied

LATEST

We've experienced this many times in the past and on our current LMS Learn.com, which is now Taleo.

The problem came when we started using the SCORM 2004 player which launches courses in a frameset. THe Previous 1.2 player launched courses in a popup window. We had to parse the url to exit 1.2 courses run in a 2004 player to the course menu.

The following function (mod_close()) is called after the terminate, we parse all of the user and course info so we can return them to the menu:

function getUrlVars()
{
    var vars = [], hash;
    var hashes = window.top.location.href.slice(window.top.location.href.indexOf('?') + 1).split('&');

    for(var i = 0; i < hashes.length; i++)
    {
        hash = hashes.split('=');
        vars.push(hash[0]);
        vars[hash[0]] = hash[1];
    }
    return vars;
}

function mod_close()

{

window.top.location="/learn6.asp?sessionid="+(getUrlVars()['sessionid'])+"&rootclass="+(getUrlVars()['rootclass'])+"&classid="+(getUrlVars()['classid'])+"&c=&courseid=0&mode=";

}

Votes

Translate

Translate

Report

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