solution for tracking % complete

lambert17
lambert17 Community Member Posts: 68
Amacadam, My page contents are different, but the call is in the same place. The only difference I see is that I don't have as many brackets around the call. See below for my code.If the call won't work for you, you might ask learn.com support. I don't think they had to modify anything for my client, but they might have. By this I mean, they might have to check a box that you are using this variable or something. That shouldn't be the case, but you never know.Also, what has been your experience with SCORM 2004? --function init() {    findWH()    if( is.min ){        if( parent.document != document) parent.document.title=document.title        if( bInitSCORM )        {            var oldLoc = AICC_Lesson_Location.getValue()            if( oldLoc != '' &&                oldLoc.indexOf( '.' ) > 0 &&                oldLoc != 'a001_popups_test_1_landing.html' &&                oldLoc != 'a001index.html' &&                confirm( 'You have previously been in this lesson.nWould you like to return to the last visited location in the lesson?' ) == true )            {              saveVariable( 'TrivantisEPS', 'T')              ObjLayerActionGoTo( oldLoc )            }        }        if( window.name.indexOf( 'Trivantis_' ) == -1 )            AICC_Lesson_Location.set( 'a001_popups_test_1_landing.html' )        setTimeout( "preload( 'images/info_standard.jpg','images/info_active.jpg','images/ br_black_background_2.jpg','images/forward_standard_grey.jpg ','images/forward_standard_yellow.jpg','images/menu_standard _grey.jpg','images/menu_standard_yellow.jpg','images/help_st andard_grey.jpg','images/help_active.jpg','images/exit_stand ard_grey.jpg','images/exit_standard_yellow.jpg','images/didy ouknow.jpg' )", 0 )        button2485.init()        button1644.init()        button1643.init()        button1642.init()        button1641.init()        text1684.init()        text1683.init()        text1680.init()        image2496.init()        text2497.init()        button2485.activate()        button1644.activate()        button1643.activate()        button1642.activate()        button1641.activate()        text1684.activate()        text1683.activate()        text1680.activate()        image2496.activate()        text2497.activate()        action1690( );        action1689( );        action1688( );        action1687( );        action1686( );        action1685( );        if( location.hash )        {              var newHash              if( location.hash.charAt(0) == '#' )                 newHash = location.hash.slice( 1 )              else                 newHash = location.hash              location.hash = newHash        }        setTimeout( 'trivUpdateTOC( "a001_menu_menu.html", "a001_menu_menu.html", 1 )', 1000)    }LMSSetValue( 'cmi.core.percent_complete', '33' ) }