solution for tracking % complete

lambert17
lambert17 Community Member Posts: 68
Hi Jay, Thanks for the great information! Unfortunately I have tried placing that call in an HTML page but Learn.com still doesn't pick up the % complete. I'm using SCORM 2004. I was wondering if you could take a look and tell me if I'm placing it in the wrong spot? I'm not a very experience programmer so I really appreciate your help! function init() {    findWH()    if( is.min ){        if( parent.document != document) parent.document.title=document.title        if( !toc6699.activated ) {            if( bInitSCORM )            {              var oldLoc = AICC_Lesson_Location.getValue()              if( oldLoc != '' &&                 oldLoc.indexOf( '.' ) > 0 &&                 oldLoc != 'page8851.html' &&                 oldLoc != 'a004index.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 )              }{LMSSetValue( 'cmi.core.percent_complete', '13' ) }            }